Class ServerNetworkIo

java.lang.Object
net.minecraft.server.ServerNetworkIo

public class ServerNetworkIo extends Object
Mappings:
Namespace Name
named net/minecraft/server/ServerNetworkIo
intermediary net/minecraft/class_3242
official ase
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/server/ServerNetworkIo;LOGGER:Lorg/slf4j/Logger;
      intermediary field_14110 Lnet/minecraft/class_3242;field_14110:Lorg/slf4j/Logger;
      official d Lase;d:Lorg/slf4j/Logger;
    • DEFAULT_CHANNEL

      public static final Supplier<NioEventLoopGroup> DEFAULT_CHANNEL
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_CHANNEL Lnet/minecraft/server/ServerNetworkIo;DEFAULT_CHANNEL:Ljava/util/function/Supplier;
      intermediary field_14111 Lnet/minecraft/class_3242;field_14111:Ljava/util/function/Supplier;
      official a Lase;a:Ljava/util/function/Supplier;
    • EPOLL_CHANNEL

      public static final Supplier<EpollEventLoopGroup> EPOLL_CHANNEL
      Mappings:
      Namespace Name Mixin selector
      named EPOLL_CHANNEL Lnet/minecraft/server/ServerNetworkIo;EPOLL_CHANNEL:Ljava/util/function/Supplier;
      intermediary field_14105 Lnet/minecraft/class_3242;field_14105:Ljava/util/function/Supplier;
      official b Lase;b:Ljava/util/function/Supplier;
    • server

      final MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      named server Lnet/minecraft/server/ServerNetworkIo;server:Lnet/minecraft/server/MinecraftServer;
      intermediary field_14109 Lnet/minecraft/class_3242;field_14109:Lnet/minecraft/server/MinecraftServer;
      official e Lase;e:Lnet/minecraft/server/MinecraftServer;
    • active

      public volatile boolean active
      Mappings:
      Namespace Name Mixin selector
      named active Lnet/minecraft/server/ServerNetworkIo;active:Z
      intermediary field_14108 Lnet/minecraft/class_3242;field_14108:Z
      official c Lase;c:Z
    • channels

      private final List<ChannelFuture> channels
      Mappings:
      Namespace Name Mixin selector
      named channels Lnet/minecraft/server/ServerNetworkIo;channels:Ljava/util/List;
      intermediary field_14106 Lnet/minecraft/class_3242;field_14106:Ljava/util/List;
      official f Lase;f:Ljava/util/List;
    • connections

      final List<ClientConnection> connections
      Mappings:
      Namespace Name Mixin selector
      named connections Lnet/minecraft/server/ServerNetworkIo;connections:Ljava/util/List;
      intermediary field_14107 Lnet/minecraft/class_3242;field_14107:Ljava/util/List;
      official g Lase;g:Ljava/util/List;
  • Constructor Details

    • ServerNetworkIo

      public ServerNetworkIo(MinecraftServer server)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/ServerNetworkIo;<init>(Lnet/minecraft/server/MinecraftServer;)V
      intermediary <init> Lnet/minecraft/class_3242;<init>(Lnet/minecraft/server/MinecraftServer;)V
      official <init> Lase;<init>(Lnet/minecraft/server/MinecraftServer;)V
  • Method Details

    • bind

      public void bind(@Nullable @Nullable InetAddress address, int port) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named bind Lnet/minecraft/server/ServerNetworkIo;bind(Ljava/net/InetAddress;I)V
      intermediary method_14354 Lnet/minecraft/class_3242;method_14354(Ljava/net/InetAddress;I)V
      official a Lase;a(Ljava/net/InetAddress;I)V
    • bindLocal

      public SocketAddress bindLocal()
      Mappings:
      Namespace Name Mixin selector
      named bindLocal Lnet/minecraft/server/ServerNetworkIo;bindLocal()Ljava/net/SocketAddress;
      intermediary method_14353 Lnet/minecraft/class_3242;method_14353()Ljava/net/SocketAddress;
      official a Lase;a()Ljava/net/SocketAddress;
    • stop

      public void stop()
      Mappings:
      Namespace Name Mixin selector
      named stop Lnet/minecraft/server/ServerNetworkIo;stop()V
      intermediary method_14356 Lnet/minecraft/class_3242;method_14356()V
      official b Lase;b()V
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/server/ServerNetworkIo;tick()V
      intermediary method_14357 Lnet/minecraft/class_3242;method_14357()V
      official c Lase;c()V
    • getServer

      public MinecraftServer getServer()
      Mappings:
      Namespace Name Mixin selector
      named getServer Lnet/minecraft/server/ServerNetworkIo;getServer()Lnet/minecraft/server/MinecraftServer;
      intermediary method_14351 Lnet/minecraft/class_3242;method_14351()Lnet/minecraft/server/MinecraftServer;
      official d Lase;d()Lnet/minecraft/server/MinecraftServer;
    • getConnections

      public List<ClientConnection> getConnections()
      Mappings:
      Namespace Name Mixin selector
      named getConnections Lnet/minecraft/server/ServerNetworkIo;getConnections()Ljava/util/List;
      intermediary method_37909 Lnet/minecraft/class_3242;method_37909()Ljava/util/List;
      official e Lase;e()Ljava/util/List;