Class LinkedControllerClientHandler
java.lang.Object
com.simibubi.create.content.logistics.item.LinkedControllerClientHandler
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Collection<Integer>static final net.minecraftforge.client.gui.IIngameOverlaystatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidactivateInLectern(net.minecraft.core.BlockPos lecternAt) static voidstatic Vector<net.minecraft.client.KeyMapping>static booleanprotected static booleanisActuallyPressed(net.minecraft.client.KeyMapping kb) protected static voidonReset()static voidrenderOverlay(net.minecraftforge.client.gui.ForgeIngameGui gui, com.mojang.blaze3d.vertex.PoseStack poseStack, float partialTicks, int width1, int height1) static voidtick()static voidtoggle()static voidtoggleBindMode(net.minecraft.core.BlockPos location)
-
Field Details
-
OVERLAY
public static final net.minecraftforge.client.gui.IIngameOverlay OVERLAY -
MODE
-
PACKET_RATE
public static int PACKET_RATE -
currentlyPressed
-
-
Constructor Details
-
LinkedControllerClientHandler
public LinkedControllerClientHandler()
-
-
Method Details
-
getControls
-
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() -
isActuallyPressed
protected static boolean isActuallyPressed(net.minecraft.client.KeyMapping kb) -
tick
public static void tick() -
renderOverlay
public static void renderOverlay(net.minecraftforge.client.gui.ForgeIngameGui gui, com.mojang.blaze3d.vertex.PoseStack poseStack, float partialTicks, int width1, int height1)
-