Class MinecraftServer

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

public abstract class MinecraftServer
extends Object
implements Runnable, CommandSource, ThreadExecutor, 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 k Lnet/minecraft/server/MinecraftServer;k:Lorg/apache/logging/log4j/Logger;
      intermediary field_7086 Lnet/minecraft/server/MinecraftServer;field_7086:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/MinecraftServer;LOGGER:Lorg/apache/logging/log4j/Logger;
    • USER_CACHE_FILE

      public static final File USER_CACHE_FILE
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a:Ljava/io/File;
      intermediary field_7074 Lnet/minecraft/server/MinecraftServer;field_7074:Ljava/io/File;
      named USER_CACHE_FILE Lnet/minecraft/server/MinecraftServer;USER_CACHE_FILE:Ljava/io/File;
    • instance

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

      private final SaveStorageAccess saveStorage
      Mappings:
      Namespace Name Mixin selector
      official m Lnet/minecraft/server/MinecraftServer;m:Latr;
      intermediary field_7088 Lnet/minecraft/server/MinecraftServer;field_7088:Lnet/minecraft/class_637;
      named saveStorage Lnet/minecraft/server/MinecraftServer;saveStorage:Lnet/minecraft/world/level/storage/SaveStorageAccess;
    • snooper

      private final Snooper snooper
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n:Lor;
      intermediary field_7089 Lnet/minecraft/server/MinecraftServer;field_7089:Lnet/minecraft/class_1728;
      named snooper Lnet/minecraft/server/MinecraftServer;snooper:Lnet/minecraft/util/snooper/Snooper;
    • gameDir

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

      private final List<Tickable> tickables
      Mappings:
      Namespace Name Mixin selector
      official p Lnet/minecraft/server/MinecraftServer;p:Ljava/util/List;
      intermediary field_7091 Lnet/minecraft/server/MinecraftServer;field_7091:Ljava/util/List;
      named tickables Lnet/minecraft/server/MinecraftServer;tickables:Ljava/util/List;
    • provider

      protected final CommandRegistryProvider provider
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b:Ll;
      intermediary field_7077 Lnet/minecraft/server/MinecraftServer;field_7077:Lnet/minecraft/class_1629;
      named provider Lnet/minecraft/server/MinecraftServer;provider:Lnet/minecraft/server/command/CommandRegistryProvider;
    • profiler

      public final Profiler profiler
      Mappings:
      Namespace Name Mixin selector
      official c Lnet/minecraft/server/MinecraftServer;c:Lnt;
      intermediary field_7078 Lnet/minecraft/server/MinecraftServer;field_7078:Lnet/minecraft/class_1705;
      named profiler Lnet/minecraft/server/MinecraftServer;profiler:Lnet/minecraft/util/profiler/Profiler;
    • networkIo

      private final ServerNetworkIo networkIo
      Mappings:
      Namespace Name Mixin selector
      official q Lnet/minecraft/server/MinecraftServer;q:Lll;
      intermediary field_7092 Lnet/minecraft/server/MinecraftServer;field_7092:Lnet/minecraft/class_1642;
      named networkIo Lnet/minecraft/server/MinecraftServer;networkIo:Lnet/minecraft/server/ServerNetworkIo;
    • serverMetadata

      private final ServerMetadata serverMetadata
      Mappings:
      Namespace Name Mixin selector
      official r Lnet/minecraft/server/MinecraftServer;r:Ljs;
      intermediary field_7093 Lnet/minecraft/server/MinecraftServer;field_7093:Lnet/minecraft/class_1596;
      named serverMetadata Lnet/minecraft/server/MinecraftServer;serverMetadata:Lnet/minecraft/server/ServerMetadata;
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s:Ljava/util/Random;
      intermediary field_7094 Lnet/minecraft/server/MinecraftServer;field_7094: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 t Lnet/minecraft/server/MinecraftServer;t:Ljava/lang/String;
      intermediary field_7095 Lnet/minecraft/server/MinecraftServer;field_7095:Ljava/lang/String;
      named serverIp Lnet/minecraft/server/MinecraftServer;serverIp:Ljava/lang/String;
    • serverPort

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

      public ServerWorld[] worlds
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d:[Lle;
      intermediary field_7079 Lnet/minecraft/server/MinecraftServer;field_7079:[Lnet/minecraft/class_1635;
      named worlds Lnet/minecraft/server/MinecraftServer;worlds:[Lnet/minecraft/server/world/ServerWorld;
    • playerManager

      private PlayerManager playerManager
      Mappings:
      Namespace Name Mixin selector
      official v Lnet/minecraft/server/MinecraftServer;v:Llx;
      intermediary field_7097 Lnet/minecraft/server/MinecraftServer;field_7097:Lnet/minecraft/class_1656;
      named playerManager Lnet/minecraft/server/MinecraftServer;playerManager:Lnet/minecraft/server/PlayerManager;
    • running

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public final long[] lastTickLengths
      Mappings:
      Namespace Name Mixin selector
      official h Lnet/minecraft/server/MinecraftServer;h:[J
      intermediary field_7083 Lnet/minecraft/server/MinecraftServer;field_7083:[J
      named lastTickLengths Lnet/minecraft/server/MinecraftServer;lastTickLengths:[J
    • field_7084

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

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

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

      private String levelName
      Mappings:
      Namespace Name Mixin selector
      official J Lnet/minecraft/server/MinecraftServer;J:Ljava/lang/String;
      intermediary field_7057 Lnet/minecraft/server/MinecraftServer;field_7057: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 K Lnet/minecraft/server/MinecraftServer;K:Ljava/lang/String;
      intermediary field_7058 Lnet/minecraft/server/MinecraftServer;field_7058:Ljava/lang/String;
      named displayName Lnet/minecraft/server/MinecraftServer;displayName:Ljava/lang/String;
    • demo

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

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

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

      private String resourcePackUrl
      Mappings:
      Namespace Name Mixin selector
      official O Lnet/minecraft/server/MinecraftServer;O:Ljava/lang/String;
      intermediary field_7062 Lnet/minecraft/server/MinecraftServer;field_7062:Ljava/lang/String;
      named resourcePackUrl Lnet/minecraft/server/MinecraftServer;resourcePackUrl:Ljava/lang/String;
    • resourcePackHash

      private String resourcePackHash
      Mappings:
      Namespace Name Mixin selector
      official P Lnet/minecraft/server/MinecraftServer;P:Ljava/lang/String;
      intermediary field_7063 Lnet/minecraft/server/MinecraftServer;field_7063:Ljava/lang/String;
      named resourcePackHash Lnet/minecraft/server/MinecraftServer;resourcePackHash:Ljava/lang/String;
    • loading

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

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

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

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

      private boolean forceGameMode
      Mappings:
      Namespace Name Mixin selector
      official U Lnet/minecraft/server/MinecraftServer;U:Z
      intermediary field_7068 Lnet/minecraft/server/MinecraftServer;field_7068:Z
      named forceGameMode Lnet/minecraft/server/MinecraftServer;forceGameMode:Z
    • authService

      private final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authService
      Mappings:
      Namespace Name Mixin selector
      official V Lnet/minecraft/server/MinecraftServer;V:Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;
      intermediary field_7069 Lnet/minecraft/server/MinecraftServer;field_7069:Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;
      named authService Lnet/minecraft/server/MinecraftServer;authService:Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;
    • sessionService

      private final com.mojang.authlib.minecraft.MinecraftSessionService sessionService
      Mappings:
      Namespace Name Mixin selector
      official W Lnet/minecraft/server/MinecraftServer;W:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
      intermediary field_7070 Lnet/minecraft/server/MinecraftServer;field_7070: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 X Lnet/minecraft/server/MinecraftServer;X:J
      intermediary field_7071 Lnet/minecraft/server/MinecraftServer;field_7071:J
      named lastPlayerSampleUpdate Lnet/minecraft/server/MinecraftServer;lastPlayerSampleUpdate:J
    • gameProfileRepo

      private final com.mojang.authlib.GameProfileRepository gameProfileRepo
      Mappings:
      Namespace Name Mixin selector
      official Y Lnet/minecraft/server/MinecraftServer;Y:Lcom/mojang/authlib/GameProfileRepository;
      intermediary field_7072 Lnet/minecraft/server/MinecraftServer;field_7072:Lcom/mojang/authlib/GameProfileRepository;
      named gameProfileRepo Lnet/minecraft/server/MinecraftServer;gameProfileRepo:Lcom/mojang/authlib/GameProfileRepository;
    • userCache

      private final UserCache userCache
      Mappings:
      Namespace Name Mixin selector
      official Z Lnet/minecraft/server/MinecraftServer;Z:Llt;
      intermediary field_7073 Lnet/minecraft/server/MinecraftServer;field_7073:Lnet/minecraft/class_1649;
      named userCache Lnet/minecraft/server/MinecraftServer;userCache:Lnet/minecraft/util/UserCache;
    • queue

      protected final Queue<FutureTask<?>> queue
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j:Ljava/util/Queue;
      intermediary field_7085 Lnet/minecraft/server/MinecraftServer;field_7085:Ljava/util/Queue;
      named queue Lnet/minecraft/server/MinecraftServer;queue:Ljava/util/Queue;
    • serverThread

      private Thread serverThread
      Mappings:
      Namespace Name Mixin selector
      official aa Lnet/minecraft/server/MinecraftServer;aa:Ljava/lang/Thread;
      intermediary field_7075 Lnet/minecraft/server/MinecraftServer;field_7075:Ljava/lang/Thread;
      named serverThread Lnet/minecraft/server/MinecraftServer;serverThread:Ljava/lang/Thread;
    • timeReference

      private long timeReference
      Mappings:
      Namespace Name Mixin selector
      official ab Lnet/minecraft/server/MinecraftServer;ab:J
      intermediary field_7076 Lnet/minecraft/server/MinecraftServer;field_7076:J
      named timeReference Lnet/minecraft/server/MinecraftServer;timeReference:J
  • Constructor Details

    • MinecraftServer

      @Environment(CLIENT) public MinecraftServer​(Proxy proxy, File file)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lnet/minecraft/server/MinecraftServer;<init>(Ljava/net/Proxy;Ljava/io/File;)V
      intermediary <init> Lnet/minecraft/server/MinecraftServer;<init>(Ljava/net/Proxy;Ljava/io/File;)V
      named <init> Lnet/minecraft/server/MinecraftServer;<init>(Ljava/net/Proxy;Ljava/io/File;)V
    • MinecraftServer

      public MinecraftServer​(File gameDir, Proxy proxy, File file)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lnet/minecraft/server/MinecraftServer;<init>(Ljava/io/File;Ljava/net/Proxy;Ljava/io/File;)V
      intermediary <init> Lnet/minecraft/server/MinecraftServer;<init>(Ljava/io/File;Ljava/net/Proxy;Ljava/io/File;)V
      named <init> Lnet/minecraft/server/MinecraftServer;<init>(Ljava/io/File;Ljava/net/Proxy;Ljava/io/File;)V
  • Method Details

    • createCommandManager

      protected CommandManager createCommandManager()
      Mappings:
      Namespace Name Mixin selector
      official h Lnet/minecraft/server/MinecraftServer;h()Lbd;
      intermediary method_6504 Lnet/minecraft/server/MinecraftServer;method_6504()Lnet/minecraft/class_905;
      named createCommandManager Lnet/minecraft/server/MinecraftServer;createCommandManager()Lnet/minecraft/server/command/CommandManager;
    • setupServer

      protected abstract boolean setupServer() throws IOException
      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
    • upgradeWorld

      protected void upgradeWorld​(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;)V
      intermediary method_6439 Lnet/minecraft/server/MinecraftServer;method_6439(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_6493 Lnet/minecraft/server/MinecraftServer;method_6493(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 j Lnet/minecraft/server/MinecraftServer;j()Ljava/lang/String;
      intermediary method_6509 Lnet/minecraft/server/MinecraftServer;method_6509()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;JLadr;Ljava/lang/String;)V
      intermediary method_6441 Lnet/minecraft/server/MinecraftServer;method_6441(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/class_105;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 k Lnet/minecraft/server/MinecraftServer;k()V
      intermediary method_6511 Lnet/minecraft/server/MinecraftServer;method_6511()V
      named prepareWorlds Lnet/minecraft/server/MinecraftServer;prepareWorlds()V
    • loadResourcePack

      protected void loadResourcePack​(String levelName, SaveHandler saveHandler)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Latp;)V
      intermediary method_6440 Lnet/minecraft/server/MinecraftServer;method_6440(Ljava/lang/String;Lnet/minecraft/class_635;)V
      named loadResourcePack Lnet/minecraft/server/MinecraftServer;loadResourcePack(Ljava/lang/String;Lnet/minecraft/world/SaveHandler;)V
    • shouldGenerateStructures

      public abstract boolean shouldGenerateStructures()
      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 abstract LevelInfo.GameMode getDefaultGameMode()
      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 abstract Difficulty getDefaultDifficulty()
      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 abstract boolean isHardcore()
      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
    • getOpPermissionLevel

      public abstract int getOpPermissionLevel()
      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
    • shouldBroadcastRconToOps

      public abstract boolean shouldBroadcastRconToOps()
      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 abstract boolean shouldBroadcastConsoleToIps()
      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
    • 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_6464 Lnet/minecraft/server/MinecraftServer;method_6464(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 s Lnet/minecraft/server/MinecraftServer;s()V
      intermediary method_6521 Lnet/minecraft/server/MinecraftServer;method_6521()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_6451 Lnet/minecraft/server/MinecraftServer;method_6451(Z)V
      named saveWorlds Lnet/minecraft/server/MinecraftServer;saveWorlds(Z)V
    • stopServer

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

      @Environment(SERVER) public String getServerIp()
      Mappings:
      Namespace Name Mixin selector
      official u Lnet/minecraft/server/MinecraftServer;u()Ljava/lang/String;
      intermediary method_6523 Lnet/minecraft/server/MinecraftServer;method_6523()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_6496 Lnet/minecraft/server/MinecraftServer;method_6496(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 v Lnet/minecraft/server/MinecraftServer;v()Z
      intermediary method_6524 Lnet/minecraft/server/MinecraftServer;method_6524()Z
      named isRunning Lnet/minecraft/server/MinecraftServer;isRunning()Z
    • stopRunning

      public void stopRunning()
      Mappings:
      Namespace Name Mixin selector
      official w Lnet/minecraft/server/MinecraftServer;w()V
      intermediary method_6525 Lnet/minecraft/server/MinecraftServer;method_6525()V
      named stopRunning Lnet/minecraft/server/MinecraftServer;stopRunning()V
    • setInstance

      @Environment(CLIENT) protected void setInstance()
      Mappings:
      Namespace Name Mixin selector
      official x Lnet/minecraft/server/MinecraftServer;x()V
      intermediary method_6526 Lnet/minecraft/server/MinecraftServer;method_6526()V
      named setInstance Lnet/minecraft/server/MinecraftServer;setInstance()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(Ljs;)V
      intermediary method_6445 Lnet/minecraft/server/MinecraftServer;method_6445(Lnet/minecraft/class_1596;)V
      named setServerMeta Lnet/minecraft/server/MinecraftServer;setServerMeta(Lnet/minecraft/server/ServerMetadata;)V
    • getRunDirectory

      public File getRunDirectory()
      Mappings:
      Namespace Name Mixin selector
      official y Lnet/minecraft/server/MinecraftServer;y()Ljava/io/File;
      intermediary method_6527 Lnet/minecraft/server/MinecraftServer;method_6527()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_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
    • exit

      protected void exit()
      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
    • setupWorld

      public void setupWorld()
      Mappings:
      Namespace Name Mixin selector
      official A Lnet/minecraft/server/MinecraftServer;A()V
      intermediary method_6418 Lnet/minecraft/server/MinecraftServer;method_6418()V
      named setupWorld Lnet/minecraft/server/MinecraftServer;setupWorld()V
    • shutdown

      public void shutdown()
      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()
      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
    • addTickable

      @Environment(SERVER) public void addTickable​(Tickable tickable)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lkm;)V
      intermediary method_6446 Lnet/minecraft/server/MinecraftServer;method_6446(Lnet/minecraft/class_1618;)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 D Lnet/minecraft/server/MinecraftServer;D()V
      intermediary method_6421 Lnet/minecraft/server/MinecraftServer;method_6421()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_6499 Lnet/minecraft/server/MinecraftServer;method_6499(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_5926 Lnet/minecraft/server/MinecraftServer;method_5926(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_5927 Lnet/minecraft/server/MinecraftServer;method_5927(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)Lle;
      intermediary method_6434 Lnet/minecraft/server/MinecraftServer;method_6434(I)Lnet/minecraft/class_1635;
      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 E Lnet/minecraft/server/MinecraftServer;E()Ljava/lang/String;
      intermediary method_5910 Lnet/minecraft/server/MinecraftServer;method_5910()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 F Lnet/minecraft/server/MinecraftServer;F()I
      intermediary method_5911 Lnet/minecraft/server/MinecraftServer;method_5911()I
      named getPort Lnet/minecraft/server/MinecraftServer;getPort()I
    • getMotd

      @Environment(SERVER) public String getMotd()
      Mappings:
      Namespace Name Mixin selector
      official G Lnet/minecraft/server/MinecraftServer;G()Ljava/lang/String;
      intermediary method_5912 Lnet/minecraft/server/MinecraftServer;method_5912()Ljava/lang/String;
      named getMotd Lnet/minecraft/server/MinecraftServer;getMotd()Ljava/lang/String;
    • getVersion

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

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

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

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

      public com.mojang.authlib.GameProfile[] getProfiles()
      Mappings:
      Namespace Name Mixin selector
      official L Lnet/minecraft/server/MinecraftServer;L()[Lcom/mojang/authlib/GameProfile;
      intermediary method_6422 Lnet/minecraft/server/MinecraftServer;method_6422()[Lcom/mojang/authlib/GameProfile;
      named getProfiles Lnet/minecraft/server/MinecraftServer;getProfiles()[Lcom/mojang/authlib/GameProfile;
    • isDebuggingEnabled

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

      @Environment(SERVER) public void logError​(String message)
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g(Ljava/lang/String;)V
      intermediary method_5928 Lnet/minecraft/server/MinecraftServer;method_5928(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 h Lnet/minecraft/server/MinecraftServer;h(Ljava/lang/String;)V
      intermediary method_5929 Lnet/minecraft/server/MinecraftServer;method_5929(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_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;
    • getCompletions

      public List<String> getCompletions​(CommandSource source, String partialcommand, BlockPos lookingAt)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lm;Ljava/lang/String;Lcj;)Ljava/util/List;
      intermediary method_6448 Lnet/minecraft/server/MinecraftServer;method_6448(Lnet/minecraft/class_1659;Ljava/lang/String;Lnet/minecraft/class_1372;)Ljava/util/List;
      named getCompletions Lnet/minecraft/server/MinecraftServer;getCompletions(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
    • getServer

      public static MinecraftServer getServer()
      Mappings:
      Namespace Name Mixin selector
      official N Lnet/minecraft/server/MinecraftServer;N()Lnet/minecraft/server/MinecraftServer;
      intermediary method_6423 Lnet/minecraft/server/MinecraftServer;method_6423()Lnet/minecraft/server/MinecraftServer;
      named getServer Lnet/minecraft/server/MinecraftServer;getServer()Lnet/minecraft/server/MinecraftServer;
    • hasGameDir

      public boolean hasGameDir()
      Mappings:
      Namespace Name Mixin selector
      official O Lnet/minecraft/server/MinecraftServer;O()Z
      intermediary method_6424 Lnet/minecraft/server/MinecraftServer;method_6424()Z
      named hasGameDir Lnet/minecraft/server/MinecraftServer;hasGameDir()Z
    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official method_6261 Lm;method_6261()Ljava/lang/String;
      intermediary method_6261 Lnet/minecraft/class_1659;method_6261()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 Lm;a(Leu;)V
      intermediary method_6256 Lnet/minecraft/class_1659;method_6256(Lnet/minecraft/class_1444;)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 Lm;a(ILjava/lang/String;)Z
      intermediary method_6255 Lnet/minecraft/class_1659;method_6255(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 P Lnet/minecraft/server/MinecraftServer;P()Ll;
      intermediary method_6425 Lnet/minecraft/server/MinecraftServer;method_6425()Lnet/minecraft/class_1629;
      named getCommandManager Lnet/minecraft/server/MinecraftServer;getCommandManager()Lnet/minecraft/server/command/CommandRegistryProvider;
    • getKeyPair

      public KeyPair getKeyPair()
      Mappings:
      Namespace Name Mixin selector
      official Q Lnet/minecraft/server/MinecraftServer;Q()Ljava/security/KeyPair;
      intermediary method_6426 Lnet/minecraft/server/MinecraftServer;method_6426()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 R Lnet/minecraft/server/MinecraftServer;R()I
      intermediary method_6427 Lnet/minecraft/server/MinecraftServer;method_6427()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_6491 Lnet/minecraft/server/MinecraftServer;method_6491(I)V
      named setServerPort Lnet/minecraft/server/MinecraftServer;setServerPort(I)V
    • getUserName

      public String getUserName()
      Mappings:
      Namespace Name Mixin selector
      official S Lnet/minecraft/server/MinecraftServer;S()Ljava/lang/String;
      intermediary method_6428 Lnet/minecraft/server/MinecraftServer;method_6428()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 i Lnet/minecraft/server/MinecraftServer;i(Ljava/lang/String;)V
      intermediary method_6507 Lnet/minecraft/server/MinecraftServer;method_6507(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 T Lnet/minecraft/server/MinecraftServer;T()Z
      intermediary method_6429 Lnet/minecraft/server/MinecraftServer;method_6429()Z
      named isSinglePlayer Lnet/minecraft/server/MinecraftServer;isSinglePlayer()Z
    • getLevelName

      public String getLevelName()
      Mappings:
      Namespace Name Mixin selector
      official U Lnet/minecraft/server/MinecraftServer;U()Ljava/lang/String;
      intermediary method_5918 Lnet/minecraft/server/MinecraftServer;method_5918()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 j Lnet/minecraft/server/MinecraftServer;j(Ljava/lang/String;)V
      intermediary method_6510 Lnet/minecraft/server/MinecraftServer;method_6510(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 k Lnet/minecraft/server/MinecraftServer;k(Ljava/lang/String;)V
      intermediary method_6512 Lnet/minecraft/server/MinecraftServer;method_6512(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 V Lnet/minecraft/server/MinecraftServer;V()Ljava/lang/String;
      intermediary method_6430 Lnet/minecraft/server/MinecraftServer;method_6430()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_6442 Lnet/minecraft/server/MinecraftServer;method_6442(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(Loj;)V
      intermediary method_6450 Lnet/minecraft/server/MinecraftServer;method_6450(Lnet/minecraft/class_1721;)V
      named setDifficulty Lnet/minecraft/server/MinecraftServer;setDifficulty(Lnet/minecraft/world/Difficulty;)V
    • isMonsterSpawningEnabled

      protected boolean isMonsterSpawningEnabled()
      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
    • isDemo

      public boolean isDemo()
      Mappings:
      Namespace Name Mixin selector
      official X Lnet/minecraft/server/MinecraftServer;X()Z
      intermediary method_6432 Lnet/minecraft/server/MinecraftServer;method_6432()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_6494 Lnet/minecraft/server/MinecraftServer;method_6494(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_6497 Lnet/minecraft/server/MinecraftServer;method_6497(Z)V
      named setForceWorldUpgrade Lnet/minecraft/server/MinecraftServer;setForceWorldUpgrade(Z)V
    • getSaveStorage

      public SaveStorageAccess getSaveStorage()
      Mappings:
      Namespace Name Mixin selector
      official Y Lnet/minecraft/server/MinecraftServer;Y()Latr;
      intermediary method_6433 Lnet/minecraft/server/MinecraftServer;method_6433()Lnet/minecraft/class_637;
      named getSaveStorage Lnet/minecraft/server/MinecraftServer;getSaveStorage()Lnet/minecraft/world/level/storage/SaveStorageAccess;
    • method_6466

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

      public String getResourcePackUrl()
      Mappings:
      Namespace Name Mixin selector
      official ab Lnet/minecraft/server/MinecraftServer;ab()Ljava/lang/String;
      intermediary method_6467 Lnet/minecraft/server/MinecraftServer;method_6467()Ljava/lang/String;
      named getResourcePackUrl Lnet/minecraft/server/MinecraftServer;getResourcePackUrl()Ljava/lang/String;
    • getResourcePackHash

      public String getResourcePackHash()
      Mappings:
      Namespace Name Mixin selector
      official ac Lnet/minecraft/server/MinecraftServer;ac()Ljava/lang/String;
      intermediary method_6468 Lnet/minecraft/server/MinecraftServer;method_6468()Ljava/lang/String;
      named getResourcePackHash Lnet/minecraft/server/MinecraftServer;getResourcePackHash()Ljava/lang/String;
    • setResourcePack

      public void setResourcePack​(String url, String hash)
      Mappings:
      Namespace Name Mixin selector
      official a_ Lnet/minecraft/server/MinecraftServer;a_(Ljava/lang/String;Ljava/lang/String;)V
      intermediary method_6465 Lnet/minecraft/server/MinecraftServer;method_6465(Ljava/lang/String;Ljava/lang/String;)V
      named setResourcePack Lnet/minecraft/server/MinecraftServer;setResourcePack(Ljava/lang/String;Ljava/lang/String;)V
    • addSnooperInfo

      public void addSnooperInfo​(Snooper snooper)
      Specified by:
      addSnooperInfo in interface Snoopable
      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
    • addSnooper

      public void addSnooper​(Snooper snooper)
      Specified by:
      addSnooper in interface Snoopable
      Mappings:
      Namespace Name Mixin selector
      official b Los;b(Lor;)V
      intermediary method_6796 Lnet/minecraft/class_1729;method_6796(Lnet/minecraft/class_1728;)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 ad Los;ad()Z
      intermediary method_6795 Lnet/minecraft/class_1729;method_6795()Z
      named isSnooperEnabled Lnet/minecraft/util/snooper/Snoopable;isSnooperEnabled()Z
    • isDedicated

      public abstract boolean isDedicated()
      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
    • isOnlineMode

      public boolean isOnlineMode()
      Mappings:
      Namespace Name Mixin selector
      official af Lnet/minecraft/server/MinecraftServer;af()Z
      intermediary method_6470 Lnet/minecraft/server/MinecraftServer;method_6470()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_6500 Lnet/minecraft/server/MinecraftServer;method_6500(Z)V
      named setOnlineMode Lnet/minecraft/server/MinecraftServer;setOnlineMode(Z)V
    • shouldSpawnAnimals

      public boolean shouldSpawnAnimals()
      Mappings:
      Namespace Name Mixin selector
      official ag Lnet/minecraft/server/MinecraftServer;ag()Z
      intermediary method_6471 Lnet/minecraft/server/MinecraftServer;method_6471()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_6501 Lnet/minecraft/server/MinecraftServer;method_6501(Z)V
      named setSpawnAnimals Lnet/minecraft/server/MinecraftServer;setSpawnAnimals(Z)V
    • shouldSpawnNpcs

      public boolean shouldSpawnNpcs()
      Mappings:
      Namespace Name Mixin selector
      official ah Lnet/minecraft/server/MinecraftServer;ah()Z
      intermediary method_6472 Lnet/minecraft/server/MinecraftServer;method_6472()Z
      named shouldSpawnNpcs Lnet/minecraft/server/MinecraftServer;shouldSpawnNpcs()Z
    • isUsingNativeTransport

      public abstract boolean isUsingNativeTransport()
      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
    • setSpawnNpcs

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

      public boolean isPvpEnabled()
      Mappings:
      Namespace Name Mixin selector
      official aj Lnet/minecraft/server/MinecraftServer;aj()Z
      intermediary method_6474 Lnet/minecraft/server/MinecraftServer;method_6474()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_6503 Lnet/minecraft/server/MinecraftServer;method_6503(Z)V
      named setPvpEnabled Lnet/minecraft/server/MinecraftServer;setPvpEnabled(Z)V
    • isFlightEnabled

      public boolean isFlightEnabled()
      Mappings:
      Namespace Name Mixin selector
      official ak Lnet/minecraft/server/MinecraftServer;ak()Z
      intermediary method_6475 Lnet/minecraft/server/MinecraftServer;method_6475()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_6505 Lnet/minecraft/server/MinecraftServer;method_6505(Z)V
      named setFlightEnabled Lnet/minecraft/server/MinecraftServer;setFlightEnabled(Z)V
    • areCommandBlocksEnabled

      public abstract boolean areCommandBlocksEnabled()
      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
    • getServerMotd

      public String getServerMotd()
      Mappings:
      Namespace Name Mixin selector
      official am Lnet/minecraft/server/MinecraftServer;am()Ljava/lang/String;
      intermediary method_6477 Lnet/minecraft/server/MinecraftServer;method_6477()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 l Lnet/minecraft/server/MinecraftServer;l(Ljava/lang/String;)V
      intermediary method_6514 Lnet/minecraft/server/MinecraftServer;method_6514(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 an Lnet/minecraft/server/MinecraftServer;an()I
      intermediary method_6478 Lnet/minecraft/server/MinecraftServer;method_6478()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_6495 Lnet/minecraft/server/MinecraftServer;method_6495(I)V
      named setWorldHeight Lnet/minecraft/server/MinecraftServer;setWorldHeight(I)V
    • isStopped

      public boolean isStopped()
      Mappings:
      Namespace Name Mixin selector
      official ao Lnet/minecraft/server/MinecraftServer;ao()Z
      intermediary method_6479 Lnet/minecraft/server/MinecraftServer;method_6479()Z
      named isStopped Lnet/minecraft/server/MinecraftServer;isStopped()Z
    • getPlayerManager

      public PlayerManager getPlayerManager()
      Mappings:
      Namespace Name Mixin selector
      official ap Lnet/minecraft/server/MinecraftServer;ap()Llx;
      intermediary method_6480 Lnet/minecraft/server/MinecraftServer;method_6480()Lnet/minecraft/class_1656;
      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(Llx;)V
      intermediary method_6447 Lnet/minecraft/server/MinecraftServer;method_6447(Lnet/minecraft/class_1656;)V
      named setPlayerManager Lnet/minecraft/server/MinecraftServer;setPlayerManager(Lnet/minecraft/server/PlayerManager;)V
    • setDefaultGameMode

      public void setDefaultGameMode​(LevelInfo.GameMode gamemode)
      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
    • getNetworkIo

      public ServerNetworkIo getNetworkIo()
      Mappings:
      Namespace Name Mixin selector
      official aq Lnet/minecraft/server/MinecraftServer;aq()Lll;
      intermediary method_6481 Lnet/minecraft/server/MinecraftServer;method_6481()Lnet/minecraft/class_1642;
      named getNetworkIo Lnet/minecraft/server/MinecraftServer;getNetworkIo()Lnet/minecraft/server/ServerNetworkIo;
    • isLoading

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

      public boolean hasGui()
      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 abstract String method_6437​(LevelInfo.GameMode gamemode, boolean bool)
      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;
    • getTicks

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

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

      @Environment(CLIENT) public Snooper getSnooper()
      Mappings:
      Namespace Name Mixin selector
      official av Lnet/minecraft/server/MinecraftServer;av()Lor;
      intermediary method_6486 Lnet/minecraft/server/MinecraftServer;method_6486()Lnet/minecraft/class_1728;
      named getSnooper Lnet/minecraft/server/MinecraftServer;getSnooper()Lnet/minecraft/util/snooper/Snooper;
    • getBlockPos

      public BlockPos getBlockPos()
      Specified by:
      getBlockPos in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official c Lm;c()Lcj;
      intermediary method_6258 Lnet/minecraft/class_1659;method_6258()Lnet/minecraft/class_1372;
      named getBlockPos Lnet/minecraft/command/CommandSource;getBlockPos()Lnet/minecraft/util/math/BlockPos;
    • getPos

      public Vec3d getPos()
      Specified by:
      getPos in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official d Lm;d()Laui;
      intermediary method_6259 Lnet/minecraft/class_1659;method_6259()Lnet/minecraft/class_649;
      named getPos Lnet/minecraft/command/CommandSource;getPos()Lnet/minecraft/util/math/Vec3d;
    • getWorld

      public World getWorld()
      Specified by:
      getWorld in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official e Lm;e()Ladm;
      intermediary method_6260 Lnet/minecraft/class_1659;method_6260()Lnet/minecraft/class_99;
      named getWorld Lnet/minecraft/command/CommandSource;getWorld()Lnet/minecraft/world/World;
    • getEntity

      public Entity getEntity()
      Specified by:
      getEntity in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official f Lm;f()Lpk;
      intermediary method_6262 Lnet/minecraft/class_1659;method_6262()Lnet/minecraft/class_1745;
      named getEntity Lnet/minecraft/command/CommandSource;getEntity()Lnet/minecraft/entity/Entity;
    • getSpawnProtectionRadius

      public int getSpawnProtectionRadius()
      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)
      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
    • setForceGameMode

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

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

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

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

      public int getPlayerIdleTimeout()
      Mappings:
      Namespace Name Mixin selector
      official aA Lnet/minecraft/server/MinecraftServer;aA()I
      intermediary method_6452 Lnet/minecraft/server/MinecraftServer;method_6452()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_6498 Lnet/minecraft/server/MinecraftServer;method_6498(I)V
      named setPlayerIdleTimeout Lnet/minecraft/server/MinecraftServer;setPlayerIdleTimeout(I)V
    • getName

      public Text getName()
      Specified by:
      getName in interface CommandSource
    • shouldAnnouncePlayerAchievements

      public boolean shouldAnnouncePlayerAchievements()
      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
    • getSessionService

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

      public com.mojang.authlib.GameProfileRepository getGameProfileRepo()
      Mappings:
      Namespace Name Mixin selector
      official aE Lnet/minecraft/server/MinecraftServer;aE()Lcom/mojang/authlib/GameProfileRepository;
      intermediary method_6455 Lnet/minecraft/server/MinecraftServer;method_6455()Lcom/mojang/authlib/GameProfileRepository;
      named getGameProfileRepo Lnet/minecraft/server/MinecraftServer;getGameProfileRepo()Lcom/mojang/authlib/GameProfileRepository;
    • getUserCache

      public UserCache getUserCache()
      Mappings:
      Namespace Name Mixin selector
      official aF Lnet/minecraft/server/MinecraftServer;aF()Llt;
      intermediary method_6456 Lnet/minecraft/server/MinecraftServer;method_6456()Lnet/minecraft/class_1649;
      named getUserCache Lnet/minecraft/server/MinecraftServer;getUserCache()Lnet/minecraft/util/UserCache;
    • getServerMetadata

      public ServerMetadata getServerMetadata()
      Mappings:
      Namespace Name Mixin selector
      official aG Lnet/minecraft/server/MinecraftServer;aG()Ljs;
      intermediary method_6457 Lnet/minecraft/server/MinecraftServer;method_6457()Lnet/minecraft/class_1596;
      named getServerMetadata Lnet/minecraft/server/MinecraftServer;getServerMetadata()Lnet/minecraft/server/ServerMetadata;
    • forcePlayerSampleUpdate

      public void forcePlayerSampleUpdate()
      Mappings:
      Namespace Name Mixin selector
      official aH Lnet/minecraft/server/MinecraftServer;aH()V
      intermediary method_6458 Lnet/minecraft/server/MinecraftServer;method_6458()V
      named forcePlayerSampleUpdate Lnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()V
    • getEntity

      public Entity getEntity​(UUID uUID)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/util/UUID;)Lpk;
      intermediary method_6443 Lnet/minecraft/server/MinecraftServer;method_6443(Ljava/util/UUID;)Lnet/minecraft/class_1745;
      named getEntity Lnet/minecraft/server/MinecraftServer;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
    • sendCommandFeedback

      public boolean sendCommandFeedback()
      Specified by:
      sendCommandFeedback in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official u_ Lm;u_()Z
      intermediary method_6263 Lnet/minecraft/class_1659;method_6263()Z
      named sendCommandFeedback Lnet/minecraft/command/CommandSource;sendCommandFeedback()Z
    • setStat

      public void setStat​(CommandStats.Type statsType, int value)
      Specified by:
      setStat in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official a Lm;a(Ln$a;I)V
      intermediary method_6257 Lnet/minecraft/class_1659;method_6257(Lnet/minecraft/class_1685$class_1686;I)V
      named setStat Lnet/minecraft/command/CommandSource;setStat(Lnet/minecraft/command/CommandStats$Type;I)V
    • getMaxWorldBorderRadius

      public int getMaxWorldBorderRadius()
      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
    • method_6444

      public <V> ListenableFuture<V> method_6444​(Callable<V> callable)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;
      intermediary method_6444 Lnet/minecraft/server/MinecraftServer;method_6444(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;
      named method_6444 Lnet/minecraft/server/MinecraftServer;method_6444(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;
    • execute

      public ListenableFuture<Object> execute​(Runnable task)
      Specified by:
      execute in interface ThreadExecutor
      Mappings:
      Namespace Name Mixin selector
      official a Lod;a(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
      intermediary method_6733 Lnet/minecraft/class_1716;method_6733(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
      named execute Lnet/minecraft/util/ThreadExecutor;execute(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
    • isOnThread

      public boolean isOnThread()
      Specified by:
      isOnThread in interface ThreadExecutor
      Mappings:
      Namespace Name Mixin selector
      official aJ Lod;aJ()Z
      intermediary method_6734 Lnet/minecraft/class_1716;method_6734()Z
      named isOnThread Lnet/minecraft/util/ThreadExecutor;isOnThread()Z
    • getNetworkCompressionThreshold

      public int getNetworkCompressionThreshold()
      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
    • getServerStartTime

      @Environment(SERVER) public long getServerStartTime()
      Mappings:
      Namespace Name Mixin selector
      official aL Lnet/minecraft/server/MinecraftServer;aL()J
      intermediary method_6461 Lnet/minecraft/server/MinecraftServer;method_6461()J
      named getServerStartTime Lnet/minecraft/server/MinecraftServer;getServerStartTime()J
    • getThread

      @Environment(SERVER) public Thread getThread()
      Mappings:
      Namespace Name Mixin selector
      official aM Lnet/minecraft/server/MinecraftServer;aM()Ljava/lang/Thread;
      intermediary method_6462 Lnet/minecraft/server/MinecraftServer;method_6462()Ljava/lang/Thread;
      named getThread Lnet/minecraft/server/MinecraftServer;getThread()Ljava/lang/Thread;