public class NPacketPlayInSettings extends Object implements NPacketPlayIn
| Modifier and Type | Class and Description |
|---|---|
static class |
NPacketPlayInSettings.ChatMode |
| Modifier and Type | Field and Description |
|---|---|
NPacketPlayInSettings.ChatMode |
chatMode |
int |
displayedSkinParts |
String |
locale |
Hand |
mainHand |
int |
viewDistance |
| Constructor and Description |
|---|
NPacketPlayInSettings() |
| Modifier and Type | Method and Description |
|---|---|
PacketType |
getPacketType()
Get type of packet
|
void |
read(PacketSerializer serializer,
Version v)
Read packet from given serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getPacketName, writepublic String locale
public int viewDistance
public Hand mainHand
public int displayedSkinParts
public NPacketPlayInSettings.ChatMode chatMode
public void read(PacketSerializer serializer, Version v)
NPacketpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket