Uses of Record Class
net.minecraft.world.entity.player.Input
Packages that use Input
Package
Description
-
Uses of Input in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type Input -
Uses of Input in net.minecraft.client.player
Fields in net.minecraft.client.player declared as Input -
Uses of Input in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as InputModifier and TypeFieldDescriptionprivate final InputServerboundPlayerInputPacket.inputThe field for theinputrecord component.Methods in net.minecraft.network.protocol.game that return InputModifier and TypeMethodDescriptionServerboundPlayerInputPacket.input()Returns the value of theinputrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type InputModifierConstructorDescriptionCreates an instance of aServerboundPlayerInputPacketrecord class. -
Uses of Input in net.minecraft.server.level
Fields in net.minecraft.server.level declared as InputMethods in net.minecraft.server.level that return InputMethods in net.minecraft.server.level with parameters of type Input -
Uses of Input in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as InputFields in net.minecraft.world.entity.player with type parameters of type InputModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, Input> Input.STREAM_CODEC