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 ko
intermediary net/minecraft/class_1620
named net/minecraft/server/dedicated/MinecraftDedicatedServer
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official k Lko;k:Lorg/apache/logging/log4j/Logger;
      intermediary field_6535 Lnet/minecraft/class_1620;field_6535: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 Lko;l:Ljava/util/List;
      intermediary field_6536 Lnet/minecraft/class_1620;field_6536: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 Lko;m:Lmm;
      intermediary field_6537 Lnet/minecraft/class_1620;field_6537:Lnet/minecraft/class_1671;
      named queryResponseHandler Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;queryResponseHandler:Lnet/minecraft/server/rcon/QueryResponseHandler;
    • rconServer

      private RconServer rconServer
      Mappings:
      Namespace Name Mixin selector
      official n Lko;n:Lmo;
      intermediary field_6538 Lnet/minecraft/class_1620;field_6538:Lnet/minecraft/class_1674;
      named rconServer Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;rconServer:Lnet/minecraft/server/rcon/RconServer;
    • abstractPropertiesHandler

      private AbstractPropertiesHandler abstractPropertiesHandler
      Mappings:
      Namespace Name Mixin selector
      official o Lko;o:Lkl;
      intermediary field_6539 Lnet/minecraft/class_1620;field_6539:Lnet/minecraft/class_1617;
      named abstractPropertiesHandler Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;abstractPropertiesHandler:Lnet/minecraft/server/dedicated/AbstractPropertiesHandler;
    • eulaReader

      private EulaReader eulaReader
      Mappings:
      Namespace Name Mixin selector
      official p Lko;p:Lkf;
      intermediary field_6540 Lnet/minecraft/class_1620;field_6540:Lnet/minecraft/class_1612;
      named eulaReader Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;eulaReader:Lnet/minecraft/server/dedicated/EulaReader;
    • shouldGenerateStructures

      private boolean shouldGenerateStructures
      Mappings:
      Namespace Name Mixin selector
      official q Lko;q:Z
      intermediary field_6541 Lnet/minecraft/class_1620;field_6541:Z
      named shouldGenerateStructures Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;shouldGenerateStructures:Z
    • defaultGameMode

      private LevelInfo.GameMode defaultGameMode
      Mappings:
      Namespace Name Mixin selector
      official r Lko;r:Ladp$a;
      intermediary field_6542 Lnet/minecraft/class_1620;field_6542:Lnet/minecraft/class_102$class_103;
      named defaultGameMode Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;defaultGameMode:Lnet/minecraft/world/level/LevelInfo$GameMode;
    • hasGui

      private boolean hasGui
      Mappings:
      Namespace Name Mixin selector
      official s Lko;s:Z
      intermediary field_6543 Lnet/minecraft/class_1620;field_6543:Z
      named hasGui Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;hasGui:Z
  • Constructor Details

    • MinecraftDedicatedServer

      public MinecraftDedicatedServer​(File file)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lko;<init>(Ljava/io/File;)V
      intermediary <init> Lnet/minecraft/class_1620;<init>(Ljava/io/File;)V
      named <init> Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;<init>(Ljava/io/File;)V
  • Method Details

    • setupServer

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

      public void setDefaultGameMode​(LevelInfo.GameMode gamemode)
      Overrides:
      setDefaultGameMode in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ladp$a;)V
      intermediary method_6436 Lnet/minecraft/server/MinecraftServer;method_6436(Lnet/minecraft/class_102$class_103;)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 l Lnet/minecraft/server/MinecraftServer;l()Z
      intermediary method_6513 Lnet/minecraft/server/MinecraftServer;method_6513()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 m Lnet/minecraft/server/MinecraftServer;m()Ladp$a;
      intermediary method_6515 Lnet/minecraft/server/MinecraftServer;method_6515()Lnet/minecraft/class_102$class_103;
      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 n Lnet/minecraft/server/MinecraftServer;n()Loj;
      intermediary method_6516 Lnet/minecraft/server/MinecraftServer;method_6516()Lnet/minecraft/class_1721;
      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 o Lnet/minecraft/server/MinecraftServer;o()Z
      intermediary method_6517 Lnet/minecraft/server/MinecraftServer;method_6517()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_6438 Lnet/minecraft/server/MinecraftServer;method_6438(Lnet/minecraft/class_825;)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_6492 Lnet/minecraft/server/MinecraftServer;method_6492(Lnet/minecraft/class_825;)Lnet/minecraft/class_825;
      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 z Lnet/minecraft/server/MinecraftServer;z()V
      intermediary method_6528 Lnet/minecraft/server/MinecraftServer;method_6528()V
      named exit Lnet/minecraft/server/MinecraftServer;exit()V
    • shutdown

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

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

      public boolean isMonsterSpawningEnabled()
      Overrides:
      isMonsterSpawningEnabled in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official W Lnet/minecraft/server/MinecraftServer;W()Z
      intermediary method_6431 Lnet/minecraft/server/MinecraftServer;method_6431()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 Los;a(Lor;)V
      intermediary method_6794 Lnet/minecraft/class_1729;method_6794(Lnet/minecraft/class_1728;)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 ad Los;ad()Z
      intermediary method_6795 Lnet/minecraft/class_1729;method_6795()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 Lko;a(Ljava/lang/String;Lm;)V
      intermediary method_5955 Lnet/minecraft/class_1620;method_5955(Ljava/lang/String;Lnet/minecraft/class_1659;)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 aO Lko;aO()V
      intermediary method_5957 Lnet/minecraft/class_1620;method_5957()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 ae Lnet/minecraft/server/MinecraftServer;ae()Z
      intermediary method_6469 Lnet/minecraft/server/MinecraftServer;method_6469()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 ai Lnet/minecraft/server/MinecraftServer;ai()Z
      intermediary method_6473 Lnet/minecraft/server/MinecraftServer;method_6473()Z
      named isUsingNativeTransport Lnet/minecraft/server/MinecraftServer;isUsingNativeTransport()Z
    • getPlayerManager

      public DedicatedPlayerManager getPlayerManager()
      Overrides:
      getPlayerManager in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official aP Lko;aP()Lkn;
      intermediary method_5958 Lnet/minecraft/class_1620;method_5958()Lnet/minecraft/class_1619;
      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 Lkj;a(Ljava/lang/String;I)I
      intermediary method_5920 Lnet/minecraft/class_1615;method_5920(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 Lkj;a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
      intermediary method_5922 Lnet/minecraft/class_1615;method_5922(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 Lko;a(Ljava/lang/String;Z)Z
      intermediary method_5956 Lnet/minecraft/class_1620;method_5956(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 Lkj;a(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_5921 Lnet/minecraft/class_1615;method_5921(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 Lkj;a()V
      intermediary method_5919 Lnet/minecraft/class_1615;method_5919()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 Lkj;b()Ljava/lang/String;
      intermediary method_5924 Lnet/minecraft/class_1615;method_5924()Ljava/lang/String;
      named getPropertiesFilePath Lnet/minecraft/server/dedicated/DedicatedServer;getPropertiesFilePath()Ljava/lang/String;
    • createGui

      public void createGui()
      Mappings:
      Namespace Name Mixin selector
      official aQ Lko;aQ()V
      intermediary method_5959 Lnet/minecraft/class_1620;method_5959()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 as Lnet/minecraft/server/MinecraftServer;as()Z
      intermediary method_6483 Lnet/minecraft/server/MinecraftServer;method_6483()Z
      named hasGui Lnet/minecraft/server/MinecraftServer;hasGui()Z
    • method_6437

      public String method_6437​(LevelInfo.GameMode gamemode, boolean bool)
      Specified by:
      method_6437 in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ladp$a;Z)Ljava/lang/String;
      intermediary method_6437 Lnet/minecraft/server/MinecraftServer;method_6437(Lnet/minecraft/class_102$class_103;Z)Ljava/lang/String;
      named method_6437 Lnet/minecraft/server/MinecraftServer;method_6437(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 al Lnet/minecraft/server/MinecraftServer;al()Z
      intermediary method_6476 Lnet/minecraft/server/MinecraftServer;method_6476()Z
      named areCommandBlocksEnabled Lnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Z
    • getSpawnProtectionRadius

      public int getSpawnProtectionRadius()
      Overrides:
      getSpawnProtectionRadius in class MinecraftServer
      Mappings:
      Namespace Name Mixin selector
      official aw Lnet/minecraft/server/MinecraftServer;aw()I
      intermediary method_6487 Lnet/minecraft/server/MinecraftServer;method_6487()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(Ladm;Lcj;Lwn;)Z
      intermediary method_6435 Lnet/minecraft/server/MinecraftServer;method_6435(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_1963;)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 p Lnet/minecraft/server/MinecraftServer;p()I
      intermediary method_6518 Lnet/minecraft/server/MinecraftServer;method_6518()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_6498 Lnet/minecraft/server/MinecraftServer;method_6498(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 q Lnet/minecraft/server/MinecraftServer;q()Z
      intermediary method_6519 Lnet/minecraft/server/MinecraftServer;method_6519()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 r Lnet/minecraft/server/MinecraftServer;r()Z
      intermediary method_6520 Lnet/minecraft/server/MinecraftServer;method_6520()Z
      named shouldBroadcastConsoleToIps Lnet/minecraft/server/MinecraftServer;shouldBroadcastConsoleToIps()Z
    • shouldAnnouncePlayerAchievements

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

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

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

      protected boolean convertData()
      Mappings:
      Namespace Name Mixin selector
      official aR Lko;aR()Z
      intermediary method_5960 Lnet/minecraft/class_1620;method_5960()Z
      named convertData Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;convertData()Z
    • sleepFiveSeconds

      private void sleepFiveSeconds()
      Mappings:
      Namespace Name Mixin selector
      official aU Lko;aU()V
      intermediary method_5963 Lnet/minecraft/class_1620;method_5963()V
      named sleepFiveSeconds Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;sleepFiveSeconds()V
    • getMaxTickTime

      public long getMaxTickTime()
      Mappings:
      Namespace Name Mixin selector
      official aS Lko;aS()J
      intermediary method_5961 Lnet/minecraft/class_1620;method_5961()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 d_ Lkj;d_()Ljava/lang/String;
      intermediary method_5925 Lnet/minecraft/class_1615;method_5925()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_ Lkj;a_(Ljava/lang/String;)Ljava/lang/String;
      intermediary method_5923 Lnet/minecraft/class_1615;method_5923(Ljava/lang/String;)Ljava/lang/String;
      named executeRconCommand Lnet/minecraft/server/dedicated/DedicatedServer;executeRconCommand(Ljava/lang/String;)Ljava/lang/String;