Package codechicken.multipart.util
Class ControlKeyModifier
java.lang.Object
codechicken.multipart.util.ControlKeyModifier
Created by covers1624 on 1/9/20.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisControlDown(net.minecraft.world.entity.player.Player player) static voidsetIsControlDown(net.minecraft.world.entity.player.Player player, boolean bool)
-
Constructor Details
-
ControlKeyModifier
public ControlKeyModifier()
-
-
Method Details
-
setIsControlDown
public static void setIsControlDown(net.minecraft.world.entity.player.Player player, boolean bool) -
isControlDown
public static boolean isControlDown(net.minecraft.world.entity.player.Player player)
-