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 CommandSource, Runnable, 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_8920 Lnet/minecraft/server/MinecraftServer;field_8920: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_8919 Lnet/minecraft/server/MinecraftServer;field_8919:Ljava/io/File;
      named USER_CACHE_FILE Lnet/minecraft/server/MinecraftServer;USER_CACHE_FILE:Ljava/io/File;
    • saveStorage

      private final LevelStorageAccess saveStorage
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l:Lbfg;
      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;
    • field_13903

      private final Snooper field_13903
      Mappings:
      Namespace Name Mixin selector
      official m Lnet/minecraft/server/MinecraftServer;m:Lul;
      intermediary field_13903 Lnet/minecraft/server/MinecraftServer;field_13903:Lnet/minecraft/class_853;
      named field_13903 Lnet/minecraft/server/MinecraftServer;field_13903:Lnet/minecraft/util/snooper/Snooper;
    • gameDir

      private final File gameDir
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n: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<Tickable> tickables
      Mappings:
      Namespace Name Mixin selector
      official o Lnet/minecraft/server/MinecraftServer;o: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

      public final CommandRegistryProvider provider
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b:Lbl;
      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 c Lnet/minecraft/server/MinecraftServer;c:Lrl;
      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 p Lnet/minecraft/server/MinecraftServer;p:Loz;
      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 q Lnet/minecraft/server/MinecraftServer;q:Lmt;
      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 r Lnet/minecraft/server/MinecraftServer;r: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;
    • field_13904

      private final class_2934 field_13904
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s:Lry;
      intermediary field_13904 Lnet/minecraft/server/MinecraftServer;field_13904:Lnet/minecraft/class_2934;
      named field_13904 Lnet/minecraft/server/MinecraftServer;field_13904:Lnet/minecraft/class_2934;
    • serverIp

      @Environment(SERVER) private String serverIp
      Mappings:
      Namespace Name Mixin selector
      official t Lnet/minecraft/server/MinecraftServer;t: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 u Lnet/minecraft/server/MinecraftServer;u: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 d Lnet/minecraft/server/MinecraftServer;d:[Loo;
      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 v Lnet/minecraft/server/MinecraftServer;v:Lpl;
      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 w Lnet/minecraft/server/MinecraftServer;w: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 x Lnet/minecraft/server/MinecraftServer;x: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 y Lnet/minecraft/server/MinecraftServer;y: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 e Lnet/minecraft/server/MinecraftServer;e: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 f Lnet/minecraft/server/MinecraftServer;f: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 g Lnet/minecraft/server/MinecraftServer;g: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 z Lnet/minecraft/server/MinecraftServer;z:Z
      intermediary field_3871 Lnet/minecraft/server/MinecraftServer;field_3871:Z
      named onlineMode Lnet/minecraft/server/MinecraftServer;onlineMode:Z
    • field_15357

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

      private boolean spawnAnimals
      Mappings:
      Namespace Name Mixin selector
      official B Lnet/minecraft/server/MinecraftServer;B: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 C Lnet/minecraft/server/MinecraftServer;C: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 D Lnet/minecraft/server/MinecraftServer;D: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 E Lnet/minecraft/server/MinecraftServer;E: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 F Lnet/minecraft/server/MinecraftServer;F: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 G Lnet/minecraft/server/MinecraftServer;G: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 H Lnet/minecraft/server/MinecraftServer;H: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 h Lnet/minecraft/server/MinecraftServer;h:[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 i Lnet/minecraft/server/MinecraftServer;i:[[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 I Lnet/minecraft/server/MinecraftServer;I: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 J Lnet/minecraft/server/MinecraftServer;J: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 K Lnet/minecraft/server/MinecraftServer;K: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 L Lnet/minecraft/server/MinecraftServer;L: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 M Lnet/minecraft/server/MinecraftServer;M: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 N Lnet/minecraft/server/MinecraftServer;N:Z
      intermediary field_3841 Lnet/minecraft/server/MinecraftServer;field_3841:Z
      named forceWorldUpgrade Lnet/minecraft/server/MinecraftServer;forceWorldUpgrade:Z
    • resourcePackUrl

      private String resourcePackUrl
      Mappings:
      Namespace Name Mixin selector
      official O Lnet/minecraft/server/MinecraftServer;O: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;
    • resourcePackHash

      private String resourcePackHash
      Mappings:
      Namespace Name Mixin selector
      official P Lnet/minecraft/server/MinecraftServer;P:Ljava/lang/String;
      intermediary field_11841 Lnet/minecraft/server/MinecraftServer;field_11841: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_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 R Lnet/minecraft/server/MinecraftServer;R: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 S Lnet/minecraft/server/MinecraftServer;S: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 T Lnet/minecraft/server/MinecraftServer;T: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 U Lnet/minecraft/server/MinecraftServer;U:Z
      intermediary field_6124 Lnet/minecraft/server/MinecraftServer;field_6124: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_8914 Lnet/minecraft/server/MinecraftServer;field_8914: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_8915 Lnet/minecraft/server/MinecraftServer;field_8915:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
      named sessionService Lnet/minecraft/server/MinecraftServer;sessionService:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
    • gameProfileRepo

      private final com.mojang.authlib.GameProfileRepository gameProfileRepo
      Mappings:
      Namespace Name Mixin selector
      official X Lnet/minecraft/server/MinecraftServer;X:Lcom/mojang/authlib/GameProfileRepository;
      intermediary field_8917 Lnet/minecraft/server/MinecraftServer;field_8917: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 Y Lnet/minecraft/server/MinecraftServer;Y:Lph;
      intermediary field_8918 Lnet/minecraft/server/MinecraftServer;field_8918:Lnet/minecraft/class_2116;
      named userCache Lnet/minecraft/server/MinecraftServer;userCache:Lnet/minecraft/util/UserCache;
    • lastPlayerSampleUpdate

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

      public final Queue<FutureTask<?>> queue
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j:Ljava/util/Queue;
      intermediary field_11844 Lnet/minecraft/server/MinecraftServer;field_11844: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_11842 Lnet/minecraft/server/MinecraftServer;field_11842: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_11843 Lnet/minecraft/server/MinecraftServer;field_11843:J
      named timeReference Lnet/minecraft/server/MinecraftServer;timeReference:J
    • field_13902

      @Environment(CLIENT) private boolean field_13902
      Mappings:
      Namespace Name Mixin selector
      official ac Lnet/minecraft/server/MinecraftServer;ac:Z
      intermediary field_13902 Lnet/minecraft/server/MinecraftServer;field_13902:Z
      named field_13902 Lnet/minecraft/server/MinecraftServer;field_13902:Z
  • Constructor Details

    • MinecraftServer

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

    • createCommandManager

      public CommandManager createCommandManager()
      Mappings:
      Namespace Name Mixin selector
      official i Lnet/minecraft/server/MinecraftServer;i()Ldh;
      intermediary method_10824 Lnet/minecraft/server/MinecraftServer;method_10824()Lnet/minecraft/class_765;
      named createCommandManager Lnet/minecraft/server/MinecraftServer;createCommandManager()Lnet/minecraft/server/command/CommandManager;
    • setupServer

      public abstract boolean setupServer() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j()Z
      intermediary method_3011 Lnet/minecraft/server/MinecraftServer;method_3011()Z
      named setupServer Lnet/minecraft/server/MinecraftServer;setupServer()Z
    • upgradeWorld

      public 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) @Nullable public String getServerOperation()
      Mappings:
      Namespace Name Mixin selector
      official k Lnet/minecraft/server/MinecraftServer;k()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

      public 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;JLamz;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

      public void prepareWorlds()
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l()V
      intermediary method_3019 Lnet/minecraft/server/MinecraftServer;method_3019()V
      named prepareWorlds Lnet/minecraft/server/MinecraftServer;prepareWorlds()V
    • loadResourcePack

      public void loadResourcePack(String levelName, SaveHandler saveHandler)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Lbfe;)V
      intermediary method_10813 Lnet/minecraft/server/MinecraftServer;method_10813(Ljava/lang/String;Lnet/minecraft/class_101;)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 m Lnet/minecraft/server/MinecraftServer;m()Z
      intermediary method_3023 Lnet/minecraft/server/MinecraftServer;method_3023()Z
      named shouldGenerateStructures Lnet/minecraft/server/MinecraftServer;shouldGenerateStructures()Z
    • method_3026

      public abstract GameMode method_3026()
      Mappings:
      Namespace Name Mixin selector
      official n Lnet/minecraft/server/MinecraftServer;n()Lams;
      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 o Lnet/minecraft/server/MinecraftServer;o()Ltz;
      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 p Lnet/minecraft/server/MinecraftServer;p()Z
      intermediary method_3031 Lnet/minecraft/server/MinecraftServer;method_3031()Z
      named isHardcore Lnet/minecraft/server/MinecraftServer;isHardcore()Z
    • getOpPermissionLevel

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

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

      public abstract boolean shouldBroadcastConsoleToIps()
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s()Z
      intermediary method_10825 Lnet/minecraft/server/MinecraftServer;method_10825()Z
      named shouldBroadcastConsoleToIps Lnet/minecraft/server/MinecraftServer;shouldBroadcastConsoleToIps()Z
    • 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 t Lnet/minecraft/server/MinecraftServer;t()V
      intermediary method_3033 Lnet/minecraft/server/MinecraftServer;method_3033()V
      named save Lnet/minecraft/server/MinecraftServer;save()V
    • saveWorlds

      public 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 u Lnet/minecraft/server/MinecraftServer;u()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 v Lnet/minecraft/server/MinecraftServer;v()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 w Lnet/minecraft/server/MinecraftServer;w()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 x Lnet/minecraft/server/MinecraftServer;x()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

      public void setServerMeta(ServerMetadata metdata)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lmt;)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
    • method_12837

      @Environment(CLIENT) public boolean method_12837()
      Mappings:
      Namespace Name Mixin selector
      official y Lnet/minecraft/server/MinecraftServer;y()Z
      intermediary method_12837 Lnet/minecraft/server/MinecraftServer;method_12837()Z
      named method_12837 Lnet/minecraft/server/MinecraftServer;method_12837()Z
    • method_12838

      @Environment(CLIENT) public File method_12838()
      Mappings:
      Namespace Name Mixin selector
      official z Lnet/minecraft/server/MinecraftServer;z()Ljava/io/File;
      intermediary method_12838 Lnet/minecraft/server/MinecraftServer;method_12838()Ljava/io/File;
      named method_12838 Lnet/minecraft/server/MinecraftServer;method_12838()Ljava/io/File;
    • getRunDirectory

      public File getRunDirectory()
      Mappings:
      Namespace Name Mixin selector
      official A Lnet/minecraft/server/MinecraftServer;A()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

      public 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

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

      public void setupWorld()
      Mappings:
      Namespace Name Mixin selector
      official C Lnet/minecraft/server/MinecraftServer;C()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 D Lnet/minecraft/server/MinecraftServer;D()V
      intermediary method_3046 Lnet/minecraft/server/MinecraftServer;method_3046()V
      named tick Lnet/minecraft/server/MinecraftServer;tick()V
    • isNetherAllowed

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

      @Environment(SERVER) public void addTickable(Tickable tickable)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lnx;)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 F Lnet/minecraft/server/MinecraftServer;F()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)Loo;
      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;
    • getVersion

      public String getVersion()
      Mappings:
      Namespace Name Mixin selector
      official G Lnet/minecraft/server/MinecraftServer;G()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 H Lnet/minecraft/server/MinecraftServer;H()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 I Lnet/minecraft/server/MinecraftServer;I()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 J Lnet/minecraft/server/MinecraftServer;J()[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;
    • getProfiles

      public com.mojang.authlib.GameProfile[] getProfiles()
      Mappings:
      Namespace Name Mixin selector
      official K Lnet/minecraft/server/MinecraftServer;K()[Lcom/mojang/authlib/GameProfile;
      intermediary method_8153 Lnet/minecraft/server/MinecraftServer;method_8153()[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 L Lnet/minecraft/server/MinecraftServer;L()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 g Lnet/minecraft/server/MinecraftServer;g(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 h Lnet/minecraft/server/MinecraftServer;h(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_12835

      public List<String> method_12835(CommandSource commandSource, String string, @Nullable BlockPos blockPos, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lbn;Ljava/lang/String;Let;Z)Ljava/util/List;
      intermediary method_12835 Lnet/minecraft/server/MinecraftServer;method_12835(Lnet/minecraft/class_1061;Ljava/lang/String;Lnet/minecraft/class_2552;Z)Ljava/util/List;
      named method_12835 Lnet/minecraft/server/MinecraftServer;method_12835(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Z)Ljava/util/List;
    • hasGameDir

      public boolean hasGameDir()
      Mappings:
      Namespace Name Mixin selector
      official M Lnet/minecraft/server/MinecraftServer;M()Z
      intermediary method_10811 Lnet/minecraft/server/MinecraftServer;method_10811()Z
      named hasGameDir Lnet/minecraft/server/MinecraftServer;hasGameDir()Z
    • getTranslatedName

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

      public void sendMessage(Text text)
      Specified by:
      sendMessage in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official a Lbn;a(Lhh;)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 Lbn;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 N Lnet/minecraft/server/MinecraftServer;N()Lbl;
      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 O Lnet/minecraft/server/MinecraftServer;O()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 P Lnet/minecraft/server/MinecraftServer;P()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 Q Lnet/minecraft/server/MinecraftServer;Q()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 i Lnet/minecraft/server/MinecraftServer;i(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 R Lnet/minecraft/server/MinecraftServer;R()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 S Lnet/minecraft/server/MinecraftServer;S()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 j Lnet/minecraft/server/MinecraftServer;j(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 k Lnet/minecraft/server/MinecraftServer;k(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 T Lnet/minecraft/server/MinecraftServer;T()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(Ltz;)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

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

      public boolean isDemo()
      Mappings:
      Namespace Name Mixin selector
      official V Lnet/minecraft/server/MinecraftServer;V()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 W Lnet/minecraft/server/MinecraftServer;W()Lbfg;
      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;
    • getResourcePackUrl

      public String getResourcePackUrl()
      Mappings:
      Namespace Name Mixin selector
      official X Lnet/minecraft/server/MinecraftServer;X()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;
    • getResourcePackHash

      public String getResourcePackHash()
      Mappings:
      Namespace Name Mixin selector
      official Y Lnet/minecraft/server/MinecraftServer;Y()Ljava/lang/String;
      intermediary method_10822 Lnet/minecraft/server/MinecraftServer;method_10822()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_10821 Lnet/minecraft/server/MinecraftServer;method_10821(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 Lum;a(Lul;)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 Lum;b(Lul;)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 Z Lum;Z()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 aa Lnet/minecraft/server/MinecraftServer;aa()Z
      intermediary method_2983 Lnet/minecraft/server/MinecraftServer;method_2983()Z
      named isDedicated Lnet/minecraft/server/MinecraftServer;isDedicated()Z
    • isOnlineMode

      public boolean isOnlineMode()
      Mappings:
      Namespace Name Mixin selector
      official ab Lnet/minecraft/server/MinecraftServer;ab()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
    • method_13912

      public boolean method_13912()
      Mappings:
      Namespace Name Mixin selector
      official ac Lnet/minecraft/server/MinecraftServer;ac()Z
      intermediary method_13912 Lnet/minecraft/server/MinecraftServer;method_13912()Z
      named method_13912 Lnet/minecraft/server/MinecraftServer;method_13912()Z
    • method_13913

      @Environment(SERVER) public void method_13913(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/server/MinecraftServer;e(Z)V
      intermediary method_13913 Lnet/minecraft/server/MinecraftServer;method_13913(Z)V
      named method_13913 Lnet/minecraft/server/MinecraftServer;method_13913(Z)V
    • shouldSpawnAnimals

      public boolean shouldSpawnAnimals()
      Mappings:
      Namespace Name Mixin selector
      official ad Lnet/minecraft/server/MinecraftServer;ad()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 f Lnet/minecraft/server/MinecraftServer;f(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 ae Lnet/minecraft/server/MinecraftServer;ae()Z
      intermediary method_2986 Lnet/minecraft/server/MinecraftServer;method_2986()Z
      named shouldSpawnNpcs Lnet/minecraft/server/MinecraftServer;shouldSpawnNpcs()Z
    • isUsingNativeTransport

      public abstract boolean isUsingNativeTransport()
      Mappings:
      Namespace Name Mixin selector
      official af Lnet/minecraft/server/MinecraftServer;af()Z
      intermediary method_10823 Lnet/minecraft/server/MinecraftServer;method_10823()Z
      named isUsingNativeTransport Lnet/minecraft/server/MinecraftServer;isUsingNativeTransport()Z
    • setSpawnNpcs

      public void setSpawnNpcs(boolean spawnNpcs)
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g(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 ag Lnet/minecraft/server/MinecraftServer;ag()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 h Lnet/minecraft/server/MinecraftServer;h(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 ah Lnet/minecraft/server/MinecraftServer;ah()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 i Lnet/minecraft/server/MinecraftServer;i(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 ai Lnet/minecraft/server/MinecraftServer;ai()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 aj Lnet/minecraft/server/MinecraftServer;aj()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 l Lnet/minecraft/server/MinecraftServer;l(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 ak Lnet/minecraft/server/MinecraftServer;ak()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

      public boolean isStopped()
      Mappings:
      Namespace Name Mixin selector
      official al Lnet/minecraft/server/MinecraftServer;al()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 am Lnet/minecraft/server/MinecraftServer;am()Lpl;
      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(Lpl;)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(Lams;)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 an Lnet/minecraft/server/MinecraftServer;an()Loz;
      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 ao Lnet/minecraft/server/MinecraftServer;ao()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 ap Lnet/minecraft/server/MinecraftServer;ap()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(Lams;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 aq Lnet/minecraft/server/MinecraftServer;aq()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 ar Lnet/minecraft/server/MinecraftServer;ar()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 as Lnet/minecraft/server/MinecraftServer;as()Lul;
      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;
    • getWorld

      public World getWorld()
      Specified by:
      getWorld in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official e Lbn;e()Lamu;
      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

      @Environment(SERVER) public int getSpawnProtectionRadius()
      Mappings:
      Namespace Name Mixin selector
      official at Lnet/minecraft/server/MinecraftServer;at()I
      intermediary method_4500 Lnet/minecraft/server/MinecraftServer;method_4500()I
      named getSpawnProtectionRadius Lnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()I
    • isSpawnProtected

      public boolean isSpawnProtected(World world, BlockPos pos, PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lamu;Let;Laed;)Z
      intermediary method_10812 Lnet/minecraft/server/MinecraftServer;method_10812(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_988;)Z
      named isSpawnProtected Lnet/minecraft/server/MinecraftServer;isSpawnProtected(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Z
    • setForceGameMode

      @Environment(SERVER) public void setForceGameMode(boolean forceGameMode)
      Mappings:
      Namespace Name Mixin selector
      official j Lnet/minecraft/server/MinecraftServer;j(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 au Lnet/minecraft/server/MinecraftServer;au()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 av Lnet/minecraft/server/MinecraftServer;av()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 aw Lnet/minecraft/server/MinecraftServer;aw()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 ax Lnet/minecraft/server/MinecraftServer;ax()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
    • getSessionService

      public com.mojang.authlib.minecraft.MinecraftSessionService getSessionService()
      Mappings:
      Namespace Name Mixin selector
      official az Lnet/minecraft/server/MinecraftServer;az()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;
    • getGameProfileRepo

      public com.mojang.authlib.GameProfileRepository getGameProfileRepo()
      Mappings:
      Namespace Name Mixin selector
      official aA Lnet/minecraft/server/MinecraftServer;aA()Lcom/mojang/authlib/GameProfileRepository;
      intermediary method_8160 Lnet/minecraft/server/MinecraftServer;method_8160()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 aB Lnet/minecraft/server/MinecraftServer;aB()Lph;
      intermediary method_8161 Lnet/minecraft/server/MinecraftServer;method_8161()Lnet/minecraft/class_2116;
      named getUserCache Lnet/minecraft/server/MinecraftServer;getUserCache()Lnet/minecraft/util/UserCache;
    • getServerMetadata

      public ServerMetadata getServerMetadata()
      Mappings:
      Namespace Name Mixin selector
      official aC Lnet/minecraft/server/MinecraftServer;aC()Lmt;
      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 aD Lnet/minecraft/server/MinecraftServer;aD()V
      intermediary method_8163 Lnet/minecraft/server/MinecraftServer;method_8163()V
      named forcePlayerSampleUpdate Lnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()V
    • getEntity

      @Nullable public Entity getEntity(UUID uUID)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/util/UUID;)Lvg;
      intermediary method_10814 Lnet/minecraft/server/MinecraftServer;method_10814(Ljava/util/UUID;)Lnet/minecraft/class_864;
      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 g Lbn;g()Z
      intermediary method_10789 Lnet/minecraft/class_1061;method_10789()Z
      named sendCommandFeedback Lnet/minecraft/command/CommandSource;sendCommandFeedback()Z
    • getMinecraftServer

      public MinecraftServer getMinecraftServer()
      Specified by:
      getMinecraftServer in interface CommandSource
      Mappings:
      Namespace Name Mixin selector
      official C_ Lbn;C_()Lnet/minecraft/server/MinecraftServer;
      intermediary method_12833 Lnet/minecraft/class_1061;method_12833()Lnet/minecraft/server/MinecraftServer;
      named getMinecraftServer Lnet/minecraft/command/CommandSource;getMinecraftServer()Lnet/minecraft/server/MinecraftServer;
    • getMaxWorldBorderRadius

      public int getMaxWorldBorderRadius()
      Mappings:
      Namespace Name Mixin selector
      official aE Lnet/minecraft/server/MinecraftServer;aE()I
      intermediary method_10817 Lnet/minecraft/server/MinecraftServer;method_10817()I
      named getMaxWorldBorderRadius Lnet/minecraft/server/MinecraftServer;getMaxWorldBorderRadius()I
    • method_10815

      public <V> ListenableFuture<V> method_10815(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_10815 Lnet/minecraft/server/MinecraftServer;method_10815(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;
      named method_10815 Lnet/minecraft/server/MinecraftServer;method_10815(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 Ltr;a(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
      intermediary method_6635 Lnet/minecraft/class_2605;method_6635(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 aF Ltr;aF()Z
      intermediary method_6640 Lnet/minecraft/class_2605;method_6640()Z
      named isOnThread Lnet/minecraft/util/ThreadExecutor;isOnThread()Z
    • getNetworkCompressionThreshold

      public int getNetworkCompressionThreshold()
      Mappings:
      Namespace Name Mixin selector
      official aG Lnet/minecraft/server/MinecraftServer;aG()I
      intermediary method_10818 Lnet/minecraft/server/MinecraftServer;method_10818()I
      named getNetworkCompressionThreshold Lnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()I
    • getServerStartTime

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

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

      public int method_12834(@Nullable ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Loo;)I
      intermediary method_12834 Lnet/minecraft/server/MinecraftServer;method_12834(Lnet/minecraft/class_795;)I
      named method_12834 Lnet/minecraft/server/MinecraftServer;method_12834(Lnet/minecraft/server/world/ServerWorld;)I
    • method_14910

      public class_3348 method_14910()
      Mappings:
      Namespace Name Mixin selector
      official aK Lnet/minecraft/server/MinecraftServer;aK()Lns;
      intermediary method_14910 Lnet/minecraft/server/MinecraftServer;method_14910()Lnet/minecraft/class_3348;
      named method_14910 Lnet/minecraft/server/MinecraftServer;method_14910()Lnet/minecraft/achievement/class_3348;
    • method_14911

      public FunctionTickable method_14911()
      Mappings:
      Namespace Name Mixin selector
      official aL Lnet/minecraft/server/MinecraftServer;aL()Lnt;
      intermediary method_14911 Lnet/minecraft/server/MinecraftServer;method_14911()Lnet/minecraft/class_3349;
      named method_14911 Lnet/minecraft/server/MinecraftServer;method_14911()Lnet/minecraft/server/function/FunctionTickable;
    • method_14912

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