Serverbound Player Action Packet Util
Util class for attaching and working with the ServerboundPlayerActionPacket for user-defined action from the player.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PlayerActionEvent(var x: Int, var y: Int, var z: Int, var direction: ServerboundPlayerActionPacketUtil.Direction, var action: ServerboundPlayerActionPacketUtil.Action, var sequence: Int)