Uses of Enum Class
net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket.Action
-
Uses of PlayerActionC2SPacket.Action in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final PlayerActionC2SPacket.Action
PlayerActionC2SPacket.action
Modifier and TypeMethodDescriptionPlayerActionC2SPacket.getAction()
static PlayerActionC2SPacket.Action
Returns the enum constant of this class with the specified name.static PlayerActionC2SPacket.Action[]
PlayerActionC2SPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerActionC2SPacket
(PlayerActionC2SPacket.Action action, BlockPos pos, Direction direction) PlayerActionC2SPacket
(PlayerActionC2SPacket.Action action, BlockPos pos, Direction direction, int sequence) -
Uses of PlayerActionC2SPacket.Action in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
DemoServerPlayerInteractionManager.processBlockBreakingAction
(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight, int sequence) void
ServerPlayerInteractionManager.processBlockBreakingAction
(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight, int sequence)