Class LinkedControllerClientHandler
java.lang.Object
com.simibubi.create.content.redstone.link.controller.LinkedControllerClientHandler
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Collection<Integer> static final net.minecraft.client.gui.LayeredDraw.Layerstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidactivateInLectern(net.minecraft.core.BlockPos lecternAt) static voidstatic booleanprotected static voidonReset()static voidrenderOverlay(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.DeltaTracker deltaTracker) static voidtick()static voidtoggle()static voidtoggleBindMode(net.minecraft.core.BlockPos location)
-
Field Details
-
OVERLAY
public static final net.minecraft.client.gui.LayeredDraw.Layer OVERLAY -
MODE
-
PACKET_RATE
public static int PACKET_RATE -
currentlyPressed
-
-
Constructor Details
-
LinkedControllerClientHandler
public LinkedControllerClientHandler()
-
-
Method Details
-
toggleBindMode
public static void toggleBindMode(net.minecraft.core.BlockPos location) -
toggle
public static void toggle() -
activateInLectern
public static void activateInLectern(net.minecraft.core.BlockPos lecternAt) -
deactivateInLectern
public static void deactivateInLectern() -
inLectern
public static boolean inLectern() -
onReset
protected static void onReset() -
tick
public static void tick() -
renderOverlay
public static void renderOverlay(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.DeltaTracker deltaTracker)
-