| Package | Description |
|---|---|
| net.minecraft.client.entity.player | |
| net.minecraft.client.tutorial | |
| net.minecraft.util | |
| net.minecraftforge.client | |
| net.minecraftforge.client.event |
| Modifier and Type | Field and Description |
|---|---|
MovementInput |
ClientPlayerEntity.movementInput |
| Modifier and Type | Method and Description |
|---|---|
void |
Tutorial.handleMovement(MovementInput p_193293_1_) |
default void |
ITutorialStep.handleMovement(MovementInput input) |
void |
MovementStep.handleMovement(MovementInput input) |
| Modifier and Type | Class and Description |
|---|---|
class |
MovementInputFromOptions |
| Modifier and Type | Method and Description |
|---|---|
static void |
ForgeHooksClient.onInputUpdate(PlayerEntity player,
MovementInput movementInput) |
| Modifier and Type | Field and Description |
|---|---|
private MovementInput |
InputUpdateEvent.movementInput |
| Modifier and Type | Method and Description |
|---|---|
MovementInput |
InputUpdateEvent.getMovementInput() |
| Constructor and Description |
|---|
InputUpdateEvent(PlayerEntity player,
MovementInput movementInput) |