Uses of Record Class
net.minecraft.util.PlayerInput
Packages that use PlayerInput
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of PlayerInput in net.minecraft.client.input
Fields in net.minecraft.client.input declared as PlayerInput - 
Uses of PlayerInput in net.minecraft.client.network
Fields in net.minecraft.client.network declared as PlayerInputMethods in net.minecraft.client.network that return PlayerInputMethods in net.minecraft.client.network with parameters of type PlayerInputModifier and TypeMethodDescriptionClientPlayerInteractionManager.createPlayer(ClientWorld world, StatHandler statHandler, ClientRecipeBook recipeBook, PlayerInput lastPlayerInput, boolean lastSprinting) Constructors in net.minecraft.client.network with parameters of type PlayerInputModifierConstructorDescriptionClientPlayerEntity(MinecraftClient client, ClientWorld world, ClientPlayNetworkHandler networkHandler, StatHandler stats, ClientRecipeBook recipeBook, PlayerInput lastPlayerInput, boolean lastSprinting)  - 
Uses of PlayerInput in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as PlayerInputModifier and TypeFieldDescriptionprivate final PlayerInputPlayerInputC2SPacket.inputThe field for theinputrecord component.Methods in net.minecraft.network.packet.c2s.play that return PlayerInputModifier and TypeMethodDescriptionPlayerInputC2SPacket.input()Returns the value of theinputrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type PlayerInput - 
Uses of PlayerInput in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type PlayerInput - 
Uses of PlayerInput in net.minecraft.server.network
Fields in net.minecraft.server.network declared as PlayerInputMethods in net.minecraft.server.network that return PlayerInputMethods in net.minecraft.server.network with parameters of type PlayerInputModifier and TypeMethodDescriptionvoidServerPlayerEntity.setPlayerInput(PlayerInput playerInput)  - 
Uses of PlayerInput in net.minecraft.util
Fields in net.minecraft.util declared as PlayerInputFields in net.minecraft.util with type parameters of type PlayerInputModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, PlayerInput> PlayerInput.PACKET_CODEC