Uses of Class
alexiil.mc.lib.net.BufferedConnection
Package | Description |
---|---|
alexiil.mc.lib.net.impl |
LibNetworkStack's minecraft-specific library.
|
-
Uses of BufferedConnection in alexiil.mc.lib.net.impl
Subclasses of BufferedConnection in alexiil.mc.lib.net.impl Modifier and Type Class Description class
ActiveClientConnection
class
ActiveMinecraftConnection
A connection to the other side - this is either anActiveClientConnection
or anActiveServerConnection
.class
ActiveServerConnection
A connection on the server side to a specificServerPlayerEntity
.