Package org.spongepowered.api.network
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.network
-
ClassDescriptionRepresents a connection from the client to the server on the client side.Represents a connection on the server or client engine.EngineConnectionSide<C extends EngineConnection>Represents the side of an engine connection.An enumeration of all the possible engine connection types.Represents a connection of a client to the server where the client
player
has successfully joined.Represents a connection of a client to the server where thePlayer
has successfully joined.Represents a connection by an RCON client.Represents a connection of a client to the server where theServerPlayer
has successfully joined.Represents a connection between a minecraft client and server.