Presence Status Sync S2CPacket
data class PresenceStatusSyncS2CPacket(val playerUuid: String, val guiStateOrdinal: Int, val chatStateOrdinal: Int, val typingAmplifier: Float, val mouseXPercent: Float, val mouseYPercent: Float, val pressingMouse: Boolean, val idleTicks: Int) : CustomPacketPayload(source)
Server-to-client presence status sync for a specific player.
Constructors
Properties
Link copied to clipboard
serialized com.evermod.presence.PresenceChatState ordinal
Link copied to clipboard
serialized com.evermod.presence.PresenceGuiState ordinal
Link copied to clipboard
normalized mouse X position
Link copied to clipboard
normalized mouse Y position
Link copied to clipboard
subject player UUID as string
Link copied to clipboard
whether the mouse is pressed
Link copied to clipboard
typing intensity value