Class GsonConnectionPacket
java.lang.Object
dev.forbit.server.abstracts.Packet
dev.forbit.server.networks.gson.GSONPacket
dev.forbit.server.networks.gson.packets.GsonConnectionPacket
- All Implemented Interfaces:
PacketInterface
,ConnectionPacket
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.forbit.server.networks.gson.GSONPacket
fillBuffer, loadBuffer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface dev.forbit.server.interfaces.packets.ConnectionPacket
setUUID
Methods inherited from interface dev.forbit.server.interfaces.PacketInterface
getBuffer, getServer
-
Constructor Details
-
GsonConnectionPacket
public GsonConnectionPacket()
-
-
Method Details
-
receive
Description copied from interface:PacketInterface
Method called when the packet is received by the server and information is loaded- Specified by:
receive
in interfacePacketInterface
- Parameters:
client
- the client that sent the packet
-