public final class GuiHelper
extends java.lang.Object
| Constructor and Description |
|---|
GuiHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
openCodeBookGui(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand) |
static void |
openManualGui() |
static void |
openReadOnlyMemoryGui(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand) |
static void |
openTerminalGui(TerminalModule terminal) |
@Environment(value=CLIENT) public static void openManualGui()
@Environment(value=CLIENT)
public static void openCodeBookGui(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand)
@Environment(value=CLIENT) public static void openTerminalGui(TerminalModule terminal)
@Environment(value=CLIENT)
public static void openReadOnlyMemoryGui(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand)