Serverbound Player Command Packet Util
Util class for attaching and working with the ServerboundPlayerCommandPacket for user-defined commands send by the player.
Types
Link copied to clipboard
Link copied to clipboard
data class PlayerCommandEvent(var entityId: Int, var action: ServerboundPlayerCommandPacketUtil.CommandAction, var data: Int)