Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInformation ¶
type ClientInformation struct {
Locale string
ViewDistance byte
ChatMode primitive.VarInt // TODO: enum
ChatColors bool
DisplayedSkinParts byte // TODO: enum
MainHand primitive.VarInt // TODO: enum
EnableTextFiltering bool
AllowServerListings bool
}
func (*ClientInformation) PacketType ¶ added in v1.0.36
func (*ClientInformation) PacketType() string
type PluginMessage ¶
type PluginMessage struct {
Channel primitive.Identifier
Data []byte
}
func (*PluginMessage) PacketType ¶ added in v1.0.36
func (*PluginMessage) PacketType() string
type ResourcePackResponse ¶
func (*ResourcePackResponse) PacketType ¶ added in v1.0.36
func (*ResourcePackResponse) PacketType() string
Click to show internal directories.
Click to hide internal directories.