类 Input
java.lang.Object
net.minecraft.client.player.Input
- 直接已知子类:
KeyboardInput
-
字段概要
字段修饰符和类型字段说明boolean
float
boolean
boolean
float
boolean
boolean
boolean
-
构造器概要
构造器 -
方法概要
-
字段详细资料
-
leftImpulse
public float leftImpulse -
forwardImpulse
public float forwardImpulse -
up
public boolean up -
down
public boolean down -
left
public boolean left -
right
public boolean right -
jumping
public boolean jumping -
shiftKeyDown
public boolean shiftKeyDown
-
-
构造器详细资料
-
Input
public Input()
-
-
方法详细资料
-
tick
public void tick(boolean pIsSneaking, float pSneakingSpeedMultiplier) -
getMoveVector
-
hasForwardImpulse
public boolean hasForwardImpulse()
-