Uses of Record Class
net.minecraft.util.PlayerInput
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of PlayerInput in net.minecraft.client.input
-
Uses of PlayerInput in net.minecraft.client.network
-
Uses of PlayerInput in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final PlayerInput
PlayerInputC2SPacket.input
The field for theinput
record component. -
Uses of PlayerInput in net.minecraft.predicate.entity
-
Uses of PlayerInput in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.setPlayerInput
(PlayerInput playerInput) -
Uses of PlayerInput in net.minecraft.util
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, PlayerInput> PlayerInput.PACKET_CODEC