HideNpcOps

class HideNpcOps(val hidden: Boolean) : OutgoingGameMessage

Hide npc ops packet is used to hide the right-click menu of all NPCs across the game.

Constructors

Link copied to clipboard
constructor(hidden: Boolean)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

whether to hide all the click options of NPCs.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String