public class NPacketLoginUnset extends Object implements NPacketLogin, NPacketUnset
| Modifier and Type | Field and Description |
|---|---|
PacketType |
cible |
String |
packetName |
| Constructor and Description |
|---|
NPacketLoginUnset() |
NPacketLoginUnset(String packetName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPacketName() |
PacketType |
getPacketType()
Get type of packet
|
PacketType |
getPacketTypeCible() |
void |
setPacketName(String name) |
void |
setPacketTypeCible(PacketType type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic String packetName
public PacketType cible
public NPacketLoginUnset()
public NPacketLoginUnset(String packetName)
public void setPacketTypeCible(PacketType type)
setPacketTypeCible in interface NPacketUnsetpublic PacketType getPacketTypeCible()
getPacketTypeCible in interface NPacketUnsetpublic void setPacketName(String name)
setPacketName in interface NPacketUnsetpublic String getPacketName()
getPacketName in interface NPacketgetPacketName in interface NPacketUnsetpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket