Uses of Class
net.minecraft.client.input.Input
Package | Description |
---|---|
net.minecraft.client.input | |
net.minecraft.client.network | |
net.minecraft.client.tutorial |
-
Uses of Input in net.minecraft.client.input
Subclasses of Input in net.minecraft.client.input Modifier and Type Class Description class
KeyboardInput
-
Uses of Input in net.minecraft.client.network
Fields in net.minecraft.client.network declared as Input Modifier and Type Field Description Input
ClientPlayerEntity. input
-
Uses of Input in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type Input Modifier and Type Method Description void
MovementTutorialStepHandler. onMovement(Input input)
void
TutorialManager. onMovement(Input input)
default void
TutorialStepHandler. onMovement(Input input)