Package io.github.joealisson.mmocore
Interface PacketExecutor<T>
-
public interface PacketExecutor<T>This class is responsible to execute the incoming packets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ReadablePacket<T> packet)Executes the packet.
-
-
-
Method Detail
-
execute
void execute(ReadablePacket<T> packet)
Executes the packet.- Parameters:
packet- the packet to be executed.
-
-