Class MinecraftServer

java.lang.Object
net.minecraft.server.MinecraftServer
All Implemented Interfaces:
Runnable, CommandSource, Snoopable
Direct Known Subclasses:
IntegratedServer, MinecraftDedicatedServer

public abstract class MinecraftServer extends Object implements CommandSource, Runnable, Snoopable
Mappings:
Namespace Name
official net/minecraft/server/MinecraftServer
intermediary net/minecraft/server/MinecraftServer
named net/minecraft/server/MinecraftServer
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official h Lnet/minecraft/server/MinecraftServer;h:Lorg/apache/logging/log4j/Logger;
      intermediary field_8920 Lnet/minecraft/server/MinecraftServer;field_8920:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/MinecraftServer;LOGGER:Lorg/apache/logging/log4j/Logger;
    • instance

      private static MinecraftServer instance
      Mappings:
      Namespace Name Mixin selector
      official i Lnet/minecraft/server/MinecraftServer;i:Lnet/minecraft/server/MinecraftServer;
      intermediary field_3859 Lnet/minecraft/server/MinecraftServer;field_3859:Lnet/minecraft/server/MinecraftServer;
      named instance Lnet/minecraft/server/MinecraftServer;instance:Lnet/minecraft/server/MinecraftServer;
    • saveStorage

      private final LevelStorageAccess saveStorage
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j:Laxp;
      intermediary field_3860 Lnet/minecraft/server/MinecraftServer;field_3860:Lnet/minecraft/class_102;
      named saveStorage Lnet/minecraft/server/MinecraftServer;saveStorage:Lnet/minecraft/world/level/storage/LevelStorageAccess;
    • snooper

      private final Snooper snooper
      Mappings:
      Namespace Name Mixin selector
      official k Lnet/minecraft/server/MinecraftServer;k:Lpu;
      intermediary field_3861 Lnet/minecraft/server/MinecraftServer;field_3861:Lnet/minecraft/class_853;
      named snooper Lnet/minecraft/server/MinecraftServer;snooper:Lnet/minecraft/util/snooper/Snooper;
    • gameDir

      private final File gameDir
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l:Ljava/io/File;
      intermediary field_3862 Lnet/minecraft/server/MinecraftServer;field_3862:Ljava/io/File;
      named gameDir Lnet/minecraft/server/MinecraftServer;gameDir:Ljava/io/File;
    • tickables

      private final List tickables
      Mappings:
      Namespace Name Mixin selector
      official m Lnet/minecraft/server/MinecraftServer;m:Ljava/util/List;
      intermediary field_3863 Lnet/minecraft/server/MinecraftServer;field_3863:Ljava/util/List;
      named tickables Lnet/minecraft/server/MinecraftServer;tickables:Ljava/util/List;
    • provider

      private final CommandRegistryProvider provider
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n:Lab;
      intermediary field_3864 Lnet/minecraft/server/MinecraftServer;field_3864:Lnet/minecraft/class_1034;
      named provider Lnet/minecraft/server/MinecraftServer;provider:Lnet/minecraft/server/command/CommandRegistryProvider;
    • profiler

      public final Profiler profiler
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a:Lou;
      intermediary field_3849 Lnet/minecraft/server/MinecraftServer;field_3849:Lnet/minecraft/class_839;
      named profiler Lnet/minecraft/server/MinecraftServer;profiler:Lnet/minecraft/util/profiler/Profiler;
    • networkIo

      private final ServerNetworkIo networkIo
      Mappings:
      Namespace Name Mixin selector
      official o Lnet/minecraft/server/MinecraftServer;o:Lmr;
      intermediary field_8921 Lnet/minecraft/server/MinecraftServer;field_8921:Lnet/minecraft/class_2103;
      named networkIo Lnet/minecraft/server/MinecraftServer;networkIo:Lnet/minecraft/server/ServerNetworkIo;
    • serverMetadata

      private final ServerMetadata serverMetadata
      Mappings:
      Namespace Name Mixin selector
      official p Lnet/minecraft/server/MinecraftServer;p:Ljo;
      intermediary field_8922 Lnet/minecraft/server/MinecraftServer;field_8922:Lnet/minecraft/class_2081;
      named serverMetadata Lnet/minecraft/server/MinecraftServer;serverMetadata:Lnet/minecraft/server/ServerMetadata;
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official q Lnet/minecraft/server/MinecraftServer;q:Ljava/util/Random;
      intermediary field_8923 Lnet/minecraft/server/MinecraftServer;field_8923:Ljava/util/Random;
      named random Lnet/minecraft/server/MinecraftServer;random:Ljava/util/Random;
    • serverIp

      @Environment(SERVER) private String serverIp
      Mappings:
      Namespace Name Mixin selector
      official r Lnet/minecraft/server/MinecraftServer;r:Ljava/lang/String;
      intermediary field_3865 Lnet/minecraft/server/MinecraftServer;field_3865:Ljava/lang/String;
      named serverIp Lnet/minecraft/server/MinecraftServer;serverIp:Ljava/lang/String;
    • serverPort

      private int serverPort
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s:I
      intermediary field_3866 Lnet/minecraft/server/MinecraftServer;field_3866:I
      named serverPort Lnet/minecraft/server/MinecraftServer;serverPort:I
    • worlds

      public ServerWorld[] worlds
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b:[Lmi;
      intermediary field_3850 Lnet/minecraft/server/MinecraftServer;field_3850:[Lnet/minecraft/class_795;
      named worlds Lnet/minecraft/server/MinecraftServer;worlds:[Lnet/minecraft/server/world/ServerWorld;
    • playerManager

      private PlayerManager playerManager
      Mappings:
      Namespace Name Mixin selector
      official t Lnet/minecraft/server/MinecraftServer;t:Llc;
      intermediary field_3867 Lnet/minecraft/server/MinecraftServer;field_3867:Lnet/minecraft/class_743;
      named playerManager Lnet/minecraft/server/MinecraftServer;playerManager:Lnet/minecraft/server/PlayerManager;
    • running

      private boolean running
      Mappings:
      Namespace Name Mixin selector
      official u Lnet/minecraft/server/MinecraftServer;u:Z
      intermediary field_3868 Lnet/minecraft/server/MinecraftServer;field_3868:Z
      named running Lnet/minecraft/server/MinecraftServer;running:Z
    • stopped

      private boolean stopped
      Mappings:
      Namespace Name Mixin selector
      official v Lnet/minecraft/server/MinecraftServer;v:Z
      intermediary field_3869 Lnet/minecraft/server/MinecraftServer;field_3869:Z
      named stopped Lnet/minecraft/server/MinecraftServer;stopped:Z
    • ticks

      private int ticks
      Mappings:
      Namespace Name Mixin selector
      official w Lnet/minecraft/server/MinecraftServer;w:I
      intermediary field_3870 Lnet/minecraft/server/MinecraftServer;field_3870:I
      named ticks Lnet/minecraft/server/MinecraftServer;ticks:I
    • proxy

      protected final Proxy proxy
      Mappings:
      Namespace Name Mixin selector
      official c Lnet/minecraft/server/MinecraftServer;c:Ljava/net/Proxy;
      intermediary field_6741 Lnet/minecraft/server/MinecraftServer;field_6741:Ljava/net/Proxy;
      named proxy Lnet/minecraft/server/MinecraftServer;proxy:Ljava/net/Proxy;
    • progressType

      public String progressType
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d:Ljava/lang/String;
      intermediary field_3851 Lnet/minecraft/server/MinecraftServer;field_3851:Ljava/lang/String;
      named progressType Lnet/minecraft/server/MinecraftServer;progressType:Ljava/lang/String;
    • progress

      public int progress
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/server/MinecraftServer;e:I
      intermediary field_3852 Lnet/minecraft/server/MinecraftServer;field_3852:I
      named progress Lnet/minecraft/server/MinecraftServer;progress:I
    • onlineMode

      private boolean onlineMode
      Mappings:
      Namespace Name Mixin selector
      official x Lnet/minecraft/server/MinecraftServer;x:Z
      intermediary field_3871 Lnet/minecraft/server/MinecraftServer;field_3871:Z
      named onlineMode Lnet/minecraft/server/MinecraftServer;onlineMode:Z
    • spawnAnimals

      private boolean spawnAnimals
      Mappings:
      Namespace Name Mixin selector
      official y Lnet/minecraft/server/MinecraftServer;y:Z
      intermediary field_3872 Lnet/minecraft/server/MinecraftServer;field_3872:Z
      named spawnAnimals Lnet/minecraft/server/MinecraftServer;spawnAnimals:Z
    • spawnNpcs

      private boolean spawnNpcs
      Mappings:
      Namespace Name Mixin selector
      official z Lnet/minecraft/server/MinecraftServer;z:Z
      intermediary field_3873 Lnet/minecraft/server/MinecraftServer;field_3873:Z
      named spawnNpcs Lnet/minecraft/server/MinecraftServer;spawnNpcs:Z
    • pvpEnabled

      private boolean pvpEnabled
      Mappings:
      Namespace Name Mixin selector
      official A Lnet/minecraft/server/MinecraftServer;A:Z
      intermediary field_3828 Lnet/minecraft/server/MinecraftServer;field_3828:Z
      named pvpEnabled Lnet/minecraft/server/MinecraftServer;pvpEnabled:Z
    • flightEnabled

      private boolean flightEnabled
      Mappings:
      Namespace Name Mixin selector
      official B Lnet/minecraft/server/MinecraftServer;B:Z
      intermediary field_3829 Lnet/minecraft/server/MinecraftServer;field_3829:Z
      named flightEnabled Lnet/minecraft/server/MinecraftServer;flightEnabled:Z
    • motd

      private String motd
      Mappings:
      Namespace Name Mixin selector
      official C Lnet/minecraft/server/MinecraftServer;C:Ljava/lang/String;
      intermediary field_3830 Lnet/minecraft/server/MinecraftServer;field_3830:Ljava/lang/String;
      named motd Lnet/minecraft/server/MinecraftServer;motd:Ljava/lang/String;
    • worldHeight

      private int worldHeight
      Mappings:
      Namespace Name Mixin selector
      official D Lnet/minecraft/server/MinecraftServer;D:I
      intermediary field_3831 Lnet/minecraft/server/MinecraftServer;field_3831:I
      named worldHeight Lnet/minecraft/server/MinecraftServer;worldHeight:I
    • playerIdleTimeout

      private int playerIdleTimeout
      Mappings:
      Namespace Name Mixin selector
      official E Lnet/minecraft/server/MinecraftServer;E:I
      intermediary field_6740 Lnet/minecraft/server/MinecraftServer;field_6740:I
      named playerIdleTimeout Lnet/minecraft/server/MinecraftServer;playerIdleTimeout:I
    • lastTickLengths

      public final long[] lastTickLengths
      Mappings:
      Namespace Name Mixin selector
      official f Lnet/minecraft/server/MinecraftServer;f:[J
      intermediary field_3857 Lnet/minecraft/server/MinecraftServer;field_3857:[J
      named lastTickLengths Lnet/minecraft/server/MinecraftServer;lastTickLengths:[J
    • field_3858

      public long[][] field_3858
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g:[[J
      intermediary field_3858 Lnet/minecraft/server/MinecraftServer;field_3858:[[J
      named field_3858 Lnet/minecraft/server/MinecraftServer;field_3858:[[J
    • keyPair

      private KeyPair keyPair
      Mappings:
      Namespace Name Mixin selector
      official F Lnet/minecraft/server/MinecraftServer;F:Ljava/security/KeyPair;
      intermediary field_3836 Lnet/minecraft/server/MinecraftServer;field_3836:Ljava/security/KeyPair;
      named keyPair Lnet/minecraft/server/MinecraftServer;keyPair:Ljava/security/KeyPair;
    • userName

      private String userName
      Mappings:
      Namespace Name Mixin selector
      official G Lnet/minecraft/server/MinecraftServer;G:Ljava/lang/String;
      intermediary field_3837 Lnet/minecraft/server/MinecraftServer;field_3837:Ljava/lang/String;
      named userName Lnet/minecraft/server/MinecraftServer;userName:Ljava/lang/String;
    • levelName

      private String levelName
      Mappings:
      Namespace Name Mixin selector
      official H Lnet/minecraft/server/MinecraftServer;H:Ljava/lang/String;
      intermediary field_3838 Lnet/minecraft/server/MinecraftServer;field_3838:Ljava/lang/String;
      named levelName Lnet/minecraft/server/MinecraftServer;levelName:Ljava/lang/String;
    • displayName

      @Environment(CLIENT) private String displayName
      Mappings:
      Namespace Name Mixin selector
      official I Lnet/minecraft/server/MinecraftServer;I:Ljava/lang/String;
      intermediary field_3839 Lnet/minecraft/server/MinecraftServer;field_3839:Ljava/lang/String;
      named displayName Lnet/minecraft/server/MinecraftServer;displayName:Ljava/lang/String;
    • demo

      private boolean demo
      Mappings:
      Namespace Name Mixin selector
      official J Lnet/minecraft/server/MinecraftServer;J:Z
      intermediary field_3840 Lnet/minecraft/server/MinecraftServer;field_3840:Z
      named demo Lnet/minecraft/server/MinecraftServer;demo:Z
    • forceWorldUpgrade

      private boolean forceWorldUpgrade
      Mappings:
      Namespace Name Mixin selector
      official K Lnet/minecraft/server/MinecraftServer;K:Z
      intermediary field_3841 Lnet/minecraft/server/MinecraftServer;field_3841:Z
      named forceWorldUpgrade Lnet/minecraft/server/MinecraftServer;forceWorldUpgrade:Z
    • shouldResetWorld

      private boolean shouldResetWorld
      Mappings:
      Namespace Name Mixin selector
      official L Lnet/minecraft/server/MinecraftServer;L:Z
      intermediary field_3842 Lnet/minecraft/server/MinecraftServer;field_3842:Z
      named shouldResetWorld Lnet/minecraft/server/MinecraftServer;shouldResetWorld:Z
    • resourcePackUrl

      private String resourcePackUrl
      Mappings:
      Namespace Name Mixin selector
      official M Lnet/minecraft/server/MinecraftServer;M:Ljava/lang/String;
      intermediary field_3843 Lnet/minecraft/server/MinecraftServer;field_3843:Ljava/lang/String;
      named resourcePackUrl Lnet/minecraft/server/MinecraftServer;resourcePackUrl:Ljava/lang/String;
    • loading

      private boolean loading
      Mappings:
      Namespace Name Mixin selector
      official N Lnet/minecraft/server/MinecraftServer;N:Z
      intermediary field_3844 Lnet/minecraft/server/MinecraftServer;field_3844:Z
      named loading Lnet/minecraft/server/MinecraftServer;loading:Z
    • lastWarnTime

      private long lastWarnTime
      Mappings:
      Namespace Name Mixin selector
      official O Lnet/minecraft/server/MinecraftServer;O:J
      intermediary field_3845 Lnet/minecraft/server/MinecraftServer;field_3845:J
      named lastWarnTime Lnet/minecraft/server/MinecraftServer;lastWarnTime:J
    • serverOperation

      private String serverOperation
      Mappings:
      Namespace Name Mixin selector
      official P Lnet/minecraft/server/MinecraftServer;P:Ljava/lang/String;
      intermediary field_3846 Lnet/minecraft/server/MinecraftServer;field_3846:Ljava/lang/String;
      named serverOperation Lnet/minecraft/server/MinecraftServer;serverOperation:Ljava/lang/String;
    • profiling

      private boolean profiling
      Mappings:
      Namespace Name Mixin selector
      official Q Lnet/minecraft/server/MinecraftServer;Q:Z
      intermediary field_3847 Lnet/minecraft/server/MinecraftServer;field_3847:Z
      named profiling Lnet/minecraft/server/MinecraftServer;profiling:Z
    • forceGameMode

      private boolean forceGameMode
      Mappings:
      Namespace Name Mixin selector
      official R Lnet/minecraft/server/MinecraftServer;R:Z
      intermediary field_6124 Lnet/minecraft/server/MinecraftServer;field_6124:Z
      named forceGameMode Lnet/minecraft/server/MinecraftServer;forceGameMode:Z
    • sessionService

      private final com.mojang.authlib.minecraft.MinecraftSessionService sessionService
      Mappings:
      Namespace Name Mixin selector
      official S Lnet/minecraft/server/MinecraftServer;S:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
      intermediary field_8915 Lnet/minecraft/server/MinecraftServer;field_8915:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
      named sessionService Lnet/minecraft/server/MinecraftServer;sessionService:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
    • lastPlayerSampleUpdate

      private long lastPlayerSampleUpdate
      Mappings:
      Namespace Name Mixin selector
      official T Lnet/minecraft/server/MinecraftServer;T:J
      intermediary field_8916 Lnet/minecraft/server/MinecraftServer;field_8916:J
      named lastPlayerSampleUpdate Lnet/minecraft/server/MinecraftServer;lastPlayerSampleUpdate:J
  • Constructor Details

    • MinecraftServer

      public MinecraftServer(File file, Proxy proxy)
  • Method Details

    • setupServer

      protected abstract boolean setupServer()
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/server/MinecraftServer;e()Z
      intermediary method_3011 Lnet/minecraft/server/MinecraftServer;method_3011()Z
      named setupServer Lnet/minecraft/server/MinecraftServer;setupServer()Z
    • upgradeWorld

      protected void upgradeWorld(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;)V
      intermediary method_3017 Lnet/minecraft/server/MinecraftServer;method_3017(Ljava/lang/String;)V
      named upgradeWorld Lnet/minecraft/server/MinecraftServer;upgradeWorld(Ljava/lang/String;)V
    • setServerOperation

      protected void setServerOperation(String operation)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(Ljava/lang/String;)V
      intermediary method_3021 Lnet/minecraft/server/MinecraftServer;method_3021(Ljava/lang/String;)V
      named setServerOperation Lnet/minecraft/server/MinecraftServer;setServerOperation(Ljava/lang/String;)V
    • getServerOperation

      @Environment(CLIENT) public String getServerOperation()
      Mappings:
      Namespace Name Mixin selector
      official f Lnet/minecraft/server/MinecraftServer;f()Ljava/lang/String;
      intermediary method_3015 Lnet/minecraft/server/MinecraftServer;method_3015()Ljava/lang/String;
      named getServerOperation Lnet/minecraft/server/MinecraftServer;getServerOperation()Ljava/lang/String;
    • setupWorld

      protected void setupWorld(String world, String worldName, long seed, LevelGeneratorType generatorType, String generatorOptions)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Ljava/lang/String;JLafx;Ljava/lang/String;)V
      intermediary method_2995 Lnet/minecraft/server/MinecraftServer;method_2995(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/class_1160;Ljava/lang/String;)V
      named setupWorld Lnet/minecraft/server/MinecraftServer;setupWorld(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/world/level/LevelGeneratorType;Ljava/lang/String;)V
    • prepareWorlds

      protected void prepareWorlds()
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g()V
      intermediary method_3019 Lnet/minecraft/server/MinecraftServer;method_3019()V
      named prepareWorlds Lnet/minecraft/server/MinecraftServer;prepareWorlds()V
    • shouldGenerateStructures

      public abstract boolean shouldGenerateStructures()
      Mappings:
      Namespace Name Mixin selector
      official h Lnet/minecraft/server/MinecraftServer;h()Z
      intermediary method_3023 Lnet/minecraft/server/MinecraftServer;method_3023()Z
      named shouldGenerateStructures Lnet/minecraft/server/MinecraftServer;shouldGenerateStructures()Z
    • method_3026

      public abstract GameMode method_3026()
      Mappings:
      Namespace Name Mixin selector
      official i Lnet/minecraft/server/MinecraftServer;i()Lafv;
      intermediary method_3026 Lnet/minecraft/server/MinecraftServer;method_3026()Lnet/minecraft/class_1157;
      named method_3026 Lnet/minecraft/server/MinecraftServer;method_3026()Lnet/minecraft/world/GameMode;
    • getDefaultDifficulty

      public abstract Difficulty getDefaultDifficulty()
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j()Lpp;
      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 abstract boolean isHardcore()
      Mappings:
      Namespace Name Mixin selector
      official k Lnet/minecraft/server/MinecraftServer;k()Z
      intermediary method_3031 Lnet/minecraft/server/MinecraftServer;method_3031()Z
      named isHardcore Lnet/minecraft/server/MinecraftServer;isHardcore()Z
    • getOpPermissionLevel

      public abstract int getOpPermissionLevel()
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l()I
      intermediary method_6085 Lnet/minecraft/server/MinecraftServer;method_6085()I
      named getOpPermissionLevel Lnet/minecraft/server/MinecraftServer;getOpPermissionLevel()I
    • logProgress

      protected void logProgress(String progressType, int worldProgress)
      Mappings:
      Namespace Name Mixin selector
      official a_ Lnet/minecraft/server/MinecraftServer;a_(Ljava/lang/String;I)V
      intermediary method_3002 Lnet/minecraft/server/MinecraftServer;method_3002(Ljava/lang/String;I)V
      named logProgress Lnet/minecraft/server/MinecraftServer;logProgress(Ljava/lang/String;I)V
    • save

      protected void save()
      Mappings:
      Namespace Name Mixin selector
      official m Lnet/minecraft/server/MinecraftServer;m()V
      intermediary method_3033 Lnet/minecraft/server/MinecraftServer;method_3033()V
      named save Lnet/minecraft/server/MinecraftServer;save()V
    • saveWorlds

      protected void saveWorlds(boolean silent)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Z)V
      intermediary method_3001 Lnet/minecraft/server/MinecraftServer;method_3001(Z)V
      named saveWorlds Lnet/minecraft/server/MinecraftServer;saveWorlds(Z)V
    • stopServer

      public void stopServer()
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n()V
      intermediary method_3034 Lnet/minecraft/server/MinecraftServer;method_3034()V
      named stopServer Lnet/minecraft/server/MinecraftServer;stopServer()V
    • getServerIp

      @Environment(SERVER) public String getServerIp()
      Mappings:
      Namespace Name Mixin selector
      official o Lnet/minecraft/server/MinecraftServer;o()Ljava/lang/String;
      intermediary method_3035 Lnet/minecraft/server/MinecraftServer;method_3035()Ljava/lang/String;
      named getServerIp Lnet/minecraft/server/MinecraftServer;getServerIp()Ljava/lang/String;
    • setServerIp

      @Environment(SERVER) public void setServerIp(String serverIp)
      Mappings:
      Namespace Name Mixin selector
      official c Lnet/minecraft/server/MinecraftServer;c(Ljava/lang/String;)V
      intermediary method_3024 Lnet/minecraft/server/MinecraftServer;method_3024(Ljava/lang/String;)V
      named setServerIp Lnet/minecraft/server/MinecraftServer;setServerIp(Ljava/lang/String;)V
    • isRunning

      public boolean isRunning()
      Mappings:
      Namespace Name Mixin selector
      official p Lnet/minecraft/server/MinecraftServer;p()Z
      intermediary method_3036 Lnet/minecraft/server/MinecraftServer;method_3036()Z
      named isRunning Lnet/minecraft/server/MinecraftServer;isRunning()Z
    • stopRunning

      public void stopRunning()
      Mappings:
      Namespace Name Mixin selector
      official q Lnet/minecraft/server/MinecraftServer;q()V
      intermediary method_3038 Lnet/minecraft/server/MinecraftServer;method_3038()V
      named stopRunning Lnet/minecraft/server/MinecraftServer;stopRunning()V
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Mappings:
      Namespace Name Mixin selector
      official run Lnet/minecraft/server/MinecraftServer;run()V
      intermediary run Lnet/minecraft/server/MinecraftServer;run()V
      named run Lnet/minecraft/server/MinecraftServer;run()V
    • setServerMeta

      private void setServerMeta(ServerMetadata metdata)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljo;)V
      intermediary method_8154 Lnet/minecraft/server/MinecraftServer;method_8154(Lnet/minecraft/class_2081;)V
      named setServerMeta Lnet/minecraft/server/MinecraftServer;setServerMeta(Lnet/minecraft/server/ServerMetadata;)V
    • getRunDirectory

      protected File getRunDirectory()
      Mappings:
      Namespace Name Mixin selector
      official r Lnet/minecraft/server/MinecraftServer;r()Ljava/io/File;
      intermediary method_3040 Lnet/minecraft/server/MinecraftServer;method_3040()Ljava/io/File;
      named getRunDirectory Lnet/minecraft/server/MinecraftServer;getRunDirectory()Ljava/io/File;
    • setCrashReport

      protected void setCrashReport(CrashReport report)
      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
    • exit

      protected void exit()
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s()V
      intermediary method_3042 Lnet/minecraft/server/MinecraftServer;method_3042()V
      named exit Lnet/minecraft/server/MinecraftServer;exit()V
    • setupWorld

      public void setupWorld()
      Mappings:
      Namespace Name Mixin selector
      official t Lnet/minecraft/server/MinecraftServer;t()V
      intermediary method_3044 Lnet/minecraft/server/MinecraftServer;method_3044()V
      named setupWorld Lnet/minecraft/server/MinecraftServer;setupWorld()V
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      official u Lnet/minecraft/server/MinecraftServer;u()V
      intermediary method_3046 Lnet/minecraft/server/MinecraftServer;method_3046()V
      named tick Lnet/minecraft/server/MinecraftServer;tick()V
    • isNetherAllowed

      public boolean isNetherAllowed()
      Mappings:
      Namespace Name Mixin selector
      official v Lnet/minecraft/server/MinecraftServer;v()Z
      intermediary method_3047 Lnet/minecraft/server/MinecraftServer;method_3047()Z
      named isNetherAllowed Lnet/minecraft/server/MinecraftServer;isNetherAllowed()Z
    • addTickable

      @Environment(SERVER) public void addTickable(Tickable tickable)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Llg;)V
      intermediary method_2994 Lnet/minecraft/server/MinecraftServer;method_2994(Lnet/minecraft/class_746;)V
      named addTickable Lnet/minecraft/server/MinecraftServer;addTickable(Lnet/minecraft/util/Tickable;)V
    • main

      @Environment(SERVER) public static void main(String[] args)
      Mappings:
      Namespace Name Mixin selector
      official main Lnet/minecraft/server/MinecraftServer;main([Ljava/lang/String;)V
      intermediary main Lnet/minecraft/server/MinecraftServer;main([Ljava/lang/String;)V
      named main Lnet/minecraft/server/MinecraftServer;main([Ljava/lang/String;)V
    • startServerThread

      public void startServerThread()
      Mappings:
      Namespace Name Mixin selector
      official w Lnet/minecraft/server/MinecraftServer;w()V
      intermediary method_3048 Lnet/minecraft/server/MinecraftServer;method_3048()V
      named startServerThread Lnet/minecraft/server/MinecraftServer;startServerThread()V
    • getFile

      public File getFile(String name)
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d(Ljava/lang/String;)Ljava/io/File;
      intermediary method_3027 Lnet/minecraft/server/MinecraftServer;method_3027(Ljava/lang/String;)Ljava/io/File;
      named getFile Lnet/minecraft/server/MinecraftServer;getFile(Ljava/lang/String;)Ljava/io/File;
    • info

      @Environment(SERVER) public void info(String message)
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/server/MinecraftServer;e(Ljava/lang/String;)V
      intermediary method_2034 Lnet/minecraft/server/MinecraftServer;method_2034(Ljava/lang/String;)V
      named info Lnet/minecraft/server/MinecraftServer;info(Ljava/lang/String;)V
    • warn

      public void warn(String message)
      Mappings:
      Namespace Name Mixin selector
      official f Lnet/minecraft/server/MinecraftServer;f(Ljava/lang/String;)V
      intermediary method_2035 Lnet/minecraft/server/MinecraftServer;method_2035(Ljava/lang/String;)V
      named warn Lnet/minecraft/server/MinecraftServer;warn(Ljava/lang/String;)V
    • getWorld

      public ServerWorld getWorld(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(I)Lmi;
      intermediary method_2991 Lnet/minecraft/server/MinecraftServer;method_2991(I)Lnet/minecraft/class_795;
      named getWorld Lnet/minecraft/server/MinecraftServer;getWorld(I)Lnet/minecraft/server/world/ServerWorld;
    • getIp

      @Environment(SERVER) public String getIp()
      Mappings:
      Namespace Name Mixin selector
      official x Lnet/minecraft/server/MinecraftServer;x()Ljava/lang/String;
      intermediary method_2039 Lnet/minecraft/server/MinecraftServer;method_2039()Ljava/lang/String;
      named getIp Lnet/minecraft/server/MinecraftServer;getIp()Ljava/lang/String;
    • getPort

      @Environment(SERVER) public int getPort()
      Mappings:
      Namespace Name Mixin selector
      official y Lnet/minecraft/server/MinecraftServer;y()I
      intermediary method_2040 Lnet/minecraft/server/MinecraftServer;method_2040()I
      named getPort Lnet/minecraft/server/MinecraftServer;getPort()I
    • getMotd

      @Environment(SERVER) public String getMotd()
      Mappings:
      Namespace Name Mixin selector
      official z Lnet/minecraft/server/MinecraftServer;z()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;
    • getVersion

      public String getVersion()
      Mappings:
      Namespace Name Mixin selector
      official A Lnet/minecraft/server/MinecraftServer;A()Ljava/lang/String;
      intermediary method_2042 Lnet/minecraft/server/MinecraftServer;method_2042()Ljava/lang/String;
      named getVersion Lnet/minecraft/server/MinecraftServer;getVersion()Ljava/lang/String;
    • getCurrentPlayerCount

      public int getCurrentPlayerCount()
      Mappings:
      Namespace Name Mixin selector
      official B Lnet/minecraft/server/MinecraftServer;B()I
      intermediary method_2043 Lnet/minecraft/server/MinecraftServer;method_2043()I
      named getCurrentPlayerCount Lnet/minecraft/server/MinecraftServer;getCurrentPlayerCount()I
    • getMaxPlayerCount

      public int getMaxPlayerCount()
      Mappings:
      Namespace Name Mixin selector
      official C Lnet/minecraft/server/MinecraftServer;C()I
      intermediary method_2044 Lnet/minecraft/server/MinecraftServer;method_2044()I
      named getMaxPlayerCount Lnet/minecraft/server/MinecraftServer;getMaxPlayerCount()I
    • getPlayerNames

      public String[] getPlayerNames()
      Mappings:
      Namespace Name Mixin selector
      official D Lnet/minecraft/server/MinecraftServer;D()[Ljava/lang/String;
      intermediary method_2045 Lnet/minecraft/server/MinecraftServer;method_2045()[Ljava/lang/String;
      named getPlayerNames Lnet/minecraft/server/MinecraftServer;getPlayerNames()[Ljava/lang/String;
    • method_2026

      @Environment(SERVER) public String method_2026()
      Mappings:
      Namespace Name Mixin selector
      official E Lnet/minecraft/server/MinecraftServer;E()Ljava/lang/String;
      intermediary method_2026 Lnet/minecraft/server/MinecraftServer;method_2026()Ljava/lang/String;
      named method_2026 Lnet/minecraft/server/MinecraftServer;method_2026()Ljava/lang/String;
    • method_2036

      @Environment(SERVER) public String method_2036(String string)
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g(Ljava/lang/String;)Ljava/lang/String;
      intermediary method_2036 Lnet/minecraft/server/MinecraftServer;method_2036(Ljava/lang/String;)Ljava/lang/String;
      named method_2036 Lnet/minecraft/server/MinecraftServer;method_2036(Ljava/lang/String;)Ljava/lang/String;
    • isDebuggingEnabled

      @Environment(SERVER) public boolean isDebuggingEnabled()
      Mappings:
      Namespace Name Mixin selector
      official F Lnet/minecraft/server/MinecraftServer;F()Z
      intermediary method_2027 Lnet/minecraft/server/MinecraftServer;method_2027()Z
      named isDebuggingEnabled Lnet/minecraft/server/MinecraftServer;isDebuggingEnabled()Z
    • logError

      @Environment(SERVER) public void logError(String message)
      Mappings:
      Namespace Name Mixin selector
      official h Lnet/minecraft/server/MinecraftServer;h(Ljava/lang/String;)V
      intermediary method_2037 Lnet/minecraft/server/MinecraftServer;method_2037(Ljava/lang/String;)V
      named logError Lnet/minecraft/server/MinecraftServer;logError(Ljava/lang/String;)V
    • log

      @Environment(SERVER) public void log(String message)
      Mappings:
      Namespace Name Mixin selector
      official i Lnet/minecraft/server/MinecraftServer;i(Ljava/lang/String;)V
      intermediary method_2038 Lnet/minecraft/server/MinecraftServer;method_2038(Ljava/lang/String;)V
      named log Lnet/minecraft/server/MinecraftServer;log(Ljava/lang/String;)V
    • getServerModName

      public String getServerModName()
      Mappings:
      Namespace Name Mixin selector
      official getServerModName Lnet/minecraft/server/MinecraftServer;getServerModName()Ljava/lang/String;
      intermediary getServerModName Lnet/minecraft/server/MinecraftServer;getServerModName()Ljava/lang/String;
      named getServerModName Lnet/minecraft/server/MinecraftServer;getServerModName()Ljava/lang/String;
    • populateCrashReport

      public CrashReport populateCrashReport(CrashReport report)
      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;
    • method_2998

      public List method_2998(CommandSource commandSource, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lac;Ljava/lang/String;)Ljava/util/List;
      intermediary method_2998 Lnet/minecraft/server/MinecraftServer;method_2998(Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/util/List;
      named method_2998 Lnet/minecraft/server/MinecraftServer;method_2998(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/util/List;
    • getServer

      public static MinecraftServer getServer()
      Mappings:
      Namespace Name Mixin selector
      official G Lnet/minecraft/server/MinecraftServer;G()Lnet/minecraft/server/MinecraftServer;
      intermediary method_2970 Lnet/minecraft/server/MinecraftServer;method_2970()Lnet/minecraft/server/MinecraftServer;
      named getServer Lnet/minecraft/server/MinecraftServer;getServer()Lnet/minecraft/server/MinecraftServer;
    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official b_ Lac;b_()Ljava/lang/String;
      intermediary method_2518 Lnet/minecraft/class_1061;method_2518()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/command/CommandSource;getTranslationKey()Ljava/lang/String;
    • sendMessage

      public void sendMessage(Text text)
      Specified by:
      sendMessage in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official a Lac;a(Lez;)V
      intermediary method_5505 Lnet/minecraft/class_1061;method_5505(Lnet/minecraft/class_1982;)V
      named sendMessage Lnet/minecraft/command/CommandSource;sendMessage(Lnet/minecraft/text/Text;)V
    • canUseCommand

      public boolean canUseCommand(int permissionLevel, String commandLiteral)
      Specified by:
      canUseCommand in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official a Lac;a(ILjava/lang/String;)Z
      intermediary method_3333 Lnet/minecraft/class_1061;method_3333(ILjava/lang/String;)Z
      named canUseCommand Lnet/minecraft/command/CommandSource;canUseCommand(ILjava/lang/String;)Z
    • getCommandManager

      public CommandRegistryProvider getCommandManager()
      Mappings:
      Namespace Name Mixin selector
      official H Lnet/minecraft/server/MinecraftServer;H()Lab;
      intermediary method_2971 Lnet/minecraft/server/MinecraftServer;method_2971()Lnet/minecraft/class_1034;
      named getCommandManager Lnet/minecraft/server/MinecraftServer;getCommandManager()Lnet/minecraft/server/command/CommandRegistryProvider;
    • getKeyPair

      public KeyPair getKeyPair()
      Mappings:
      Namespace Name Mixin selector
      official I Lnet/minecraft/server/MinecraftServer;I()Ljava/security/KeyPair;
      intermediary method_2972 Lnet/minecraft/server/MinecraftServer;method_2972()Ljava/security/KeyPair;
      named getKeyPair Lnet/minecraft/server/MinecraftServer;getKeyPair()Ljava/security/KeyPair;
    • getServerPort

      @Environment(SERVER) public int getServerPort()
      Mappings:
      Namespace Name Mixin selector
      official J Lnet/minecraft/server/MinecraftServer;J()I
      intermediary method_2973 Lnet/minecraft/server/MinecraftServer;method_2973()I
      named getServerPort Lnet/minecraft/server/MinecraftServer;getServerPort()I
    • setServerPort

      @Environment(SERVER) public void setServerPort(int serverPort)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(I)V
      intermediary method_3012 Lnet/minecraft/server/MinecraftServer;method_3012(I)V
      named setServerPort Lnet/minecraft/server/MinecraftServer;setServerPort(I)V
    • getUserName

      public String getUserName()
      Mappings:
      Namespace Name Mixin selector
      official K Lnet/minecraft/server/MinecraftServer;K()Ljava/lang/String;
      intermediary method_2974 Lnet/minecraft/server/MinecraftServer;method_2974()Ljava/lang/String;
      named getUserName Lnet/minecraft/server/MinecraftServer;getUserName()Ljava/lang/String;
    • setUserName

      public void setUserName(String userName)
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j(Ljava/lang/String;)V
      intermediary method_3037 Lnet/minecraft/server/MinecraftServer;method_3037(Ljava/lang/String;)V
      named setUserName Lnet/minecraft/server/MinecraftServer;setUserName(Ljava/lang/String;)V
    • isSinglePlayer

      public boolean isSinglePlayer()
      Mappings:
      Namespace Name Mixin selector
      official L Lnet/minecraft/server/MinecraftServer;L()Z
      intermediary method_2975 Lnet/minecraft/server/MinecraftServer;method_2975()Z
      named isSinglePlayer Lnet/minecraft/server/MinecraftServer;isSinglePlayer()Z
    • getLevelName

      public String getLevelName()
      Mappings:
      Namespace Name Mixin selector
      official M Lnet/minecraft/server/MinecraftServer;M()Ljava/lang/String;
      intermediary method_2028 Lnet/minecraft/server/MinecraftServer;method_2028()Ljava/lang/String;
      named getLevelName Lnet/minecraft/server/MinecraftServer;getLevelName()Ljava/lang/String;
    • setLevelName

      public void setLevelName(String levelName)
      Mappings:
      Namespace Name Mixin selector
      official k Lnet/minecraft/server/MinecraftServer;k(Ljava/lang/String;)V
      intermediary method_3039 Lnet/minecraft/server/MinecraftServer;method_3039(Ljava/lang/String;)V
      named setLevelName Lnet/minecraft/server/MinecraftServer;setLevelName(Ljava/lang/String;)V
    • setServerName

      @Environment(CLIENT) public void setServerName(String serverName)
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l(Ljava/lang/String;)V
      intermediary method_3041 Lnet/minecraft/server/MinecraftServer;method_3041(Ljava/lang/String;)V
      named setServerName Lnet/minecraft/server/MinecraftServer;setServerName(Ljava/lang/String;)V
    • getServerName

      @Environment(CLIENT) public String getServerName()
      Mappings:
      Namespace Name Mixin selector
      official N Lnet/minecraft/server/MinecraftServer;N()Ljava/lang/String;
      intermediary method_2976 Lnet/minecraft/server/MinecraftServer;method_2976()Ljava/lang/String;
      named getServerName Lnet/minecraft/server/MinecraftServer;getServerName()Ljava/lang/String;
    • setKeyPair

      public void setKeyPair(KeyPair keyPair)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/security/KeyPair;)V
      intermediary method_2996 Lnet/minecraft/server/MinecraftServer;method_2996(Ljava/security/KeyPair;)V
      named setKeyPair Lnet/minecraft/server/MinecraftServer;setKeyPair(Ljava/security/KeyPair;)V
    • setDifficulty

      public void setDifficulty(Difficulty difficulty)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lpp;)V
      intermediary method_8155 Lnet/minecraft/server/MinecraftServer;method_8155(Lnet/minecraft/class_2151;)V
      named setDifficulty Lnet/minecraft/server/MinecraftServer;setDifficulty(Lnet/minecraft/world/Difficulty;)V
    • isMonsterSpawningEnabled

      protected boolean isMonsterSpawningEnabled()
      Mappings:
      Namespace Name Mixin selector
      official O Lnet/minecraft/server/MinecraftServer;O()Z
      intermediary method_2977 Lnet/minecraft/server/MinecraftServer;method_2977()Z
      named isMonsterSpawningEnabled Lnet/minecraft/server/MinecraftServer;isMonsterSpawningEnabled()Z
    • isDemo

      public boolean isDemo()
      Mappings:
      Namespace Name Mixin selector
      official P Lnet/minecraft/server/MinecraftServer;P()Z
      intermediary method_2978 Lnet/minecraft/server/MinecraftServer;method_2978()Z
      named isDemo Lnet/minecraft/server/MinecraftServer;isDemo()Z
    • setDemo

      public void setDemo(boolean demo)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(Z)V
      intermediary method_3014 Lnet/minecraft/server/MinecraftServer;method_3014(Z)V
      named setDemo Lnet/minecraft/server/MinecraftServer;setDemo(Z)V
    • setForceWorldUpgrade

      public void setForceWorldUpgrade(boolean forceWorldUpgrade)
      Mappings:
      Namespace Name Mixin selector
      official c Lnet/minecraft/server/MinecraftServer;c(Z)V
      intermediary method_3018 Lnet/minecraft/server/MinecraftServer;method_3018(Z)V
      named setForceWorldUpgrade Lnet/minecraft/server/MinecraftServer;setForceWorldUpgrade(Z)V
    • getSaveStorage

      public LevelStorageAccess getSaveStorage()
      Mappings:
      Namespace Name Mixin selector
      official Q Lnet/minecraft/server/MinecraftServer;Q()Laxp;
      intermediary method_2979 Lnet/minecraft/server/MinecraftServer;method_2979()Lnet/minecraft/class_102;
      named getSaveStorage Lnet/minecraft/server/MinecraftServer;getSaveStorage()Lnet/minecraft/world/level/storage/LevelStorageAccess;
    • method_2980

      public void method_2980()
      Mappings:
      Namespace Name Mixin selector
      official S Lnet/minecraft/server/MinecraftServer;S()V
      intermediary method_2980 Lnet/minecraft/server/MinecraftServer;method_2980()V
      named method_2980 Lnet/minecraft/server/MinecraftServer;method_2980()V
    • getResourcePackUrl

      public String getResourcePackUrl()
      Mappings:
      Namespace Name Mixin selector
      official T Lnet/minecraft/server/MinecraftServer;T()Ljava/lang/String;
      intermediary method_2981 Lnet/minecraft/server/MinecraftServer;method_2981()Ljava/lang/String;
      named getResourcePackUrl Lnet/minecraft/server/MinecraftServer;getResourcePackUrl()Ljava/lang/String;
    • method_3043

      @Environment(SERVER) public void method_3043(String string)
      Mappings:
      Namespace Name Mixin selector
      official m Lnet/minecraft/server/MinecraftServer;m(Ljava/lang/String;)V
      intermediary method_3043 Lnet/minecraft/server/MinecraftServer;method_3043(Ljava/lang/String;)V
      named method_3043 Lnet/minecraft/server/MinecraftServer;method_3043(Ljava/lang/String;)V
    • addSnooperInfo

      public void addSnooperInfo(Snooper snooper)
      Specified by:
      addSnooperInfo in interface Snoopable
      Mappings:
      Namespace Name Mixin selector
      official a Lpw;a(Lpu;)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
    • addSnooper

      public void addSnooper(Snooper snooper)
      Specified by:
      addSnooper in interface Snoopable
      Mappings:
      Namespace Name Mixin selector
      official b Lpw;b(Lpu;)V
      intermediary method_2411 Lnet/minecraft/class_855;method_2411(Lnet/minecraft/class_853;)V
      named addSnooper Lnet/minecraft/util/snooper/Snoopable;addSnooper(Lnet/minecraft/util/snooper/Snooper;)V
    • isSnooperEnabled

      public boolean isSnooperEnabled()
      Specified by:
      isSnooperEnabled in interface Snoopable
      Mappings:
      Namespace Name Mixin selector
      official U Lpw;U()Z
      intermediary method_2409 Lnet/minecraft/class_855;method_2409()Z
      named isSnooperEnabled Lnet/minecraft/util/snooper/Snoopable;isSnooperEnabled()Z
    • isDedicated

      public abstract boolean isDedicated()
      Mappings:
      Namespace Name Mixin selector
      official V Lnet/minecraft/server/MinecraftServer;V()Z
      intermediary method_2983 Lnet/minecraft/server/MinecraftServer;method_2983()Z
      named isDedicated Lnet/minecraft/server/MinecraftServer;isDedicated()Z
    • isOnlineMode

      public boolean isOnlineMode()
      Mappings:
      Namespace Name Mixin selector
      official W Lnet/minecraft/server/MinecraftServer;W()Z
      intermediary method_2984 Lnet/minecraft/server/MinecraftServer;method_2984()Z
      named isOnlineMode Lnet/minecraft/server/MinecraftServer;isOnlineMode()Z
    • setOnlineMode

      public void setOnlineMode(boolean onlineMode)
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d(Z)V
      intermediary method_3022 Lnet/minecraft/server/MinecraftServer;method_3022(Z)V
      named setOnlineMode Lnet/minecraft/server/MinecraftServer;setOnlineMode(Z)V
    • shouldSpawnAnimals

      public boolean shouldSpawnAnimals()
      Mappings:
      Namespace Name Mixin selector
      official X Lnet/minecraft/server/MinecraftServer;X()Z
      intermediary method_2985 Lnet/minecraft/server/MinecraftServer;method_2985()Z
      named shouldSpawnAnimals Lnet/minecraft/server/MinecraftServer;shouldSpawnAnimals()Z
    • setSpawnAnimals

      public void setSpawnAnimals(boolean spawnAnimals)
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/server/MinecraftServer;e(Z)V
      intermediary method_3025 Lnet/minecraft/server/MinecraftServer;method_3025(Z)V
      named setSpawnAnimals Lnet/minecraft/server/MinecraftServer;setSpawnAnimals(Z)V
    • shouldSpawnNpcs

      public boolean shouldSpawnNpcs()
      Mappings:
      Namespace Name Mixin selector
      official Y Lnet/minecraft/server/MinecraftServer;Y()Z
      intermediary method_2986 Lnet/minecraft/server/MinecraftServer;method_2986()Z
      named shouldSpawnNpcs Lnet/minecraft/server/MinecraftServer;shouldSpawnNpcs()Z
    • setSpawnNpcs

      public void setSpawnNpcs(boolean spawnNpcs)
      Mappings:
      Namespace Name Mixin selector
      official f Lnet/minecraft/server/MinecraftServer;f(Z)V
      intermediary method_3028 Lnet/minecraft/server/MinecraftServer;method_3028(Z)V
      named setSpawnNpcs Lnet/minecraft/server/MinecraftServer;setSpawnNpcs(Z)V
    • isPvpEnabled

      public boolean isPvpEnabled()
      Mappings:
      Namespace Name Mixin selector
      official Z Lnet/minecraft/server/MinecraftServer;Z()Z
      intermediary method_2987 Lnet/minecraft/server/MinecraftServer;method_2987()Z
      named isPvpEnabled Lnet/minecraft/server/MinecraftServer;isPvpEnabled()Z
    • setPvpEnabled

      public void setPvpEnabled(boolean pvpEnabled)
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g(Z)V
      intermediary method_3030 Lnet/minecraft/server/MinecraftServer;method_3030(Z)V
      named setPvpEnabled Lnet/minecraft/server/MinecraftServer;setPvpEnabled(Z)V
    • isFlightEnabled

      public boolean isFlightEnabled()
      Mappings:
      Namespace Name Mixin selector
      official aa Lnet/minecraft/server/MinecraftServer;aa()Z
      intermediary method_2988 Lnet/minecraft/server/MinecraftServer;method_2988()Z
      named isFlightEnabled Lnet/minecraft/server/MinecraftServer;isFlightEnabled()Z
    • setFlightEnabled

      public void setFlightEnabled(boolean flightEnabled)
      Mappings:
      Namespace Name Mixin selector
      official h Lnet/minecraft/server/MinecraftServer;h(Z)V
      intermediary method_3032 Lnet/minecraft/server/MinecraftServer;method_3032(Z)V
      named setFlightEnabled Lnet/minecraft/server/MinecraftServer;setFlightEnabled(Z)V
    • areCommandBlocksEnabled

      public abstract boolean areCommandBlocksEnabled()
      Mappings:
      Namespace Name Mixin selector
      official ab Lnet/minecraft/server/MinecraftServer;ab()Z
      intermediary method_4499 Lnet/minecraft/server/MinecraftServer;method_4499()Z
      named areCommandBlocksEnabled Lnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Z
    • getServerMotd

      public String getServerMotd()
      Mappings:
      Namespace Name Mixin selector
      official ac Lnet/minecraft/server/MinecraftServer;ac()Ljava/lang/String;
      intermediary method_2989 Lnet/minecraft/server/MinecraftServer;method_2989()Ljava/lang/String;
      named getServerMotd Lnet/minecraft/server/MinecraftServer;getServerMotd()Ljava/lang/String;
    • setMotd

      public void setMotd(String motd)
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n(Ljava/lang/String;)V
      intermediary method_3045 Lnet/minecraft/server/MinecraftServer;method_3045(Ljava/lang/String;)V
      named setMotd Lnet/minecraft/server/MinecraftServer;setMotd(Ljava/lang/String;)V
    • getWorldHeight

      public int getWorldHeight()
      Mappings:
      Namespace Name Mixin selector
      official ad Lnet/minecraft/server/MinecraftServer;ad()I
      intermediary method_2990 Lnet/minecraft/server/MinecraftServer;method_2990()I
      named getWorldHeight Lnet/minecraft/server/MinecraftServer;getWorldHeight()I
    • setWorldHeight

      public void setWorldHeight(int worldHeight)
      Mappings:
      Namespace Name Mixin selector
      official c Lnet/minecraft/server/MinecraftServer;c(I)V
      intermediary method_3020 Lnet/minecraft/server/MinecraftServer;method_3020(I)V
      named setWorldHeight Lnet/minecraft/server/MinecraftServer;setWorldHeight(I)V
    • isStopped

      @Environment(SERVER) public boolean isStopped()
      Mappings:
      Namespace Name Mixin selector
      official ae Lnet/minecraft/server/MinecraftServer;ae()Z
      intermediary method_3003 Lnet/minecraft/server/MinecraftServer;method_3003()Z
      named isStopped Lnet/minecraft/server/MinecraftServer;isStopped()Z
    • getPlayerManager

      public PlayerManager getPlayerManager()
      Mappings:
      Namespace Name Mixin selector
      official af Lnet/minecraft/server/MinecraftServer;af()Llc;
      intermediary method_3004 Lnet/minecraft/server/MinecraftServer;method_3004()Lnet/minecraft/class_743;
      named getPlayerManager Lnet/minecraft/server/MinecraftServer;getPlayerManager()Lnet/minecraft/server/PlayerManager;
    • setPlayerManager

      public void setPlayerManager(PlayerManager playerManager)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Llc;)V
      intermediary method_2993 Lnet/minecraft/server/MinecraftServer;method_2993(Lnet/minecraft/class_743;)V
      named setPlayerManager Lnet/minecraft/server/MinecraftServer;setPlayerManager(Lnet/minecraft/server/PlayerManager;)V
    • method_2999

      public void method_2999(GameMode gameMode)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lafv;)V
      intermediary method_2999 Lnet/minecraft/server/MinecraftServer;method_2999(Lnet/minecraft/class_1157;)V
      named method_2999 Lnet/minecraft/server/MinecraftServer;method_2999(Lnet/minecraft/world/GameMode;)V
    • getNetworkIo

      public ServerNetworkIo getNetworkIo()
      Mappings:
      Namespace Name Mixin selector
      official ag Lnet/minecraft/server/MinecraftServer;ag()Lmr;
      intermediary method_8157 Lnet/minecraft/server/MinecraftServer;method_8157()Lnet/minecraft/class_2103;
      named getNetworkIo Lnet/minecraft/server/MinecraftServer;getNetworkIo()Lnet/minecraft/server/ServerNetworkIo;
    • isLoading

      @Environment(CLIENT) public boolean isLoading()
      Mappings:
      Namespace Name Mixin selector
      official ah Lnet/minecraft/server/MinecraftServer;ah()Z
      intermediary method_3006 Lnet/minecraft/server/MinecraftServer;method_3006()Z
      named isLoading Lnet/minecraft/server/MinecraftServer;isLoading()Z
    • hasGui

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

      public abstract String method_3000(GameMode gameMode, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lafv;Z)Ljava/lang/String;
      intermediary method_3000 Lnet/minecraft/server/MinecraftServer;method_3000(Lnet/minecraft/class_1157;Z)Ljava/lang/String;
      named method_3000 Lnet/minecraft/server/MinecraftServer;method_3000(Lnet/minecraft/world/GameMode;Z)Ljava/lang/String;
    • getTicks

      public int getTicks()
      Mappings:
      Namespace Name Mixin selector
      official aj Lnet/minecraft/server/MinecraftServer;aj()I
      intermediary method_3008 Lnet/minecraft/server/MinecraftServer;method_3008()I
      named getTicks Lnet/minecraft/server/MinecraftServer;getTicks()I
    • enableProfiler

      public void enableProfiler()
      Mappings:
      Namespace Name Mixin selector
      official ak Lnet/minecraft/server/MinecraftServer;ak()V
      intermediary method_3009 Lnet/minecraft/server/MinecraftServer;method_3009()V
      named enableProfiler Lnet/minecraft/server/MinecraftServer;enableProfiler()V
    • getSnooper

      @Environment(CLIENT) public Snooper getSnooper()
      Mappings:
      Namespace Name Mixin selector
      official al Lnet/minecraft/server/MinecraftServer;al()Lpu;
      intermediary method_3010 Lnet/minecraft/server/MinecraftServer;method_3010()Lnet/minecraft/class_853;
      named getSnooper Lnet/minecraft/server/MinecraftServer;getSnooper()Lnet/minecraft/util/snooper/Snooper;
    • method_4086

      public BlockPos method_4086()
      Specified by:
      method_4086 in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official f_ Lac;f_()Lr;
      intermediary method_4086 Lnet/minecraft/class_1061;method_4086()Lnet/minecraft/class_851;
      named method_4086 Lnet/minecraft/command/CommandSource;method_4086()Lnet/minecraft/util/math/BlockPos;
    • getWorld

      public World getWorld()
      Specified by:
      getWorld in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official d Lac;d()Lafm;
      intermediary method_5506 Lnet/minecraft/class_1061;method_5506()Lnet/minecraft/class_1150;
      named getWorld Lnet/minecraft/command/CommandSource;getWorld()Lnet/minecraft/world/World;
    • getSpawnProtectionRadius

      public int getSpawnProtectionRadius()
      Mappings:
      Namespace Name Mixin selector
      official am Lnet/minecraft/server/MinecraftServer;am()I
      intermediary method_4500 Lnet/minecraft/server/MinecraftServer;method_4500()I
      named getSpawnProtectionRadius Lnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()I
    • method_5385

      public boolean method_5385(World world, int int2, int int3, int int4, PlayerEntity playerEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lafm;IIILxk;)Z
      intermediary method_5385 Lnet/minecraft/server/MinecraftServer;method_5385(Lnet/minecraft/class_1150;IIILnet/minecraft/class_988;)Z
      named method_5385 Lnet/minecraft/server/MinecraftServer;method_5385(Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/PlayerEntity;)Z
    • setForceGameMode

      @Environment(SERVER) public void setForceGameMode(boolean forceGameMode)
      Mappings:
      Namespace Name Mixin selector
      official i Lnet/minecraft/server/MinecraftServer;i(Z)V
      intermediary method_5387 Lnet/minecraft/server/MinecraftServer;method_5387(Z)V
      named setForceGameMode Lnet/minecraft/server/MinecraftServer;setForceGameMode(Z)V
    • shouldForceGameMode

      public boolean shouldForceGameMode()
      Mappings:
      Namespace Name Mixin selector
      official an Lnet/minecraft/server/MinecraftServer;an()Z
      intermediary method_5386 Lnet/minecraft/server/MinecraftServer;method_5386()Z
      named shouldForceGameMode Lnet/minecraft/server/MinecraftServer;shouldForceGameMode()Z
    • getProxy

      public Proxy getProxy()
      Mappings:
      Namespace Name Mixin selector
      official ao Lnet/minecraft/server/MinecraftServer;ao()Ljava/net/Proxy;
      intermediary method_6081 Lnet/minecraft/server/MinecraftServer;method_6081()Ljava/net/Proxy;
      named getProxy Lnet/minecraft/server/MinecraftServer;getProxy()Ljava/net/Proxy;
    • getTimeMillis

      public static long getTimeMillis()
      Mappings:
      Namespace Name Mixin selector
      official ap Lnet/minecraft/server/MinecraftServer;ap()J
      intermediary method_6082 Lnet/minecraft/server/MinecraftServer;method_6082()J
      named getTimeMillis Lnet/minecraft/server/MinecraftServer;getTimeMillis()J
    • getPlayerIdleTimeout

      public int getPlayerIdleTimeout()
      Mappings:
      Namespace Name Mixin selector
      official aq Lnet/minecraft/server/MinecraftServer;aq()I
      intermediary method_6083 Lnet/minecraft/server/MinecraftServer;method_6083()I
      named getPlayerIdleTimeout Lnet/minecraft/server/MinecraftServer;getPlayerIdleTimeout()I
    • setPlayerIdleTimeout

      public void setPlayerIdleTimeout(int playerIdleTimeout)
      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
    • method_6344

      public Text method_6344()
      Specified by:
      method_6344 in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official c_ Lac;c_()Lez;
      intermediary method_6344 Lnet/minecraft/class_1061;method_6344()Lnet/minecraft/class_1982;
      named method_6344 Lnet/minecraft/command/CommandSource;method_6344()Lnet/minecraft/text/Text;
    • getSessionService

      public com.mojang.authlib.minecraft.MinecraftSessionService getSessionService()
      Mappings:
      Namespace Name Mixin selector
      official as Lnet/minecraft/server/MinecraftServer;as()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
      intermediary method_8159 Lnet/minecraft/server/MinecraftServer;method_8159()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
      named getSessionService Lnet/minecraft/server/MinecraftServer;getSessionService()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
    • getServerMetadata

      public ServerMetadata getServerMetadata()
      Mappings:
      Namespace Name Mixin selector
      official at Lnet/minecraft/server/MinecraftServer;at()Ljo;
      intermediary method_8162 Lnet/minecraft/server/MinecraftServer;method_8162()Lnet/minecraft/class_2081;
      named getServerMetadata Lnet/minecraft/server/MinecraftServer;getServerMetadata()Lnet/minecraft/server/ServerMetadata;
    • forcePlayerSampleUpdate

      public void forcePlayerSampleUpdate()
      Mappings:
      Namespace Name Mixin selector
      official au Lnet/minecraft/server/MinecraftServer;au()V
      intermediary method_8163 Lnet/minecraft/server/MinecraftServer;method_8163()V
      named forcePlayerSampleUpdate Lnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()V