public class NetworkSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LazyLoadBase |
eventLoops |
boolean |
isAlive |
static LazyLoadBase |
SERVER_LOCAL_EVENTLOOP |
Constructor and Description |
---|
NetworkSystem(MinecraftServer server) |
Modifier and Type | Method and Description |
---|---|
void |
addLanEndpoint(java.net.InetAddress address,
int port) |
java.net.SocketAddress |
addLocalEndpoint() |
MinecraftServer |
getServer() |
void |
networkTick() |
void |
terminateEndpoints() |
public static final LazyLoadBase eventLoops
public static final LazyLoadBase SERVER_LOCAL_EVENTLOOP
public volatile boolean isAlive
public NetworkSystem(MinecraftServer server)
public void addLanEndpoint(java.net.InetAddress address, int port) throws java.io.IOException
java.io.IOException
public java.net.SocketAddress addLocalEndpoint()
public void terminateEndpoints()
public void networkTick()
public MinecraftServer getServer()