Class MinecraftServer

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

public abstract class MinecraftServer extends Object implements ThreadExecutor, Snoopable, class_3893, Runnable
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 g Lnet/minecraft/server/MinecraftServer;g: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 h Lnet/minecraft/server/MinecraftServer;h:Lcce;
      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 i Lnet/minecraft/server/MinecraftServer;i:Ladu;
      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 j Lnet/minecraft/server/MinecraftServer;j: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 k Lnet/minecraft/server/MinecraftServer;k: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;
    • profiler

      public final Profiler profiler
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b:Lxr;
      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 l Lnet/minecraft/server/MinecraftServer;l:Lub;
      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 m Lnet/minecraft/server/MinecraftServer;m:Lom;
      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 n Lnet/minecraft/server/MinecraftServer;n: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_21612

      private final com.mojang.datafixers.DataFixer field_21612
      Mappings:
      Namespace Name Mixin selector
      official o Lnet/minecraft/server/MinecraftServer;o:Lcom/mojang/datafixers/DataFixer;
      intermediary field_21612 Lnet/minecraft/server/MinecraftServer;field_21612:Lcom/mojang/datafixers/DataFixer;
      named field_21612 Lnet/minecraft/server/MinecraftServer;field_21612:Lcom/mojang/datafixers/DataFixer;
    • serverIp

      private String serverIp
      Mappings:
      Namespace Name Mixin selector
      official p Lnet/minecraft/server/MinecraftServer;p: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 q Lnet/minecraft/server/MinecraftServer;q:I
      intermediary field_3866 Lnet/minecraft/server/MinecraftServer;field_3866:I
      named serverPort Lnet/minecraft/server/MinecraftServer;serverPort:I
    • field_21613

      private final Map<DimensionType,ServerWorld> field_21613
      Mappings:
      Namespace Name Mixin selector
      official r Lnet/minecraft/server/MinecraftServer;r:Ljava/util/Map;
      intermediary field_21613 Lnet/minecraft/server/MinecraftServer;field_21613:Ljava/util/Map;
      named field_21613 Lnet/minecraft/server/MinecraftServer;field_21613:Ljava/util/Map;
    • playerManager

      private PlayerManager playerManager
      Mappings:
      Namespace Name Mixin selector
      official s Lnet/minecraft/server/MinecraftServer;s:Lvp;
      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 t Lnet/minecraft/server/MinecraftServer;t: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 u Lnet/minecraft/server/MinecraftServer;u: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 v Lnet/minecraft/server/MinecraftServer;v:I
      intermediary field_3870 Lnet/minecraft/server/MinecraftServer;field_3870:I
      named ticks Lnet/minecraft/server/MinecraftServer;ticks:I
    • proxy

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

      private Text field_21614
      Mappings:
      Namespace Name Mixin selector
      official w Lnet/minecraft/server/MinecraftServer;w:Lij;
      intermediary field_21614 Lnet/minecraft/server/MinecraftServer;field_21614:Lnet/minecraft/class_1982;
      named field_21614 Lnet/minecraft/server/MinecraftServer;field_21614:Lnet/minecraft/text/Text;
    • progress

      private int progress
      Mappings:
      Namespace Name Mixin selector
      official x Lnet/minecraft/server/MinecraftServer;x: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 y Lnet/minecraft/server/MinecraftServer;y: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 z Lnet/minecraft/server/MinecraftServer;z: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 A Lnet/minecraft/server/MinecraftServer;A: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 B Lnet/minecraft/server/MinecraftServer;B: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 C Lnet/minecraft/server/MinecraftServer;C: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 D Lnet/minecraft/server/MinecraftServer;D: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 E Lnet/minecraft/server/MinecraftServer;E: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 F Lnet/minecraft/server/MinecraftServer;F: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 G Lnet/minecraft/server/MinecraftServer;G: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 d Lnet/minecraft/server/MinecraftServer;d:[J
      intermediary field_3857 Lnet/minecraft/server/MinecraftServer;field_3857:[J
      named lastTickLengths Lnet/minecraft/server/MinecraftServer;lastTickLengths:[J
    • field_21611

      protected final Map<DimensionType,long[]> field_21611
      Mappings:
      Namespace Name Mixin selector
      official e Lnet/minecraft/server/MinecraftServer;e:Ljava/util/Map;
      intermediary field_21611 Lnet/minecraft/server/MinecraftServer;field_21611:Ljava/util/Map;
      named field_21611 Lnet/minecraft/server/MinecraftServer;field_21611:Ljava/util/Map;
    • keyPair

      private KeyPair keyPair
      Mappings:
      Namespace Name Mixin selector
      official H Lnet/minecraft/server/MinecraftServer;H: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 I Lnet/minecraft/server/MinecraftServer;I: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 J Lnet/minecraft/server/MinecraftServer;J: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 K Lnet/minecraft/server/MinecraftServer;K: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 L Lnet/minecraft/server/MinecraftServer;L: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 M Lnet/minecraft/server/MinecraftServer;M: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 N Lnet/minecraft/server/MinecraftServer;N: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 O Lnet/minecraft/server/MinecraftServer;O: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 P Lnet/minecraft/server/MinecraftServer;P: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 Q Lnet/minecraft/server/MinecraftServer;Q:J
      intermediary field_3845 Lnet/minecraft/server/MinecraftServer;field_3845:J
      named lastWarnTime Lnet/minecraft/server/MinecraftServer;lastWarnTime:J
    • field_21596

      private Text field_21596
      Mappings:
      Namespace Name Mixin selector
      official R Lnet/minecraft/server/MinecraftServer;R:Lij;
      intermediary field_21596 Lnet/minecraft/server/MinecraftServer;field_21596:Lnet/minecraft/class_1982;
      named field_21596 Lnet/minecraft/server/MinecraftServer;field_21596:Lnet/minecraft/text/Text;
    • profiling

      private boolean profiling
      Mappings:
      Namespace Name Mixin selector
      official S Lnet/minecraft/server/MinecraftServer;S: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 T Lnet/minecraft/server/MinecraftServer;T: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 U Lnet/minecraft/server/MinecraftServer;U: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 V Lnet/minecraft/server/MinecraftServer;V: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 W Lnet/minecraft/server/MinecraftServer;W: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 X Lnet/minecraft/server/MinecraftServer;X:Lvl;
      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 Y Lnet/minecraft/server/MinecraftServer;Y: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 f Lnet/minecraft/server/MinecraftServer;f: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 Z Lnet/minecraft/server/MinecraftServer;Z: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 aa Lnet/minecraft/server/MinecraftServer;aa: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 ab Lnet/minecraft/server/MinecraftServer;ab:Z
      intermediary field_13902 Lnet/minecraft/server/MinecraftServer;field_13902:Z
      named field_13902 Lnet/minecraft/server/MinecraftServer;field_13902:Z
    • field_21597

      private final ReloadableResourceManager field_21597
      Mappings:
      Namespace Name Mixin selector
      official ac Lnet/minecraft/server/MinecraftServer;ac:Lvd;
      intermediary field_21597 Lnet/minecraft/server/MinecraftServer;field_21597:Lnet/minecraft/class_1651;
      named field_21597 Lnet/minecraft/server/MinecraftServer;field_21597:Lnet/minecraft/resource/ReloadableResourceManager;
    • field_21598

      private final class_4462<class_4465> field_21598
      Mappings:
      Namespace Name Mixin selector
      official ad Lnet/minecraft/server/MinecraftServer;ad:Lux;
      intermediary field_21598 Lnet/minecraft/server/MinecraftServer;field_21598:Lnet/minecraft/class_4462;
      named field_21598 Lnet/minecraft/server/MinecraftServer;field_21598:Lnet/minecraft/class_4462;
    • field_21599

      private class_4460 field_21599
      Mappings:
      Namespace Name Mixin selector
      official ae Lnet/minecraft/server/MinecraftServer;ae:Luv;
      intermediary field_21599 Lnet/minecraft/server/MinecraftServer;field_21599:Lnet/minecraft/class_4460;
      named field_21599 Lnet/minecraft/server/MinecraftServer;field_21599:Lnet/minecraft/class_4460;
    • field_21600

      private final CommandManager field_21600
      Mappings:
      Namespace Name Mixin selector
      official af Lnet/minecraft/server/MinecraftServer;af:Lbv;
      intermediary field_21600 Lnet/minecraft/server/MinecraftServer;field_21600:Lnet/minecraft/class_765;
      named field_21600 Lnet/minecraft/server/MinecraftServer;field_21600:Lnet/minecraft/server/command/CommandManager;
    • field_21601

      private final RecipeDispatcher field_21601
      Mappings:
      Namespace Name Mixin selector
      official ag Lnet/minecraft/server/MinecraftServer;ag:Lavl;
      intermediary field_21601 Lnet/minecraft/server/MinecraftServer;field_21601:Lnet/minecraft/class_1112;
      named field_21601 Lnet/minecraft/server/MinecraftServer;field_21601:Lnet/minecraft/recipe/RecipeDispatcher;
    • field_21602

      private final class_4488 field_21602
      Mappings:
      Namespace Name Mixin selector
      official ah Lnet/minecraft/server/MinecraftServer;ah:Lxb;
      intermediary field_21602 Lnet/minecraft/server/MinecraftServer;field_21602:Lnet/minecraft/class_4488;
      named field_21602 Lnet/minecraft/server/MinecraftServer;field_21602:Lnet/minecraft/class_4488;
    • field_21603

      private final ServerScoreboard field_21603
      Mappings:
      Namespace Name Mixin selector
      official ai Lnet/minecraft/server/MinecraftServer;ai:Lpr;
      intermediary field_21603 Lnet/minecraft/server/MinecraftServer;field_21603:Lnet/minecraft/class_1545;
      named field_21603 Lnet/minecraft/server/MinecraftServer;field_21603:Lnet/minecraft/scoreboard/ServerScoreboard;
    • field_21604

      private final class_4403 field_21604
      Mappings:
      Namespace Name Mixin selector
      official aj Lnet/minecraft/server/MinecraftServer;aj:Lpv;
      intermediary field_21604 Lnet/minecraft/server/MinecraftServer;field_21604:Lnet/minecraft/class_4403;
      named field_21604 Lnet/minecraft/server/MinecraftServer;field_21604:Lnet/minecraft/class_4403;
    • field_21605

      private final class_2787 field_21605
      Mappings:
      Namespace Name Mixin selector
      official ak Lnet/minecraft/server/MinecraftServer;ak:Lcct;
      intermediary field_21605 Lnet/minecraft/server/MinecraftServer;field_21605:Lnet/minecraft/class_2787;
      named field_21605 Lnet/minecraft/server/MinecraftServer;field_21605:Lnet/minecraft/loot/class_2787;
    • field_21606

      private final class_3348 field_21606
      Mappings:
      Namespace Name Mixin selector
      official al Lnet/minecraft/server/MinecraftServer;al:Lpo;
      intermediary field_21606 Lnet/minecraft/server/MinecraftServer;field_21606:Lnet/minecraft/class_3348;
      named field_21606 Lnet/minecraft/server/MinecraftServer;field_21606:Lnet/minecraft/achievement/class_3348;
    • field_21607

      private final FunctionTickable field_21607
      Mappings:
      Namespace Name Mixin selector
      official am Lnet/minecraft/server/MinecraftServer;am:Lpp;
      intermediary field_21607 Lnet/minecraft/server/MinecraftServer;field_21607:Lnet/minecraft/class_3349;
      named field_21607 Lnet/minecraft/server/MinecraftServer;field_21607:Lnet/minecraft/server/function/FunctionTickable;
    • field_21608

      private boolean field_21608
      Mappings:
      Namespace Name Mixin selector
      official an Lnet/minecraft/server/MinecraftServer;an:Z
      intermediary field_21608 Lnet/minecraft/server/MinecraftServer;field_21608:Z
      named field_21608 Lnet/minecraft/server/MinecraftServer;field_21608:Z
    • field_21609

      private boolean field_21609
      Mappings:
      Namespace Name Mixin selector
      official ao Lnet/minecraft/server/MinecraftServer;ao:Z
      intermediary field_21609 Lnet/minecraft/server/MinecraftServer;field_21609:Z
      named field_21609 Lnet/minecraft/server/MinecraftServer;field_21609:Z
    • field_21610

      private float field_21610
      Mappings:
      Namespace Name Mixin selector
      official ap Lnet/minecraft/server/MinecraftServer;ap:F
      intermediary field_21610 Lnet/minecraft/server/MinecraftServer;field_21610:F
      named field_21610 Lnet/minecraft/server/MinecraftServer;field_21610:F
  • Constructor Details

    • MinecraftServer

      public MinecraftServer(@Nullable File file, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, CommandManager commandManager, com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache)
  • Method Details

    • setupServer

      public abstract boolean setupServer() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d()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
    • method_20346

      protected void method_20346(Text text)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(Lij;)V
      intermediary method_20346 Lnet/minecraft/server/MinecraftServer;method_20346(Lnet/minecraft/class_1982;)V
      named method_20346 Lnet/minecraft/server/MinecraftServer;method_20346(Lnet/minecraft/text/Text;)V
    • method_3015

      @Environment(CLIENT) @Nullable public Text method_3015()
      Mappings:
      Namespace Name Mixin selector
      official g_ Lnet/minecraft/server/MinecraftServer;g_()Lij;
      intermediary method_3015 Lnet/minecraft/server/MinecraftServer;method_3015()Lnet/minecraft/class_1982;
      named method_3015 Lnet/minecraft/server/MinecraftServer;method_3015()Lnet/minecraft/text/Text;
    • method_20320

      public void method_20320(String string, String string2, long long2, LevelGeneratorType levelGeneratorType, JsonElement jsonElement)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Ljava/lang/String;JLayg;Lcom/google/gson/JsonElement;)V
      intermediary method_20320 Lnet/minecraft/server/MinecraftServer;method_20320(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/class_1160;Lcom/google/gson/JsonElement;)V
      named method_20320 Lnet/minecraft/server/MinecraftServer;method_20320(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/world/level/LevelGeneratorType;Lcom/google/gson/JsonElement;)V
    • method_20316

      public void method_20316(SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, LevelInfo levelInfo)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lccc;Lcck;Lccb;Layd;)V
      intermediary method_20316 Lnet/minecraft/server/MinecraftServer;method_20316(Lnet/minecraft/class_101;Lnet/minecraft/class_4070;Lnet/minecraft/class_100;Lnet/minecraft/class_1156;)V
      named method_20316 Lnet/minecraft/server/MinecraftServer;method_20316(Lnet/minecraft/world/SaveHandler;Lnet/minecraft/class_4070;Lnet/minecraft/world/level/LevelProperties;Lnet/minecraft/world/level/LevelInfo;)V
    • method_20319

      public void method_20319(File file, LevelProperties levelProperties)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/io/File;Lccb;)V
      intermediary method_20319 Lnet/minecraft/server/MinecraftServer;method_20319(Ljava/io/File;Lnet/minecraft/class_100;)V
      named method_20319 Lnet/minecraft/server/MinecraftServer;method_20319(Ljava/io/File;Lnet/minecraft/world/level/LevelProperties;)V
    • method_20317

      public void method_20317(class_4070 class_4070)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lcck;)V
      intermediary method_20317 Lnet/minecraft/server/MinecraftServer;method_20317(Lnet/minecraft/class_4070;)V
      named method_20317 Lnet/minecraft/server/MinecraftServer;method_20317(Lnet/minecraft/class_4070;)V
    • loadResourcePack

      public void loadResourcePack(String levelName, SaveHandler saveHandler)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Lccc;)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 f Lnet/minecraft/server/MinecraftServer;f()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 g Lnet/minecraft/server/MinecraftServer;g()Laxv;
      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 h Lnet/minecraft/server/MinecraftServer;h()Ladi;
      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 i Lnet/minecraft/server/MinecraftServer;i()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 j Lnet/minecraft/server/MinecraftServer;j()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 k Lnet/minecraft/server/MinecraftServer;k()Z
      intermediary method_8164 Lnet/minecraft/server/MinecraftServer;method_8164()Z
      named shouldBroadcastRconToOps Lnet/minecraft/server/MinecraftServer;shouldBroadcastRconToOps()Z
    • method_3002

      protected void method_3002(Text text, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lij;I)V
      intermediary method_3002 Lnet/minecraft/server/MinecraftServer;method_3002(Lnet/minecraft/class_1982;I)V
      named method_3002 Lnet/minecraft/server/MinecraftServer;method_3002(Lnet/minecraft/text/Text;I)V
    • save

      protected void save()
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l()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 h_ Lnet/minecraft/server/MinecraftServer;h_()V
      intermediary method_3034 Lnet/minecraft/server/MinecraftServer;method_3034()V
      named stopServer Lnet/minecraft/server/MinecraftServer;stopServer()V
    • getServerIp

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

      public void setServerIp(String serverIp)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(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 o Lnet/minecraft/server/MinecraftServer;o()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 p Lnet/minecraft/server/MinecraftServer;p()V
      intermediary method_3038 Lnet/minecraft/server/MinecraftServer;method_3038()V
      named stopRunning Lnet/minecraft/server/MinecraftServer;stopRunning()V
    • method_20339

      private boolean method_20339()
      Mappings:
      Namespace Name Mixin selector
      official aT Lnet/minecraft/server/MinecraftServer;aT()Z
      intermediary method_20339 Lnet/minecraft/server/MinecraftServer;method_20339()Z
      named method_20339 Lnet/minecraft/server/MinecraftServer;method_20339()Z
    • 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(Lom;)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 q Lnet/minecraft/server/MinecraftServer;q()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 r Lnet/minecraft/server/MinecraftServer;r()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 s Lnet/minecraft/server/MinecraftServer;s()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 t Lnet/minecraft/server/MinecraftServer;t()V
      intermediary method_3042 Lnet/minecraft/server/MinecraftServer;method_3042()V
      named exit Lnet/minecraft/server/MinecraftServer;exit()V
    • method_20324

      public void method_20324(BooleanSupplier booleanSupplier)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ljava/util/function/BooleanSupplier;)V
      intermediary method_20324 Lnet/minecraft/server/MinecraftServer;method_20324(Ljava/util/function/BooleanSupplier;)V
      named method_20324 Lnet/minecraft/server/MinecraftServer;method_20324(Ljava/util/function/BooleanSupplier;)V
    • method_20347

      public void method_20347(BooleanSupplier booleanSupplier)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(Ljava/util/function/BooleanSupplier;)V
      intermediary method_20347 Lnet/minecraft/server/MinecraftServer;method_20347(Ljava/util/function/BooleanSupplier;)V
      named method_20347 Lnet/minecraft/server/MinecraftServer;method_20347(Ljava/util/function/BooleanSupplier;)V
    • isNetherAllowed

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

      public void addTickable(Tickable tickable)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lpt;)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

      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
    • method_20349

      protected void method_20349(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer;b(Z)V
      intermediary method_20349 Lnet/minecraft/server/MinecraftServer;method_20349(Z)V
      named method_20349 Lnet/minecraft/server/MinecraftServer;method_20349(Z)V
    • startServerThread

      public void startServerThread()
      Mappings:
      Namespace Name Mixin selector
      official v Lnet/minecraft/server/MinecraftServer;v()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 c Lnet/minecraft/server/MinecraftServer;c(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

      public void info(String message)
      Mappings:
      Namespace Name Mixin selector
      official d Lnet/minecraft/server/MinecraftServer;d(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 e Lnet/minecraft/server/MinecraftServer;e(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
    • method_20312

      public ServerWorld method_20312(DimensionType dimensionType)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lbod;)Ltd;
      intermediary method_20312 Lnet/minecraft/server/MinecraftServer;method_20312(Lnet/minecraft/class_3793;)Lnet/minecraft/class_795;
      named method_20312 Lnet/minecraft/server/MinecraftServer;method_20312(Lnet/minecraft/world/dimension/DimensionType;)Lnet/minecraft/server/world/ServerWorld;
    • method_20351

      public Iterable<ServerWorld> method_20351()
      Mappings:
      Namespace Name Mixin selector
      official w Lnet/minecraft/server/MinecraftServer;w()Ljava/lang/Iterable;
      intermediary method_20351 Lnet/minecraft/server/MinecraftServer;method_20351()Ljava/lang/Iterable;
      named method_20351 Lnet/minecraft/server/MinecraftServer;method_20351()Ljava/lang/Iterable;
    • getVersion

      public String getVersion()
      Mappings:
      Namespace Name Mixin selector
      official x Lnet/minecraft/server/MinecraftServer;x()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 y Lnet/minecraft/server/MinecraftServer;y()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 z Lnet/minecraft/server/MinecraftServer;z()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 A Lnet/minecraft/server/MinecraftServer;A()[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;
    • isDebuggingEnabled

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

      public void logError(String message)
      Mappings:
      Namespace Name Mixin selector
      official f Lnet/minecraft/server/MinecraftServer;f(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

      public void log(String message)
      Mappings:
      Namespace Name Mixin selector
      official g Lnet/minecraft/server/MinecraftServer;g(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;
    • hasGameDir

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

      public void method_5505(Text text)
      Specified by:
      method_5505 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official a Lbt;a(Lij;)V
      intermediary method_5505 Lnet/minecraft/class_3893;method_5505(Lnet/minecraft/class_1982;)V
      named method_5505 Lnet/minecraft/class_3893;method_5505(Lnet/minecraft/text/Text;)V
    • getKeyPair

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

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

      public void setServerPort(int serverPort)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(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 G Lnet/minecraft/server/MinecraftServer;G()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 h Lnet/minecraft/server/MinecraftServer;h(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 H Lnet/minecraft/server/MinecraftServer;H()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 I Lnet/minecraft/server/MinecraftServer;I()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 i Lnet/minecraft/server/MinecraftServer;i(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 j Lnet/minecraft/server/MinecraftServer;j(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 J Lnet/minecraft/server/MinecraftServer;J()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(Ladi;)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 K Lnet/minecraft/server/MinecraftServer;K()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 L Lnet/minecraft/server/MinecraftServer;L()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 c Lnet/minecraft/server/MinecraftServer;c(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 d Lnet/minecraft/server/MinecraftServer;d(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 M Lnet/minecraft/server/MinecraftServer;M()Lcce;
      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 N Lnet/minecraft/server/MinecraftServer;N()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 O Lnet/minecraft/server/MinecraftServer;O()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 Ladv;a(Ladu;)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
    • method_2409

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

      public abstract boolean isDedicated()
      Mappings:
      Namespace Name Mixin selector
      official Q Lnet/minecraft/server/MinecraftServer;Q()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 R Lnet/minecraft/server/MinecraftServer;R()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 e Lnet/minecraft/server/MinecraftServer;e(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 S Lnet/minecraft/server/MinecraftServer;S()Z
      intermediary method_13912 Lnet/minecraft/server/MinecraftServer;method_13912()Z
      named method_13912 Lnet/minecraft/server/MinecraftServer;method_13912()Z
    • method_13913

      public void method_13913(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official f Lnet/minecraft/server/MinecraftServer;f(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 T Lnet/minecraft/server/MinecraftServer;T()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 g Lnet/minecraft/server/MinecraftServer;g(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 U Lnet/minecraft/server/MinecraftServer;U()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 V Lnet/minecraft/server/MinecraftServer;V()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 h Lnet/minecraft/server/MinecraftServer;h(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 W Lnet/minecraft/server/MinecraftServer;W()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 i Lnet/minecraft/server/MinecraftServer;i(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 X Lnet/minecraft/server/MinecraftServer;X()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 j Lnet/minecraft/server/MinecraftServer;j(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 Y Lnet/minecraft/server/MinecraftServer;Y()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 Z Lnet/minecraft/server/MinecraftServer;Z()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 k Lnet/minecraft/server/MinecraftServer;k(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 aa Lnet/minecraft/server/MinecraftServer;aa()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 b Lnet/minecraft/server/MinecraftServer;b(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 ab Lnet/minecraft/server/MinecraftServer;ab()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 ac Lnet/minecraft/server/MinecraftServer;ac()Lvp;
      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(Lvp;)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
    • shouldBroadcastConsoleToIps

      public abstract boolean shouldBroadcastConsoleToIps()
      Mappings:
      Namespace Name Mixin selector
      official ad Lnet/minecraft/server/MinecraftServer;ad()Z
      intermediary method_10825 Lnet/minecraft/server/MinecraftServer;method_10825()Z
      named shouldBroadcastConsoleToIps Lnet/minecraft/server/MinecraftServer;shouldBroadcastConsoleToIps()Z
    • method_2999

      public void method_2999(GameMode gameMode)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Laxv;)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 ae Lnet/minecraft/server/MinecraftServer;ae()Lub;
      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 af Lnet/minecraft/server/MinecraftServer;af()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 ag Lnet/minecraft/server/MinecraftServer;ag()Z
      intermediary method_3007 Lnet/minecraft/server/MinecraftServer;method_3007()Z
      named hasGui Lnet/minecraft/server/MinecraftServer;hasGui()Z
    • method_20311

      public abstract boolean method_20311(GameMode gameMode, boolean bool, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Laxv;ZI)Z
      intermediary method_20311 Lnet/minecraft/server/MinecraftServer;method_20311(Lnet/minecraft/class_1157;ZI)Z
      named method_20311 Lnet/minecraft/server/MinecraftServer;method_20311(Lnet/minecraft/world/GameMode;ZI)Z
    • getTicks

      public int getTicks()
      Mappings:
      Namespace Name Mixin selector
      official ah Lnet/minecraft/server/MinecraftServer;ah()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 ai Lnet/minecraft/server/MinecraftServer;ai()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 aj Lnet/minecraft/server/MinecraftServer;aj()Ladu;
      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;
    • getSpawnProtectionRadius

      public int getSpawnProtectionRadius()
      Mappings:
      Namespace Name Mixin selector
      official al Lnet/minecraft/server/MinecraftServer;al()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(Laxy;Lel;Laog;)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

      public void setForceGameMode(boolean forceGameMode)
      Mappings:
      Namespace Name Mixin selector
      official k Lnet/minecraft/server/MinecraftServer;k(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 am Lnet/minecraft/server/MinecraftServer;am()Z
      intermediary method_5386 Lnet/minecraft/server/MinecraftServer;method_5386()Z
      named shouldForceGameMode Lnet/minecraft/server/MinecraftServer;shouldForceGameMode()Z
    • getPlayerIdleTimeout

      public int getPlayerIdleTimeout()
      Mappings:
      Namespace Name Mixin selector
      official ao Lnet/minecraft/server/MinecraftServer;ao()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 c Lnet/minecraft/server/MinecraftServer;c(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 ap Lnet/minecraft/server/MinecraftServer;ap()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 aq Lnet/minecraft/server/MinecraftServer;aq()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 ar Lnet/minecraft/server/MinecraftServer;ar()Lvl;
      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 as Lnet/minecraft/server/MinecraftServer;as()Lom;
      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 at Lnet/minecraft/server/MinecraftServer;at()V
      intermediary method_8163 Lnet/minecraft/server/MinecraftServer;method_8163()V
      named forcePlayerSampleUpdate Lnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()V
    • getMaxWorldBorderRadius

      public int getMaxWorldBorderRadius()
      Mappings:
      Namespace Name Mixin selector
      official au Lnet/minecraft/server/MinecraftServer;au()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 Lacv;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 av Lacv;av()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 aw Lnet/minecraft/server/MinecraftServer;aw()I
      intermediary method_10818 Lnet/minecraft/server/MinecraftServer;method_10818()I
      named getNetworkCompressionThreshold Lnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()I
    • getServerStartTime

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

      public Thread getThread()
      Mappings:
      Namespace Name Mixin selector
      official ay Lnet/minecraft/server/MinecraftServer;ay()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_20343

      public com.mojang.datafixers.DataFixer method_20343()
      Mappings:
      Namespace Name Mixin selector
      official az Lnet/minecraft/server/MinecraftServer;az()Lcom/mojang/datafixers/DataFixer;
      intermediary method_20343 Lnet/minecraft/server/MinecraftServer;method_20343()Lcom/mojang/datafixers/DataFixer;
      named method_20343 Lnet/minecraft/server/MinecraftServer;method_20343()Lcom/mojang/datafixers/DataFixer;
    • method_12834

      public int method_12834(@Nullable ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Ltd;)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 aA Lnet/minecraft/server/MinecraftServer;aA()Lpo;
      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 aB Lnet/minecraft/server/MinecraftServer;aB()Lpp;
      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 aC Lnet/minecraft/server/MinecraftServer;aC()V
      intermediary method_14912 Lnet/minecraft/server/MinecraftServer;method_14912()V
      named method_14912 Lnet/minecraft/server/MinecraftServer;method_14912()V
    • method_20314

      private void method_20314(LevelProperties levelProperties)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lccb;)V
      intermediary method_20314 Lnet/minecraft/server/MinecraftServer;method_20314(Lnet/minecraft/class_100;)V
      named method_20314 Lnet/minecraft/server/MinecraftServer;method_20314(Lnet/minecraft/world/level/LevelProperties;)V
    • method_20313

      public void method_20313(class_3915 class_3915)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lbu;)V
      intermediary method_20313 Lnet/minecraft/server/MinecraftServer;method_20313(Lnet/minecraft/class_3915;)V
      named method_20313 Lnet/minecraft/server/MinecraftServer;method_20313(Lnet/minecraft/class_3915;)V
    • method_20326

      public ReloadableResourceManager method_20326()
      Mappings:
      Namespace Name Mixin selector
      official aD Lnet/minecraft/server/MinecraftServer;aD()Lvd;
      intermediary method_20326 Lnet/minecraft/server/MinecraftServer;method_20326()Lnet/minecraft/class_1651;
      named method_20326 Lnet/minecraft/server/MinecraftServer;method_20326()Lnet/minecraft/resource/ReloadableResourceManager;
    • method_20327

      public class_4462<class_4465> method_20327()
      Mappings:
      Namespace Name Mixin selector
      official aE Lnet/minecraft/server/MinecraftServer;aE()Lux;
      intermediary method_20327 Lnet/minecraft/server/MinecraftServer;method_20327()Lnet/minecraft/class_4462;
      named method_20327 Lnet/minecraft/server/MinecraftServer;method_20327()Lnet/minecraft/class_4462;
    • method_20328

      @Environment(CLIENT) public Text method_20328()
      Mappings:
      Namespace Name Mixin selector
      official aG Lnet/minecraft/server/MinecraftServer;aG()Lij;
      intermediary method_20328 Lnet/minecraft/server/MinecraftServer;method_20328()Lnet/minecraft/class_1982;
      named method_20328 Lnet/minecraft/server/MinecraftServer;method_20328()Lnet/minecraft/text/Text;
    • method_20329

      @Environment(CLIENT) public int method_20329()
      Mappings:
      Namespace Name Mixin selector
      official aH Lnet/minecraft/server/MinecraftServer;aH()I
      intermediary method_20329 Lnet/minecraft/server/MinecraftServer;method_20329()I
      named method_20329 Lnet/minecraft/server/MinecraftServer;method_20329()I
    • method_2971

      public CommandManager method_2971()
      Mappings:
      Namespace Name Mixin selector
      official aI Lnet/minecraft/server/MinecraftServer;aI()Lbv;
      intermediary method_2971 Lnet/minecraft/server/MinecraftServer;method_2971()Lnet/minecraft/class_765;
      named method_2971 Lnet/minecraft/server/MinecraftServer;method_2971()Lnet/minecraft/server/command/CommandManager;
    • method_20330

      public class_3915 method_20330()
      Mappings:
      Namespace Name Mixin selector
      official aJ Lnet/minecraft/server/MinecraftServer;aJ()Lbu;
      intermediary method_20330 Lnet/minecraft/server/MinecraftServer;method_20330()Lnet/minecraft/class_3915;
      named method_20330 Lnet/minecraft/server/MinecraftServer;method_20330()Lnet/minecraft/class_3915;
    • method_17413

      public boolean method_17413()
      Specified by:
      method_17413 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official a Lbt;a()Z
      intermediary method_17413 Lnet/minecraft/class_3893;method_17413()Z
      named method_17413 Lnet/minecraft/class_3893;method_17413()Z
    • method_17414

      public boolean method_17414()
      Specified by:
      method_17414 in interface class_3893
      Mappings:
      Namespace Name Mixin selector
      official b Lbt;b()Z
      intermediary method_17414 Lnet/minecraft/class_3893;method_17414()Z
      named method_17414 Lnet/minecraft/class_3893;method_17414()Z
    • method_20331

      public RecipeDispatcher method_20331()
      Mappings:
      Namespace Name Mixin selector
      official aK Lnet/minecraft/server/MinecraftServer;aK()Lavl;
      intermediary method_20331 Lnet/minecraft/server/MinecraftServer;method_20331()Lnet/minecraft/class_1112;
      named method_20331 Lnet/minecraft/server/MinecraftServer;method_20331()Lnet/minecraft/recipe/RecipeDispatcher;
    • method_20332

      public class_4488 method_20332()
      Mappings:
      Namespace Name Mixin selector
      official aL Lnet/minecraft/server/MinecraftServer;aL()Lxb;
      intermediary method_20332 Lnet/minecraft/server/MinecraftServer;method_20332()Lnet/minecraft/class_4488;
      named method_20332 Lnet/minecraft/server/MinecraftServer;method_20332()Lnet/minecraft/class_4488;
    • method_20333

      public ServerScoreboard method_20333()
      Mappings:
      Namespace Name Mixin selector
      official aM Lnet/minecraft/server/MinecraftServer;aM()Lpr;
      intermediary method_20333 Lnet/minecraft/server/MinecraftServer;method_20333()Lnet/minecraft/class_1545;
      named method_20333 Lnet/minecraft/server/MinecraftServer;method_20333()Lnet/minecraft/scoreboard/ServerScoreboard;
    • method_20334

      public class_2787 method_20334()
      Mappings:
      Namespace Name Mixin selector
      official aN Lnet/minecraft/server/MinecraftServer;aN()Lcct;
      intermediary method_20334 Lnet/minecraft/server/MinecraftServer;method_20334()Lnet/minecraft/class_2787;
      named method_20334 Lnet/minecraft/server/MinecraftServer;method_20334()Lnet/minecraft/loot/class_2787;
    • method_20335

      public GameRuleManager method_20335()
      Mappings:
      Namespace Name Mixin selector
      official aO Lnet/minecraft/server/MinecraftServer;aO()Laxu;
      intermediary method_20335 Lnet/minecraft/server/MinecraftServer;method_20335()Lnet/minecraft/class_1439;
      named method_20335 Lnet/minecraft/server/MinecraftServer;method_20335()Lnet/minecraft/world/GameRuleManager;
    • method_20336

      public class_4403 method_20336()
      Mappings:
      Namespace Name Mixin selector
      official aP Lnet/minecraft/server/MinecraftServer;aP()Lpv;
      intermediary method_20336 Lnet/minecraft/server/MinecraftServer;method_20336()Lnet/minecraft/class_4403;
      named method_20336 Lnet/minecraft/server/MinecraftServer;method_20336()Lnet/minecraft/class_4403;
    • method_20337

      public boolean method_20337()
      Mappings:
      Namespace Name Mixin selector
      official aQ Lnet/minecraft/server/MinecraftServer;aQ()Z
      intermediary method_20337 Lnet/minecraft/server/MinecraftServer;method_20337()Z
      named method_20337 Lnet/minecraft/server/MinecraftServer;method_20337()Z
    • method_20350

      public void method_20350(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official l Lnet/minecraft/server/MinecraftServer;l(Z)V
      intermediary method_20350 Lnet/minecraft/server/MinecraftServer;method_20350(Z)V
      named method_20350 Lnet/minecraft/server/MinecraftServer;method_20350(Z)V
    • method_20338

      @Environment(CLIENT) public float method_20338()
      Mappings:
      Namespace Name Mixin selector
      official aR Lnet/minecraft/server/MinecraftServer;aR()F
      intermediary method_20338 Lnet/minecraft/server/MinecraftServer;method_20338()F
      named method_20338 Lnet/minecraft/server/MinecraftServer;method_20338()F
    • method_20318

      public int method_20318(com.mojang.authlib.GameProfile gameProfile)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer;a(Lcom/mojang/authlib/GameProfile;)I
      intermediary method_20318 Lnet/minecraft/server/MinecraftServer;method_20318(Lcom/mojang/authlib/GameProfile;)I
      named method_20318 Lnet/minecraft/server/MinecraftServer;method_20318(Lcom/mojang/authlib/GameProfile;)I