Package io.github.fablabsmc.fablabs.api.networking.v1.server
Server-side networking API.
Start from ServerNetworking
to access the API.
-
Interface Summary Interface Description ServerContext Represents a context for packet reception on the logical server.ServerLoginContext Represents the context forServerNetworking.getLoginReceiver()
, in which alogin query response packet
is received.ServerPlayContext Represents the context forServerNetworking.getPlayReceiver()
, in which aclient to server custom payload packet
is received. -
Class Summary Class Description ServerNetworking Offers access to server-side networking functionalities.