Uses of Enum Class
net.minecraftforge.event.entity.player.PlayerInteractEvent.LeftClickBlock.Action
-
Uses of PlayerInteractEvent.LeftClickBlock.Action in net.minecraftforge.event.entity.player
Modifier and TypeFieldDescriptionprivate final PlayerInteractEvent.LeftClickBlock.Action
PlayerInteractEvent.LeftClickBlock.action
Modifier and TypeMethodDescriptionPlayerInteractEvent.LeftClickBlock.Action.convert
(ServerboundPlayerActionPacket.Action action) PlayerInteractEvent.LeftClickBlock.getAction()
Returns the enum constant of this class with the specified name.PlayerInteractEvent.LeftClickBlock.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLeftClickBlock
(Player player, BlockPos pos, Direction face, PlayerInteractEvent.LeftClickBlock.Action action)