Class ManagementServer

java.lang.Object
net.minecraft.server.dedicated.management.ManagementServer

public class ManagementServer extends Object
Mappings:
Namespace Name
named net/minecraft/server/dedicated/management/ManagementServer
intermediary net/minecraft/class_11807
official ato
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/server/dedicated/management/ManagementServer;LOGGER:Lorg/slf4j/Logger;
      intermediary field_62314 Lnet/minecraft/class_11807;field_62314:Lorg/slf4j/Logger;
      official a Lato;a:Lorg/slf4j/Logger;
    • address

      private final HostAndPort address
      Mappings:
      Namespace Name Mixin selector
      named address Lnet/minecraft/server/dedicated/management/ManagementServer;address:Lcom/google/common/net/HostAndPort;
      intermediary field_62315 Lnet/minecraft/class_11807;field_62315:Lcom/google/common/net/HostAndPort;
      official b Lato;b:Lcom/google/common/net/HostAndPort;
    • field_62800

      final class_12000 field_62800
      Mappings:
      Namespace Name Mixin selector
      named field_62800 Lnet/minecraft/server/dedicated/management/ManagementServer;field_62800:Lnet/minecraft/class_12000;
      intermediary field_62800 Lnet/minecraft/class_11807;field_62800:Lnet/minecraft/class_12000;
      official c Lato;c:Lavn;
    • field_62801

      @Nullable private @Nullable Channel field_62801
      Mappings:
      Namespace Name Mixin selector
      named field_62801 Lnet/minecraft/server/dedicated/management/ManagementServer;field_62801:Lio/netty/channel/Channel;
      intermediary field_62801 Lnet/minecraft/class_11807;field_62801:Lio/netty/channel/Channel;
      official d Lato;d:Lio/netty/channel/Channel;
    • field_62802

      private final NioEventLoopGroup field_62802
      Mappings:
      Namespace Name Mixin selector
      named field_62802 Lnet/minecraft/server/dedicated/management/ManagementServer;field_62802:Lio/netty/channel/nio/NioEventLoopGroup;
      intermediary field_62802 Lnet/minecraft/class_11807;field_62802:Lio/netty/channel/nio/NioEventLoopGroup;
      official e Lato;e:Lio/netty/channel/nio/NioEventLoopGroup;
    • connectionHandlers

      private final Set<ManagementConnectionHandler> connectionHandlers
      Mappings:
      Namespace Name Mixin selector
      named connectionHandlers Lnet/minecraft/server/dedicated/management/ManagementServer;connectionHandlers:Ljava/util/Set;
      intermediary field_62316 Lnet/minecraft/class_11807;field_62316:Ljava/util/Set;
      official f Lato;f:Ljava/util/Set;
  • Constructor Details

  • Method Details

    • onConnectionOpen

      public void onConnectionOpen(ManagementConnectionHandler handler)
      Mappings:
      Namespace Name Mixin selector
      named onConnectionOpen Lnet/minecraft/server/dedicated/management/ManagementServer;onConnectionOpen(Lnet/minecraft/server/dedicated/management/ManagementConnectionHandler;)V
      intermediary method_73679 Lnet/minecraft/class_11807;method_73679(Lnet/minecraft/class_11795;)V
      official a Lato;a(Lath;)V
    • onConnectionClose

      public void onConnectionClose(ManagementConnectionHandler handler)
      Mappings:
      Namespace Name Mixin selector
      named onConnectionClose Lnet/minecraft/server/dedicated/management/ManagementServer;onConnectionClose(Lnet/minecraft/server/dedicated/management/ManagementConnectionHandler;)V
      intermediary method_73681 Lnet/minecraft/class_11807;method_73681(Lnet/minecraft/class_11795;)V
      official b Lato;b(Lath;)V
    • method_74475

      public void method_74475(ManagementHandlerDispatcher managementHandlerDispatcher)
      Mappings:
      Namespace Name Mixin selector
      named method_74475 Lnet/minecraft/server/dedicated/management/ManagementServer;method_74475(Lnet/minecraft/server/dedicated/management/dispatch/ManagementHandlerDispatcher;)V
      intermediary method_74475 Lnet/minecraft/class_11807;method_74475(Lnet/minecraft/class_11827;)V
      official a Lato;a(Lauf;)V
    • method_74476

      public void method_74476(ManagementHandlerDispatcher managementHandlerDispatcher, SslContext sslContext)
      Mappings:
      Namespace Name Mixin selector
      named method_74476 Lnet/minecraft/server/dedicated/management/ManagementServer;method_74476(Lnet/minecraft/server/dedicated/management/dispatch/ManagementHandlerDispatcher;Lio/netty/handler/ssl/SslContext;)V
      intermediary method_74476 Lnet/minecraft/class_11807;method_74476(Lnet/minecraft/class_11827;Lio/netty/handler/ssl/SslContext;)V
      official a Lato;a(Lauf;Lio/netty/handler/ssl/SslContext;)V
    • listen

      private void listen(ManagementHandlerDispatcher managementHandlerDispatcher, @Nullable @Nullable SslContext sslContext)
      Mappings:
      Namespace Name Mixin selector
      named listen Lnet/minecraft/server/dedicated/management/ManagementServer;listen(Lnet/minecraft/server/dedicated/management/dispatch/ManagementHandlerDispatcher;Lio/netty/handler/ssl/SslContext;)V
      intermediary method_73677 Lnet/minecraft/class_11807;method_73677(Lnet/minecraft/class_11827;Lio/netty/handler/ssl/SslContext;)V
      official b Lato;b(Lauf;Lio/netty/handler/ssl/SslContext;)V
    • method_74477

      public void method_74477(boolean bool) throws InterruptedException
      Throws:
      InterruptedException
      Mappings:
      Namespace Name Mixin selector
      named method_74477 Lnet/minecraft/server/dedicated/management/ManagementServer;method_74477(Z)V
      intermediary method_74477 Lnet/minecraft/class_11807;method_74477(Z)V
      official a Lato;a(Z)V
    • processTimeouts

      public void processTimeouts()
      Mappings:
      Namespace Name Mixin selector
      named processTimeouts Lnet/minecraft/server/dedicated/management/ManagementServer;processTimeouts()V
      intermediary method_73676 Lnet/minecraft/class_11807;method_73676()V
      official a Lato;a()V
    • method_74478

      public int method_74478()
      Mappings:
      Namespace Name Mixin selector
      named method_74478 Lnet/minecraft/server/dedicated/management/ManagementServer;method_74478()I
      intermediary method_74478 Lnet/minecraft/class_11807;method_74478()I
      official b Lato;b()I
    • forEachConnection

      void forEachConnection(Consumer<ManagementConnectionHandler> task)
      Mappings:
      Namespace Name Mixin selector
      named forEachConnection Lnet/minecraft/server/dedicated/management/ManagementServer;forEachConnection(Ljava/util/function/Consumer;)V
      intermediary method_73680 Lnet/minecraft/class_11807;method_73680(Ljava/util/function/Consumer;)V
      official a Lato;a(Ljava/util/function/Consumer;)V