Package net.minecraft.server
Class ServerNetworkIo
java.lang.Object
net.minecraft.server.ServerNetworkIo
- Mappings:
Namespace Name official ubintermediary net/minecraft/class_2103named net/minecraft/server/ServerNetworkIo
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanprivate final List<ChannelFuture>private final List<ClientConnection>static final Lazy<NioEventLoopGroup>static final Lazy<EpollEventLoopGroup>private static final Loggerprivate final MinecraftServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(InetAddress address, int port) voidstop()voidtick()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official dLub;d:Lorg/apache/logging/log4j/Logger;intermediary field_8903Lnet/minecraft/class_2103;field_8903:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/ServerNetworkIo;LOGGER:Lorg/apache/logging/log4j/Logger;
-
DEFAULT_CHANNEL
- Mappings:
Namespace Name Mixin selector official aLub;a:Lxn;intermediary field_11767Lnet/minecraft/class_2103;field_11767:Lnet/minecraft/class_2603;named DEFAULT_CHANNELLnet/minecraft/server/ServerNetworkIo;DEFAULT_CHANNEL:Lnet/minecraft/util/Lazy;
-
EPOLL_CHANNEL
- Mappings:
Namespace Name Mixin selector official bLub;b:Lxn;intermediary field_11768Lnet/minecraft/class_2103;field_11768:Lnet/minecraft/class_2603;named EPOLL_CHANNELLnet/minecraft/server/ServerNetworkIo;EPOLL_CHANNEL:Lnet/minecraft/util/Lazy;
-
server
- Mappings:
Namespace Name Mixin selector official eLub;e:Lnet/minecraft/server/MinecraftServer;intermediary field_8905Lnet/minecraft/class_2103;field_8905:Lnet/minecraft/server/MinecraftServer;named serverLnet/minecraft/server/ServerNetworkIo;server:Lnet/minecraft/server/MinecraftServer;
-
active
public volatile boolean active- Mappings:
Namespace Name Mixin selector official cLub;c:Zintermediary field_8902Lnet/minecraft/class_2103;field_8902:Znamed activeLnet/minecraft/server/ServerNetworkIo;active:Z
-
channels
- Mappings:
Namespace Name Mixin selector official fLub;f:Ljava/util/List;intermediary field_8906Lnet/minecraft/class_2103;field_8906:Ljava/util/List;named channelsLnet/minecraft/server/ServerNetworkIo;channels:Ljava/util/List;
-
connections
- Mappings:
Namespace Name Mixin selector official gLub;g:Ljava/util/List;intermediary field_8907Lnet/minecraft/class_2103;field_8907:Ljava/util/List;named connectionsLnet/minecraft/server/ServerNetworkIo;connections:Ljava/util/List;
-
-
Constructor Details
-
ServerNetworkIo
- Mappings:
Namespace Name Mixin selector official <init>Lub;<init>(Lnet/minecraft/server/MinecraftServer;)Vintermediary <init>Lnet/minecraft/class_2103;<init>(Lnet/minecraft/server/MinecraftServer;)Vnamed <init>Lnet/minecraft/server/ServerNetworkIo;<init>(Lnet/minecraft/server/MinecraftServer;)V
-
-
Method Details
-
bind
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLub;a(Ljava/net/InetAddress;I)Vintermediary method_8143Lnet/minecraft/class_2103;method_8143(Ljava/net/InetAddress;I)Vnamed bindLnet/minecraft/server/ServerNetworkIo;bind(Ljava/net/InetAddress;I)V
-
bindLocal
- Mappings:
Namespace Name Mixin selector official aLub;a()Ljava/net/SocketAddress;intermediary method_8142Lnet/minecraft/class_2103;method_8142()Ljava/net/SocketAddress;named bindLocalLnet/minecraft/server/ServerNetworkIo;bindLocal()Ljava/net/SocketAddress;
-
stop
public void stop()- Mappings:
Namespace Name Mixin selector official bLub;b()Vintermediary method_8145Lnet/minecraft/class_2103;method_8145()Vnamed stopLnet/minecraft/server/ServerNetworkIo;stop()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official cLub;c()Vintermediary method_8147Lnet/minecraft/class_2103;method_8147()Vnamed tickLnet/minecraft/server/ServerNetworkIo;tick()V
-
getServer
- Mappings:
Namespace Name Mixin selector official dLub;d()Lnet/minecraft/server/MinecraftServer;intermediary method_8148Lnet/minecraft/class_2103;method_8148()Lnet/minecraft/server/MinecraftServer;named getServerLnet/minecraft/server/ServerNetworkIo;getServer()Lnet/minecraft/server/MinecraftServer;
-