Serverbound Sign Update Packet Util
Util class for attaching and working with the ServerboundSignUpdatePacket for sign edits by the player.
Types
Link copied to clipboard
data class SignUpdateEvent(var x: Int, var y: Int, var z: Int, var lines: MutableList<String>, var isFrontText: Boolean)