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, loadBufferMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.forbit.server.interfaces.packets.ConnectionPacket
setUUIDMethods inherited from interface dev.forbit.server.interfaces.PacketInterface
getBuffer, getServer
-
Constructor Details
-
GsonConnectionPacket
public GsonConnectionPacket()
-
-
Method Details
-
receive
Description copied from interface:PacketInterfaceMethod called when the packet is received by the server and information is loaded- Specified by:
receivein interfacePacketInterface- Parameters:
client- the client that sent the packet
-