Package net.minecraft.client.input
Class Input
java.lang.Object
net.minecraft.client.input.Input
- Direct Known Subclasses:
KeyboardInput
@Environment(CLIENT) public class Input extends Object
- Mappings:
Namespace Name official beuintermediary net/minecraft/class_994named net/minecraft/client/input/Input
-
Field Summary
Fields Modifier and Type Field Description booleanjumpingfloatmovementForwardfloatmovementSidewaysbooleansneaking -
Constructor Summary
Constructors Constructor Description Input() -
Method Summary
Modifier and Type Method Description voidmethod_3286()
-
Field Details
-
movementSideways
public float movementSideways- Mappings:
Namespace Name Mixin selector official aLbeu;a:Fintermediary field_4148Lnet/minecraft/class_994;field_4148:Fnamed movementSidewaysLnet/minecraft/client/input/Input;movementSideways:F
-
movementForward
public float movementForward- Mappings:
Namespace Name Mixin selector official bLbeu;b:Fintermediary field_4149Lnet/minecraft/class_994;field_4149:Fnamed movementForwardLnet/minecraft/client/input/Input;movementForward:F
-
jumping
public boolean jumping- Mappings:
Namespace Name Mixin selector official cLbeu;c:Zintermediary field_4150Lnet/minecraft/class_994;field_4150:Znamed jumpingLnet/minecraft/client/input/Input;jumping:Z
-
sneaking
public boolean sneaking- Mappings:
Namespace Name Mixin selector official dLbeu;d:Zintermediary field_4151Lnet/minecraft/class_994;field_4151:Znamed sneakingLnet/minecraft/client/input/Input;sneaking:Z
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
method_3286
public void method_3286()- Mappings:
Namespace Name Mixin selector official aLbeu;a()Vintermediary method_3286Lnet/minecraft/class_994;method_3286()Vnamed method_3286Lnet/minecraft/client/input/Input;method_3286()V
-