Uses of Enum Class
net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.Action
Package
Description
-
Uses of ServerboundPlayerActionPacket.Action in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ServerboundPlayerActionPacket.Action
ServerboundPlayerActionPacket.action
Modifier and TypeMethodDescriptionServerboundPlayerActionPacket.getAction()
Returns the enum constant of this class with the specified name.static ServerboundPlayerActionPacket.Action[]
ServerboundPlayerActionPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionServerboundPlayerActionPacket
(ServerboundPlayerActionPacket.Action p_134272_, BlockPos p_134273_, Direction p_134274_) ServerboundPlayerActionPacket
(ServerboundPlayerActionPacket.Action p_237983_, BlockPos p_237984_, Direction p_237985_, int p_237986_) -
Uses of ServerboundPlayerActionPacket.Action in net.minecraft.server.level
Modifier and TypeMethodDescriptionvoid
DemoMode.handleBlockBreakAction
(BlockPos p_214976_, ServerboundPlayerActionPacket.Action p_214977_, Direction p_214978_, int p_214979_, int p_214980_) void
ServerPlayerGameMode.handleBlockBreakAction
(BlockPos p_215120_, ServerboundPlayerActionPacket.Action p_215121_, Direction p_215122_, int p_215123_, int p_215124_) -
Uses of ServerboundPlayerActionPacket.Action in net.minecraftforge.common
Modifier and TypeMethodDescriptionForgeHooks.onLeftClickBlock
(Player player, BlockPos pos, Direction face, ServerboundPlayerActionPacket.Action action) -
Uses of ServerboundPlayerActionPacket.Action in net.minecraftforge.event.entity.player
Modifier and TypeMethodDescriptionPlayerInteractEvent.LeftClickBlock.Action.convert
(ServerboundPlayerActionPacket.Action action)