Class MinecraftDedicatedServer

java.lang.Object
net.minecraft.server.MinecraftServer
net.minecraft.server.dedicated.MinecraftDedicatedServer
All Implemented Interfaces:
Runnable, CommandSource, DedicatedServer, Snoopable, ThreadExecutor

@Environment(SERVER) public class MinecraftDedicatedServer extends MinecraftServer implements DedicatedServer
Mappings:
Namespace Name
official lb
intermediary net/minecraft/class_770
named net/minecraft/server/dedicated/MinecraftDedicatedServer
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official k Llb;k:Lorg/apache/logging/log4j/Logger;
      intermediary field_8870 Lnet/minecraft/class_770;field_8870:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;LOGGER:Lorg/apache/logging/log4j/Logger;
    • commandQueue

      private final List<PendingServerCommand> commandQueue
      Mappings:
      Namespace Name Mixin selector
      official l Llb;l:Ljava/util/List;
      intermediary field_2731 Lnet/minecraft/class_770;field_2731:Ljava/util/List;
      named commandQueue Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;commandQueue:Ljava/util/List;
    • queryResponseHandler

      private QueryResponseHandler queryResponseHandler
      Mappings:
      Namespace Name Mixin selector
      official m Llb;m:Lnc;
      intermediary field_2732 Lnet/minecraft/class_770;field_2732:Lnet/minecraft/class_810;
      named queryResponseHandler Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;queryResponseHandler:Lnet/minecraft/server/rcon/QueryResponseHandler;
    • field_13846

      private final Console field_13846
      Mappings:
      Namespace Name Mixin selector
      official n Llb;n:Lmz;
      intermediary field_13846 Lnet/minecraft/class_770;field_13846:Lnet/minecraft/class_808;
      named field_13846 Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;field_13846:Lnet/minecraft/server/command/Console;
    • rconServer

      private RconServer rconServer
      Mappings:
      Namespace Name Mixin selector
      official o Llb;o:Lne;
      intermediary field_2733 Lnet/minecraft/class_770;field_2733:Lnet/minecraft/class_813;
      named rconServer Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;rconServer:Lnet/minecraft/server/rcon/RconServer;
    • abstractPropertiesHandler

      private AbstractPropertiesHandler abstractPropertiesHandler
      Mappings:
      Namespace Name Mixin selector
      official p Llb;p:Lky;
      intermediary field_2734 Lnet/minecraft/class_770;field_2734:Lnet/minecraft/class_745;
      named abstractPropertiesHandler Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;abstractPropertiesHandler:Lnet/minecraft/server/dedicated/AbstractPropertiesHandler;
    • eulaReader

      private EulaReader eulaReader
      Mappings:
      Namespace Name Mixin selector
      official q Llb;q:Lks;
      intermediary field_8871 Lnet/minecraft/class_770;field_8871:Lnet/minecraft/class_2095;
      named eulaReader Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;eulaReader:Lnet/minecraft/server/dedicated/EulaReader;
    • shouldGenerateStructures

      private boolean shouldGenerateStructures
      Mappings:
      Namespace Name Mixin selector
      official r Llb;r:Z
      intermediary field_2735 Lnet/minecraft/class_770;field_2735:Z
      named shouldGenerateStructures Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;shouldGenerateStructures:Z
    • defaultGameMode

      private LevelInfo.GameMode defaultGameMode
      Mappings:
      Namespace Name Mixin selector
      official s Llb;s:Lahw$a;
      intermediary field_2736 Lnet/minecraft/class_770;field_2736:Lnet/minecraft/class_1156$class_1157;
      named defaultGameMode Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;defaultGameMode:Lnet/minecraft/world/level/LevelInfo$GameMode;
    • hasGui

      private boolean hasGui
      Mappings:
      Namespace Name Mixin selector
      official t Llb;t:Z
      intermediary field_2738 Lnet/minecraft/class_770;field_2738:Z
      named hasGui Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;hasGui:Z
  • Constructor Details

    • MinecraftDedicatedServer

      public MinecraftDedicatedServer(File file, class_2934 class_2934, com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache)
  • Method Details

    • setupServer

      protected boolean setupServer() throws IOException
      Specified by:
      setupServer in class MinecraftServer
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j()Z
      intermediary method_3011 Lnet/minecraft/server/MinecraftServer;method_3011()Z
      named setupServer Lnet/minecraft/server/MinecraftServer;setupServer()Z
    • method_12762

      public String method_12762()
      Mappings:
      Namespace Name Mixin selector
      official aK Llb;aK()Ljava/lang/String;
      intermediary method_12762 Lnet/minecraft/class_770;method_12762()Ljava/lang/String;
      named method_12762 Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;method_12762()Ljava/lang/String;
    • setDefaultGameMode

      public void setDefaultGameMode(LevelInfo.GameMode gamemode)
      Overrides:
      setDefaultGameMode in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lahw$a;)V
      intermediary method_2999 Lnet/minecraft/server/MinecraftServer;method_2999(Lnet/minecraft/class_1156$class_1157;)V
      named setDefaultGameMode Lnet/minecraft/server/MinecraftServer;setDefaultGameMode(Lnet/minecraft/world/level/LevelInfo$GameMode;)V
    • shouldGenerateStructures

      public boolean shouldGenerateStructures()
      Specified by:
      shouldGenerateStructures in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official m Lnet/minecraft/server/MinecraftServer;m()Z
      intermediary method_3023 Lnet/minecraft/server/MinecraftServer;method_3023()Z
      named shouldGenerateStructures Lnet/minecraft/server/MinecraftServer;shouldGenerateStructures()Z
    • getDefaultGameMode

      public LevelInfo.GameMode getDefaultGameMode()
      Specified by:
      getDefaultGameMode in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n()Lahw$a;
      intermediary method_3026 Lnet/minecraft/server/MinecraftServer;method_3026()Lnet/minecraft/class_1156$class_1157;
      named getDefaultGameMode Lnet/minecraft/server/MinecraftServer;getDefaultGameMode()Lnet/minecraft/world/level/LevelInfo$GameMode;
    • getDefaultDifficulty

      public Difficulty getDefaultDifficulty()
      Specified by:
      getDefaultDifficulty in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official o Lnet/minecraft/server/MinecraftServer;o()Lqk;
      intermediary method_3029 Lnet/minecraft/server/MinecraftServer;method_3029()Lnet/minecraft/class_2151;
      named getDefaultDifficulty Lnet/minecraft/server/MinecraftServer;getDefaultDifficulty()Lnet/minecraft/world/Difficulty;
    • isHardcore

      public boolean isHardcore()
      Specified by:
      isHardcore in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official p Lnet/minecraft/server/MinecraftServer;p()Z
      intermediary method_3031 Lnet/minecraft/server/MinecraftServer;method_3031()Z
      named isHardcore Lnet/minecraft/server/MinecraftServer;isHardcore()Z
    • setCrashReport

      protected void setCrashReport(CrashReport report)
      Overrides:
      setCrashReport in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lb;)V
      intermediary method_2992 Lnet/minecraft/server/MinecraftServer;method_2992(Lnet/minecraft/class_1;)V
      named setCrashReport Lnet/minecraft/server/MinecraftServer;setCrashReport(Lnet/minecraft/util/crash/CrashReport;)V
    • populateCrashReport

      public CrashReport populateCrashReport(CrashReport report)
      Overrides:
      populateCrashReport in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(Lb;)Lb;
      intermediary method_3013 Lnet/minecraft/server/MinecraftServer;method_3013(Lnet/minecraft/class_1;)Lnet/minecraft/class_1;
      named populateCrashReport Lnet/minecraft/server/MinecraftServer;populateCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReport;
    • exit

      protected void exit()
      Overrides:
      exit in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official B Lnet/minecraft/server/MinecraftServer;B()V
      intermediary method_3042 Lnet/minecraft/server/MinecraftServer;method_3042()V
      named exit Lnet/minecraft/server/MinecraftServer;exit()V
    • tick

      protected void tick()
      Overrides:
      tick in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official D Lnet/minecraft/server/MinecraftServer;D()V
      intermediary method_3046 Lnet/minecraft/server/MinecraftServer;method_3046()V
      named tick Lnet/minecraft/server/MinecraftServer;tick()V
    • isNetherAllowed

      public boolean isNetherAllowed()
      Overrides:
      isNetherAllowed in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official E Lnet/minecraft/server/MinecraftServer;E()Z
      intermediary method_3047 Lnet/minecraft/server/MinecraftServer;method_3047()Z
      named isNetherAllowed Lnet/minecraft/server/MinecraftServer;isNetherAllowed()Z
    • isMonsterSpawningEnabled

      public boolean isMonsterSpawningEnabled()
      Overrides:
      isMonsterSpawningEnabled in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official U Lnet/minecraft/server/MinecraftServer;U()Z
      intermediary method_2977 Lnet/minecraft/server/MinecraftServer;method_2977()Z
      named isMonsterSpawningEnabled Lnet/minecraft/server/MinecraftServer;isMonsterSpawningEnabled()Z
    • addSnooperInfo

      public void addSnooperInfo(Snooper snooper)
      Specified by:
      addSnooperInfo in interface Snoopable
      Overrides:
      addSnooperInfo in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Lqw;)V
      intermediary method_2410 Lnet/minecraft/class_855;method_2410(Lnet/minecraft/class_853;)V
      named addSnooperInfo Lnet/minecraft/util/snooper/Snoopable;addSnooperInfo(Lnet/minecraft/util/snooper/Snooper;)V
    • isSnooperEnabled

      public boolean isSnooperEnabled()
      Specified by:
      isSnooperEnabled in interface Snoopable
      Overrides:
      isSnooperEnabled in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official Z Lqx;Z()Z
      intermediary method_2409 Lnet/minecraft/class_855;method_2409()Z
      named isSnooperEnabled Lnet/minecraft/util/snooper/Snoopable;isSnooperEnabled()Z
    • enqueueCommand

      public void enqueueCommand(String name, CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Llb;a(Ljava/lang/String;Ln;)V
      intermediary method_2065 Lnet/minecraft/class_770;method_2065(Ljava/lang/String;Lnet/minecraft/class_1061;)V
      named enqueueCommand Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;enqueueCommand(Ljava/lang/String;Lnet/minecraft/command/CommandSource;)V
    • executeQueuedCommands

      public void executeQueuedCommands()
      Mappings:
      Namespace Name Mixin selector
      official aL Llb;aL()V
      intermediary method_2067 Lnet/minecraft/class_770;method_2067()V
      named executeQueuedCommands Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;executeQueuedCommands()V
    • isDedicated

      public boolean isDedicated()
      Specified by:
      isDedicated in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official aa Lnet/minecraft/server/MinecraftServer;aa()Z
      intermediary method_2983 Lnet/minecraft/server/MinecraftServer;method_2983()Z
      named isDedicated Lnet/minecraft/server/MinecraftServer;isDedicated()Z
    • isUsingNativeTransport

      public boolean isUsingNativeTransport()
      Specified by:
      isUsingNativeTransport in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official ae Lnet/minecraft/server/MinecraftServer;ae()Z
      intermediary method_10823 Lnet/minecraft/server/MinecraftServer;method_10823()Z
      named isUsingNativeTransport Lnet/minecraft/server/MinecraftServer;isUsingNativeTransport()Z
    • getPlayerManager

      public DedicatedPlayerManager getPlayerManager()
      Overrides:
      getPlayerManager in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official aM Llb;aM()Lla;
      intermediary method_2068 Lnet/minecraft/class_770;method_2068()Lnet/minecraft/class_769;
      named getPlayerManager Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;getPlayerManager()Lnet/minecraft/server/dedicated/DedicatedPlayerManager;
    • getIntOrDefault

      public int getIntOrDefault(String name, int value)
      Specified by:
      getIntOrDefault in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official a Lkw;a(Ljava/lang/String;I)I
      intermediary method_2030 Lnet/minecraft/class_744;method_2030(Ljava/lang/String;I)I
      named getIntOrDefault Lnet/minecraft/server/dedicated/DedicatedServer;getIntOrDefault(Ljava/lang/String;I)I
    • getOrDefault

      public String getOrDefault(String name, String value)
      Specified by:
      getOrDefault in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official a Lkw;a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
      intermediary method_2032 Lnet/minecraft/class_744;method_2032(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
      named getOrDefault Lnet/minecraft/server/dedicated/DedicatedServer;getOrDefault(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    • getBooleanOrDefault

      public boolean getBooleanOrDefault(String name, boolean value)
      Mappings:
      Namespace Name Mixin selector
      official a Llb;a(Ljava/lang/String;Z)Z
      intermediary method_2066 Lnet/minecraft/class_770;method_2066(Ljava/lang/String;Z)Z
      named getBooleanOrDefault Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;getBooleanOrDefault(Ljava/lang/String;Z)Z
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official a Lkw;a(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_2031 Lnet/minecraft/class_744;method_2031(Ljava/lang/String;Ljava/lang/Object;)V
      named setProperty Lnet/minecraft/server/dedicated/DedicatedServer;setProperty(Ljava/lang/String;Ljava/lang/Object;)V
    • saveAbstractPropertiesHandler

      public void saveAbstractPropertiesHandler()
      Specified by:
      saveAbstractPropertiesHandler in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official a Lkw;a()V
      intermediary method_2029 Lnet/minecraft/class_744;method_2029()V
      named saveAbstractPropertiesHandler Lnet/minecraft/server/dedicated/DedicatedServer;saveAbstractPropertiesHandler()V
    • getPropertiesFilePath

      public String getPropertiesFilePath()
      Specified by:
      getPropertiesFilePath in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official b Lkw;b()Ljava/lang/String;
      intermediary method_2033 Lnet/minecraft/class_744;method_2033()Ljava/lang/String;
      named getPropertiesFilePath Lnet/minecraft/server/dedicated/DedicatedServer;getPropertiesFilePath()Ljava/lang/String;
    • getHostname

      public String getHostname()
      Specified by:
      getHostname in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official d_ Lkw;d_()Ljava/lang/String;
      intermediary method_2039 Lnet/minecraft/class_744;method_2039()Ljava/lang/String;
      named getHostname Lnet/minecraft/server/dedicated/DedicatedServer;getHostname()Ljava/lang/String;
    • getPort

      public int getPort()
      Specified by:
      getPort in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official method_2040 Lnet/minecraft/server/MinecraftServer;method_2040()I
      intermediary method_2040 Lnet/minecraft/server/MinecraftServer;method_2040()I
      named getPort Lnet/minecraft/server/MinecraftServer;getPort()I
    • getMotd

      public String getMotd()
      Specified by:
      getMotd in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official method_2041 Lnet/minecraft/server/MinecraftServer;method_2041()Ljava/lang/String;
      intermediary method_2041 Lnet/minecraft/server/MinecraftServer;method_2041()Ljava/lang/String;
      named getMotd Lnet/minecraft/server/MinecraftServer;getMotd()Ljava/lang/String;
    • createGui

      public void createGui()
      Mappings:
      Namespace Name Mixin selector
      official aN Llb;aN()V
      intermediary method_2069 Lnet/minecraft/class_770;method_2069()V
      named createGui Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;createGui()V
    • hasGui

      public boolean hasGui()
      Overrides:
      hasGui in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official ao Lnet/minecraft/server/MinecraftServer;ao()Z
      intermediary method_3007 Lnet/minecraft/server/MinecraftServer;method_3007()Z
      named hasGui Lnet/minecraft/server/MinecraftServer;hasGui()Z
    • method_3000

      public String method_3000(LevelInfo.GameMode gamemode, boolean bool)
      Specified by:
      method_3000 in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lahw$a;Z)Ljava/lang/String;
      intermediary method_3000 Lnet/minecraft/server/MinecraftServer;method_3000(Lnet/minecraft/class_1156$class_1157;Z)Ljava/lang/String;
      named method_3000 Lnet/minecraft/server/MinecraftServer;method_3000(Lnet/minecraft/world/level/LevelInfo$GameMode;Z)Ljava/lang/String;
    • areCommandBlocksEnabled

      public boolean areCommandBlocksEnabled()
      Specified by:
      areCommandBlocksEnabled in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official ah Lnet/minecraft/server/MinecraftServer;ah()Z
      intermediary method_4499 Lnet/minecraft/server/MinecraftServer;method_4499()Z
      named areCommandBlocksEnabled Lnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Z
    • getSpawnProtectionRadius

      public int getSpawnProtectionRadius()
      Overrides:
      getSpawnProtectionRadius in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official as Lnet/minecraft/server/MinecraftServer;as()I
      intermediary method_4500 Lnet/minecraft/server/MinecraftServer;method_4500()I
      named getSpawnProtectionRadius Lnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()I
    • isSpawnProtected

      public boolean isSpawnProtected(World world, BlockPos pos, PlayerEntity player)
      Overrides:
      isSpawnProtected in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Laht;Lcl;Lzj;)Z
      intermediary method_10812 Lnet/minecraft/server/MinecraftServer;method_10812(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_988;)Z
      named isSpawnProtected Lnet/minecraft/server/MinecraftServer;isSpawnProtected(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Z
    • getOpPermissionLevel

      public int getOpPermissionLevel()
      Specified by:
      getOpPermissionLevel in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official q Lnet/minecraft/server/MinecraftServer;q()I
      intermediary method_6085 Lnet/minecraft/server/MinecraftServer;method_6085()I
      named getOpPermissionLevel Lnet/minecraft/server/MinecraftServer;getOpPermissionLevel()I
    • setPlayerIdleTimeout

      public void setPlayerIdleTimeout(int playerIdleTimeout)
      Overrides:
      setPlayerIdleTimeout in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d(I)V
      intermediary method_6084 Lnet/minecraft/server/MinecraftServer;method_6084(I)V
      named setPlayerIdleTimeout Lnet/minecraft/server/MinecraftServer;setPlayerIdleTimeout(I)V
    • shouldBroadcastRconToOps

      public boolean shouldBroadcastRconToOps()
      Specified by:
      shouldBroadcastRconToOps in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official r Lnet/minecraft/server/MinecraftServer;r()Z
      intermediary method_8164 Lnet/minecraft/server/MinecraftServer;method_8164()Z
      named shouldBroadcastRconToOps Lnet/minecraft/server/MinecraftServer;shouldBroadcastRconToOps()Z
    • shouldBroadcastConsoleToIps

      public boolean shouldBroadcastConsoleToIps()
      Specified by:
      shouldBroadcastConsoleToIps in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s()Z
      intermediary method_10825 Lnet/minecraft/server/MinecraftServer;method_10825()Z
      named shouldBroadcastConsoleToIps Lnet/minecraft/server/MinecraftServer;shouldBroadcastConsoleToIps()Z
    • shouldAnnouncePlayerAchievements

      public boolean shouldAnnouncePlayerAchievements()
      Overrides:
      shouldAnnouncePlayerAchievements in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official ax Lnet/minecraft/server/MinecraftServer;ax()Z
      intermediary method_8158 Lnet/minecraft/server/MinecraftServer;method_8158()Z
      named shouldAnnouncePlayerAchievements Lnet/minecraft/server/MinecraftServer;shouldAnnouncePlayerAchievements()Z
    • getMaxWorldBorderRadius

      public int getMaxWorldBorderRadius()
      Overrides:
      getMaxWorldBorderRadius in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official aD Lnet/minecraft/server/MinecraftServer;aD()I
      intermediary method_10817 Lnet/minecraft/server/MinecraftServer;method_10817()I
      named getMaxWorldBorderRadius Lnet/minecraft/server/MinecraftServer;getMaxWorldBorderRadius()I
    • getNetworkCompressionThreshold

      public int getNetworkCompressionThreshold()
      Overrides:
      getNetworkCompressionThreshold in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official aF Lnet/minecraft/server/MinecraftServer;aF()I
      intermediary method_10818 Lnet/minecraft/server/MinecraftServer;method_10818()I
      named getNetworkCompressionThreshold Lnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()I
    • convertData

      protected boolean convertData()
      Mappings:
      Namespace Name Mixin selector
      official aO Llb;aO()Z
      intermediary method_8111 Lnet/minecraft/class_770;method_8111()Z
      named convertData Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;convertData()Z
    • sleepFiveSeconds

      private void sleepFiveSeconds()
      Mappings:
      Namespace Name Mixin selector
      official aR Llb;aR()V
      intermediary method_8113 Lnet/minecraft/class_770;method_8113()V
      named sleepFiveSeconds Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;sleepFiveSeconds()V
    • getMaxTickTime

      public long getMaxTickTime()
      Mappings:
      Namespace Name Mixin selector
      official aP Llb;aP()J
      intermediary method_10744 Lnet/minecraft/class_770;method_10744()J
      named getMaxTickTime Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;getMaxTickTime()J
    • getPlugins

      public String getPlugins()
      Specified by:
      getPlugins in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official g_ Lkw;g_()Ljava/lang/String;
      intermediary method_2026 Lnet/minecraft/class_744;method_2026()Ljava/lang/String;
      named getPlugins Lnet/minecraft/server/dedicated/DedicatedServer;getPlugins()Ljava/lang/String;
    • executeRconCommand

      public String executeRconCommand(String name)
      Specified by:
      executeRconCommand in interface DedicatedServer
      Mappings:
      Namespace Name Mixin selector
      official a_ Lkw;a_(Ljava/lang/String;)Ljava/lang/String;
      intermediary method_2036 Lnet/minecraft/class_744;method_2036(Ljava/lang/String;)Ljava/lang/String;
      named executeRconCommand Lnet/minecraft/server/dedicated/DedicatedServer;executeRconCommand(Ljava/lang/String;)Ljava/lang/String;