Constructor and Description |
---|
PacketStopServer() |
PacketStopServer(java.util.UUID player,
java.lang.String server,
boolean force,
Callback<YAMLSection>... callback) |
Modifier and Type | Method and Description |
---|---|
void |
execute(YAMLSection data)
Execute Incoming Packet
|
YAMLSection |
generate()
Generate JSON Packet Contents
|
Version |
getVersion()
Get Packet Version
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCompatible
public PacketStopServer()
@SafeVarargs public PacketStopServer(java.util.UUID player, java.lang.String server, boolean force, Callback<YAMLSection>... callback)
public YAMLSection generate()
PacketOut
public void execute(YAMLSection data)
PacketIn
public Version getVersion()
PacketIn
getVersion
in interface PacketIn
getVersion
in interface PacketOut