Package net.minecraft.server
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/MinecraftServerintermediary net/minecraft/server/MinecraftServernamed net/minecraft/server/MinecraftServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationServiceprivate booleanprivate Stringlong[][]private booleanprivate booleanprivate booleanprivate final Fileprivate final com.mojang.authlib.GameProfileRepositoryprivate static MinecraftServerprivate KeyPairprivate longfinal long[]private longprivate Stringprivate booleanprivate static final Loggerprivate Stringprivate final ServerNetworkIoprivate booleanprivate intprivate PlayerManagerfinal Profilerprivate booleanintprivate final CommandRegistryProviderprotected final Proxyprivate booleanprotected final Queueprivate final Randomprivate Stringprivate Stringprivate booleanprivate final LevelStorageAccessprivate Stringprivate final ServerMetadataprivate Stringprivate intprivate Threadprivate final com.mojang.authlib.minecraft.MinecraftSessionServiceprivate booleanprivate final Snooperprivate booleanprivate booleanprivate booleanprivate final Listprivate intprivate longstatic final Fileprivate final UserCacheprivate Stringprivate int -
Constructor Summary
ConstructorsConstructorDescriptionMinecraftServer(File gameDir, Proxy proxy, File file) MinecraftServer(Proxy proxy, File file) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSnooper(Snooper snooper) voidaddSnooperInfo(Snooper snooper) voidaddTickable(Tickable tickable) abstract booleanbooleancanUseCommand(int permissionLevel, String commandLiteral) protected CommandManagervoidprotected voidexit()voidgetCompletions(CommandSource source, String partialcommand, BlockPos lookingAt) intabstract Difficultycom.mojang.authlib.GameProfileRepositorygetIp()intintgetMotd()intabstract intintString[]intgetPort()getPos()com.mojang.authlib.GameProfile[]getProxy()static MinecraftServerintlongcom.mojang.authlib.minecraft.MinecraftSessionServiceintintgetTicks()static longgetWorld()getWorld(int id) intbooleanbooleanhasGui()voidbooleanabstract booleanbooleanisDemo()booleanabstract booleanbooleanprotected booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisSpawnProtected(World world, BlockPos pos, PlayerEntity player) booleanprotected voidloadResourcePack(String levelName, SaveHandler saveHandler) voidvoidprotected voidlogProgress(String progressType, int worldProgress) static voidvoidmethod_10786(class_2599 class_2599, int int2) method_10815(Callable callable) method_2036(String string) voidvoidmethod_2999(GameMode gameMode) abstract Stringmethod_3000(GameMode gameMode, boolean bool) abstract GameModepopulateCrashReport(CrashReport report) protected voidvoidrun()protected voidsave()protected voidsaveWorlds(boolean silent) booleanvoidsendMessage(Text text) protected voidsetCrashReport(CrashReport report) voidsetDemo(boolean demo) voidsetDifficulty(Difficulty difficulty) voidsetFlightEnabled(boolean flightEnabled) voidsetForceGameMode(boolean forceGameMode) voidsetForceWorldUpgrade(boolean forceWorldUpgrade) protected voidvoidsetKeyPair(KeyPair keyPair) voidsetLevelName(String levelName) voidvoidsetOnlineMode(boolean onlineMode) voidsetPlayerIdleTimeout(int playerIdleTimeout) voidsetPlayerManager(PlayerManager playerManager) voidsetPvpEnabled(boolean pvpEnabled) voidsetResourcePack(String url, String hash) voidsetServerIp(String serverIp) private voidsetServerMeta(ServerMetadata metdata) voidsetServerName(String serverName) protected voidsetServerOperation(String operation) voidsetServerPort(int serverPort) voidsetSpawnAnimals(boolean spawnAnimals) voidsetSpawnNpcs(boolean spawnNpcs) protected abstract booleanvoidprotected voidsetupWorld(String world, String worldName, long seed, LevelGeneratorType generatorType, String generatorOptions) voidsetUserName(String userName) voidsetWorldHeight(int worldHeight) booleanbooleanabstract booleanbooleanbooleanvoidvoidvoidvoidtick()protected voidupgradeWorld(String name) void
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official jLnet/minecraft/server/MinecraftServer;j:Lorg/apache/logging/log4j/Logger;intermediary field_8920Lnet/minecraft/server/MinecraftServer;field_8920:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/MinecraftServer;LOGGER:Lorg/apache/logging/log4j/Logger;
-
USER_CACHE_FILE
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a:Ljava/io/File;intermediary field_8919Lnet/minecraft/server/MinecraftServer;field_8919:Ljava/io/File;named USER_CACHE_FILELnet/minecraft/server/MinecraftServer;USER_CACHE_FILE:Ljava/io/File;
-
instance
- Mappings:
Namespace Name Mixin selector official kLnet/minecraft/server/MinecraftServer;k:Lnet/minecraft/server/MinecraftServer;intermediary field_3859Lnet/minecraft/server/MinecraftServer;field_3859:Lnet/minecraft/server/MinecraftServer;named instanceLnet/minecraft/server/MinecraftServer;instance:Lnet/minecraft/server/MinecraftServer;
-
saveStorage
- Mappings:
Namespace Name Mixin selector official lLnet/minecraft/server/MinecraftServer;l:Lbra;intermediary field_3860Lnet/minecraft/server/MinecraftServer;field_3860:Lnet/minecraft/class_102;named saveStorageLnet/minecraft/server/MinecraftServer;saveStorage:Lnet/minecraft/world/level/storage/LevelStorageAccess;
-
snooper
- Mappings:
Namespace Name Mixin selector official mLnet/minecraft/server/MinecraftServer;m:Lwb;intermediary field_3861Lnet/minecraft/server/MinecraftServer;field_3861:Lnet/minecraft/class_853;named snooperLnet/minecraft/server/MinecraftServer;snooper:Lnet/minecraft/util/snooper/Snooper;
-
gameDir
- Mappings:
Namespace Name Mixin selector official nLnet/minecraft/server/MinecraftServer;n:Ljava/io/File;intermediary field_3862Lnet/minecraft/server/MinecraftServer;field_3862:Ljava/io/File;named gameDirLnet/minecraft/server/MinecraftServer;gameDir:Ljava/io/File;
-
tickables
- Mappings:
Namespace Name Mixin selector official oLnet/minecraft/server/MinecraftServer;o:Ljava/util/List;intermediary field_3863Lnet/minecraft/server/MinecraftServer;field_3863:Ljava/util/List;named tickablesLnet/minecraft/server/MinecraftServer;tickables:Ljava/util/List;
-
provider
- Mappings:
Namespace Name Mixin selector official pLnet/minecraft/server/MinecraftServer;p:Lad;intermediary field_3864Lnet/minecraft/server/MinecraftServer;field_3864:Lnet/minecraft/class_1034;named providerLnet/minecraft/server/MinecraftServer;provider:Lnet/minecraft/server/command/CommandRegistryProvider;
-
profiler
- Mappings:
Namespace Name Mixin selector official bLnet/minecraft/server/MinecraftServer;b:Luw;intermediary field_3849Lnet/minecraft/server/MinecraftServer;field_3849:Lnet/minecraft/class_839;named profilerLnet/minecraft/server/MinecraftServer;profiler:Lnet/minecraft/util/profiler/Profiler;
-
networkIo
- Mappings:
Namespace Name Mixin selector official qLnet/minecraft/server/MinecraftServer;q:Lrc;intermediary field_8921Lnet/minecraft/server/MinecraftServer;field_8921:Lnet/minecraft/class_2103;named networkIoLnet/minecraft/server/MinecraftServer;networkIo:Lnet/minecraft/server/ServerNetworkIo;
-
serverMetadata
- Mappings:
Namespace Name Mixin selector official rLnet/minecraft/server/MinecraftServer;r:Lnp;intermediary field_8922Lnet/minecraft/server/MinecraftServer;field_8922:Lnet/minecraft/class_2081;named serverMetadataLnet/minecraft/server/MinecraftServer;serverMetadata:Lnet/minecraft/server/ServerMetadata;
-
random
- Mappings:
Namespace Name Mixin selector official sLnet/minecraft/server/MinecraftServer;s:Ljava/util/Random;intermediary field_8923Lnet/minecraft/server/MinecraftServer;field_8923:Ljava/util/Random;named randomLnet/minecraft/server/MinecraftServer;random:Ljava/util/Random;
-
serverIp
- Mappings:
Namespace Name Mixin selector official tLnet/minecraft/server/MinecraftServer;t:Ljava/lang/String;intermediary field_3865Lnet/minecraft/server/MinecraftServer;field_3865:Ljava/lang/String;named serverIpLnet/minecraft/server/MinecraftServer;serverIp:Ljava/lang/String;
-
serverPort
private int serverPort- Mappings:
Namespace Name Mixin selector official uLnet/minecraft/server/MinecraftServer;u:Iintermediary field_3866Lnet/minecraft/server/MinecraftServer;field_3866:Inamed serverPortLnet/minecraft/server/MinecraftServer;serverPort:I
-
worlds
- Mappings:
Namespace Name Mixin selector official cLnet/minecraft/server/MinecraftServer;c:[Lqt;intermediary field_3850Lnet/minecraft/server/MinecraftServer;field_3850:[Lnet/minecraft/class_795;named worldsLnet/minecraft/server/MinecraftServer;worlds:[Lnet/minecraft/server/world/ServerWorld;
-
playerManager
- Mappings:
Namespace Name Mixin selector official vLnet/minecraft/server/MinecraftServer;v:Lsn;intermediary field_3867Lnet/minecraft/server/MinecraftServer;field_3867:Lnet/minecraft/class_743;named playerManagerLnet/minecraft/server/MinecraftServer;playerManager:Lnet/minecraft/server/PlayerManager;
-
running
private boolean running- Mappings:
Namespace Name Mixin selector official wLnet/minecraft/server/MinecraftServer;w:Zintermediary field_3868Lnet/minecraft/server/MinecraftServer;field_3868:Znamed runningLnet/minecraft/server/MinecraftServer;running:Z
-
stopped
private boolean stopped- Mappings:
Namespace Name Mixin selector official xLnet/minecraft/server/MinecraftServer;x:Zintermediary field_3869Lnet/minecraft/server/MinecraftServer;field_3869:Znamed stoppedLnet/minecraft/server/MinecraftServer;stopped:Z
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official yLnet/minecraft/server/MinecraftServer;y:Iintermediary field_3870Lnet/minecraft/server/MinecraftServer;field_3870:Inamed ticksLnet/minecraft/server/MinecraftServer;ticks:I
-
proxy
- Mappings:
Namespace Name Mixin selector official dLnet/minecraft/server/MinecraftServer;d:Ljava/net/Proxy;intermediary field_6741Lnet/minecraft/server/MinecraftServer;field_6741:Ljava/net/Proxy;named proxyLnet/minecraft/server/MinecraftServer;proxy:Ljava/net/Proxy;
-
progressType
- Mappings:
Namespace Name Mixin selector official eLnet/minecraft/server/MinecraftServer;e:Ljava/lang/String;intermediary field_3851Lnet/minecraft/server/MinecraftServer;field_3851:Ljava/lang/String;named progressTypeLnet/minecraft/server/MinecraftServer;progressType:Ljava/lang/String;
-
progress
public int progress- Mappings:
Namespace Name Mixin selector official fLnet/minecraft/server/MinecraftServer;f:Iintermediary field_3852Lnet/minecraft/server/MinecraftServer;field_3852:Inamed progressLnet/minecraft/server/MinecraftServer;progress:I
-
onlineMode
private boolean onlineMode- Mappings:
Namespace Name Mixin selector official zLnet/minecraft/server/MinecraftServer;z:Zintermediary field_3871Lnet/minecraft/server/MinecraftServer;field_3871:Znamed onlineModeLnet/minecraft/server/MinecraftServer;onlineMode:Z
-
spawnAnimals
private boolean spawnAnimals- Mappings:
Namespace Name Mixin selector official ALnet/minecraft/server/MinecraftServer;A:Zintermediary field_3872Lnet/minecraft/server/MinecraftServer;field_3872:Znamed spawnAnimalsLnet/minecraft/server/MinecraftServer;spawnAnimals:Z
-
spawnNpcs
private boolean spawnNpcs- Mappings:
Namespace Name Mixin selector official BLnet/minecraft/server/MinecraftServer;B:Zintermediary field_3873Lnet/minecraft/server/MinecraftServer;field_3873:Znamed spawnNpcsLnet/minecraft/server/MinecraftServer;spawnNpcs:Z
-
pvpEnabled
private boolean pvpEnabled- Mappings:
Namespace Name Mixin selector official CLnet/minecraft/server/MinecraftServer;C:Zintermediary field_3828Lnet/minecraft/server/MinecraftServer;field_3828:Znamed pvpEnabledLnet/minecraft/server/MinecraftServer;pvpEnabled:Z
-
flightEnabled
private boolean flightEnabled- Mappings:
Namespace Name Mixin selector official DLnet/minecraft/server/MinecraftServer;D:Zintermediary field_3829Lnet/minecraft/server/MinecraftServer;field_3829:Znamed flightEnabledLnet/minecraft/server/MinecraftServer;flightEnabled:Z
-
motd
- Mappings:
Namespace Name Mixin selector official ELnet/minecraft/server/MinecraftServer;E:Ljava/lang/String;intermediary field_3830Lnet/minecraft/server/MinecraftServer;field_3830:Ljava/lang/String;named motdLnet/minecraft/server/MinecraftServer;motd:Ljava/lang/String;
-
worldHeight
private int worldHeight- Mappings:
Namespace Name Mixin selector official FLnet/minecraft/server/MinecraftServer;F:Iintermediary field_3831Lnet/minecraft/server/MinecraftServer;field_3831:Inamed worldHeightLnet/minecraft/server/MinecraftServer;worldHeight:I
-
playerIdleTimeout
private int playerIdleTimeout- Mappings:
Namespace Name Mixin selector official GLnet/minecraft/server/MinecraftServer;G:Iintermediary field_6740Lnet/minecraft/server/MinecraftServer;field_6740:Inamed playerIdleTimeoutLnet/minecraft/server/MinecraftServer;playerIdleTimeout:I
-
lastTickLengths
public final long[] lastTickLengths- Mappings:
Namespace Name Mixin selector official gLnet/minecraft/server/MinecraftServer;g:[Jintermediary field_3857Lnet/minecraft/server/MinecraftServer;field_3857:[Jnamed lastTickLengthsLnet/minecraft/server/MinecraftServer;lastTickLengths:[J
-
field_3858
public long[][] field_3858- Mappings:
Namespace Name Mixin selector official hLnet/minecraft/server/MinecraftServer;h:[[Jintermediary field_3858Lnet/minecraft/server/MinecraftServer;field_3858:[[Jnamed field_3858Lnet/minecraft/server/MinecraftServer;field_3858:[[J
-
keyPair
- Mappings:
Namespace Name Mixin selector official HLnet/minecraft/server/MinecraftServer;H:Ljava/security/KeyPair;intermediary field_3836Lnet/minecraft/server/MinecraftServer;field_3836:Ljava/security/KeyPair;named keyPairLnet/minecraft/server/MinecraftServer;keyPair:Ljava/security/KeyPair;
-
userName
- Mappings:
Namespace Name Mixin selector official ILnet/minecraft/server/MinecraftServer;I:Ljava/lang/String;intermediary field_3837Lnet/minecraft/server/MinecraftServer;field_3837:Ljava/lang/String;named userNameLnet/minecraft/server/MinecraftServer;userName:Ljava/lang/String;
-
levelName
- Mappings:
Namespace Name Mixin selector official JLnet/minecraft/server/MinecraftServer;J:Ljava/lang/String;intermediary field_3838Lnet/minecraft/server/MinecraftServer;field_3838:Ljava/lang/String;named levelNameLnet/minecraft/server/MinecraftServer;levelName:Ljava/lang/String;
-
displayName
- Mappings:
Namespace Name Mixin selector official KLnet/minecraft/server/MinecraftServer;K:Ljava/lang/String;intermediary field_3839Lnet/minecraft/server/MinecraftServer;field_3839:Ljava/lang/String;named displayNameLnet/minecraft/server/MinecraftServer;displayName:Ljava/lang/String;
-
demo
private boolean demo- Mappings:
Namespace Name Mixin selector official LLnet/minecraft/server/MinecraftServer;L:Zintermediary field_3840Lnet/minecraft/server/MinecraftServer;field_3840:Znamed demoLnet/minecraft/server/MinecraftServer;demo:Z
-
forceWorldUpgrade
private boolean forceWorldUpgrade- Mappings:
Namespace Name Mixin selector official MLnet/minecraft/server/MinecraftServer;M:Zintermediary field_3841Lnet/minecraft/server/MinecraftServer;field_3841:Znamed forceWorldUpgradeLnet/minecraft/server/MinecraftServer;forceWorldUpgrade:Z
-
shouldResetWorld
private boolean shouldResetWorld- Mappings:
Namespace Name Mixin selector official NLnet/minecraft/server/MinecraftServer;N:Zintermediary field_3842Lnet/minecraft/server/MinecraftServer;field_3842:Znamed shouldResetWorldLnet/minecraft/server/MinecraftServer;shouldResetWorld:Z
-
resourcePackUrl
- Mappings:
Namespace Name Mixin selector official OLnet/minecraft/server/MinecraftServer;O:Ljava/lang/String;intermediary field_3843Lnet/minecraft/server/MinecraftServer;field_3843:Ljava/lang/String;named resourcePackUrlLnet/minecraft/server/MinecraftServer;resourcePackUrl:Ljava/lang/String;
-
resourcePackHash
- Mappings:
Namespace Name Mixin selector official PLnet/minecraft/server/MinecraftServer;P:Ljava/lang/String;intermediary field_11841Lnet/minecraft/server/MinecraftServer;field_11841:Ljava/lang/String;named resourcePackHashLnet/minecraft/server/MinecraftServer;resourcePackHash:Ljava/lang/String;
-
loading
private boolean loading- Mappings:
Namespace Name Mixin selector official QLnet/minecraft/server/MinecraftServer;Q:Zintermediary field_3844Lnet/minecraft/server/MinecraftServer;field_3844:Znamed loadingLnet/minecraft/server/MinecraftServer;loading:Z
-
lastWarnTime
private long lastWarnTime- Mappings:
Namespace Name Mixin selector official RLnet/minecraft/server/MinecraftServer;R:Jintermediary field_3845Lnet/minecraft/server/MinecraftServer;field_3845:Jnamed lastWarnTimeLnet/minecraft/server/MinecraftServer;lastWarnTime:J
-
serverOperation
- Mappings:
Namespace Name Mixin selector official SLnet/minecraft/server/MinecraftServer;S:Ljava/lang/String;intermediary field_3846Lnet/minecraft/server/MinecraftServer;field_3846:Ljava/lang/String;named serverOperationLnet/minecraft/server/MinecraftServer;serverOperation:Ljava/lang/String;
-
profiling
private boolean profiling- Mappings:
Namespace Name Mixin selector official TLnet/minecraft/server/MinecraftServer;T:Zintermediary field_3847Lnet/minecraft/server/MinecraftServer;field_3847:Znamed profilingLnet/minecraft/server/MinecraftServer;profiling:Z
-
forceGameMode
private boolean forceGameMode- Mappings:
Namespace Name Mixin selector official ULnet/minecraft/server/MinecraftServer;U:Zintermediary field_6124Lnet/minecraft/server/MinecraftServer;field_6124:Znamed forceGameModeLnet/minecraft/server/MinecraftServer;forceGameMode:Z
-
authService
private final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authService- Mappings:
Namespace Name Mixin selector official VLnet/minecraft/server/MinecraftServer;V:Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;intermediary field_8914Lnet/minecraft/server/MinecraftServer;field_8914:Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;named authServiceLnet/minecraft/server/MinecraftServer;authService:Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;
-
sessionService
private final com.mojang.authlib.minecraft.MinecraftSessionService sessionService- Mappings:
Namespace Name Mixin selector official WLnet/minecraft/server/MinecraftServer;W:Lcom/mojang/authlib/minecraft/MinecraftSessionService;intermediary field_8915Lnet/minecraft/server/MinecraftServer;field_8915:Lcom/mojang/authlib/minecraft/MinecraftSessionService;named sessionServiceLnet/minecraft/server/MinecraftServer;sessionService:Lcom/mojang/authlib/minecraft/MinecraftSessionService;
-
lastPlayerSampleUpdate
private long lastPlayerSampleUpdate- Mappings:
Namespace Name Mixin selector official XLnet/minecraft/server/MinecraftServer;X:Jintermediary field_8916Lnet/minecraft/server/MinecraftServer;field_8916:Jnamed lastPlayerSampleUpdateLnet/minecraft/server/MinecraftServer;lastPlayerSampleUpdate:J
-
gameProfileRepo
private final com.mojang.authlib.GameProfileRepository gameProfileRepo- Mappings:
Namespace Name Mixin selector official YLnet/minecraft/server/MinecraftServer;Y:Lcom/mojang/authlib/GameProfileRepository;intermediary field_8917Lnet/minecraft/server/MinecraftServer;field_8917:Lcom/mojang/authlib/GameProfileRepository;named gameProfileRepoLnet/minecraft/server/MinecraftServer;gameProfileRepo:Lcom/mojang/authlib/GameProfileRepository;
-
userCache
- Mappings:
Namespace Name Mixin selector official ZLnet/minecraft/server/MinecraftServer;Z:Lry;intermediary field_8918Lnet/minecraft/server/MinecraftServer;field_8918:Lnet/minecraft/class_2116;named userCacheLnet/minecraft/server/MinecraftServer;userCache:Lnet/minecraft/util/UserCache;
-
queue
- Mappings:
Namespace Name Mixin selector official iLnet/minecraft/server/MinecraftServer;i:Ljava/util/Queue;intermediary field_11844Lnet/minecraft/server/MinecraftServer;field_11844:Ljava/util/Queue;named queueLnet/minecraft/server/MinecraftServer;queue:Ljava/util/Queue;
-
serverThread
- Mappings:
Namespace Name Mixin selector official aaLnet/minecraft/server/MinecraftServer;aa:Ljava/lang/Thread;intermediary field_11842Lnet/minecraft/server/MinecraftServer;field_11842:Ljava/lang/Thread;named serverThreadLnet/minecraft/server/MinecraftServer;serverThread:Ljava/lang/Thread;
-
timeReference
private long timeReference- Mappings:
Namespace Name Mixin selector official abLnet/minecraft/server/MinecraftServer;ab:Jintermediary field_11843Lnet/minecraft/server/MinecraftServer;field_11843:Jnamed timeReferenceLnet/minecraft/server/MinecraftServer;timeReference:J
-
-
Constructor Details
-
MinecraftServer
- Mappings:
Namespace Name Mixin selector official <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/net/Proxy;Ljava/io/File;)Vintermediary <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/net/Proxy;Ljava/io/File;)Vnamed <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/net/Proxy;Ljava/io/File;)V
-
MinecraftServer
- Mappings:
Namespace Name Mixin selector official <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/io/File;Ljava/net/Proxy;Ljava/io/File;)Vintermediary <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/io/File;Ljava/net/Proxy;Ljava/io/File;)Vnamed <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/io/File;Ljava/net/Proxy;Ljava/io/File;)V
-
-
Method Details
-
createCommandManager
- Mappings:
Namespace Name Mixin selector official hLnet/minecraft/server/MinecraftServer;h()Lcl;intermediary method_10824Lnet/minecraft/server/MinecraftServer;method_10824()Lnet/minecraft/class_765;named createCommandManagerLnet/minecraft/server/MinecraftServer;createCommandManager()Lnet/minecraft/server/command/CommandManager;
-
setupServer
protected abstract boolean setupServer()- Mappings:
Namespace Name Mixin selector official iLnet/minecraft/server/MinecraftServer;i()Zintermediary method_3011Lnet/minecraft/server/MinecraftServer;method_3011()Znamed setupServerLnet/minecraft/server/MinecraftServer;setupServer()Z
-
upgradeWorld
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;)Vintermediary method_3017Lnet/minecraft/server/MinecraftServer;method_3017(Ljava/lang/String;)Vnamed upgradeWorldLnet/minecraft/server/MinecraftServer;upgradeWorld(Ljava/lang/String;)V
-
setServerOperation
- Mappings:
Namespace Name Mixin selector official bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/String;)Vintermediary method_3021Lnet/minecraft/server/MinecraftServer;method_3021(Ljava/lang/String;)Vnamed setServerOperationLnet/minecraft/server/MinecraftServer;setServerOperation(Ljava/lang/String;)V
-
getServerOperation
- Mappings:
Namespace Name Mixin selector official jLnet/minecraft/server/MinecraftServer;j()Ljava/lang/String;intermediary method_3015Lnet/minecraft/server/MinecraftServer;method_3015()Ljava/lang/String;named getServerOperationLnet/minecraft/server/MinecraftServer;getServerOperation()Ljava/lang/String;
-
setupWorld
protected void setupWorld(String world, String worldName, long seed, LevelGeneratorType generatorType, String generatorOptions) - Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Ljava/lang/String;JLare;Ljava/lang/String;)Vintermediary method_2995Lnet/minecraft/server/MinecraftServer;method_2995(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/class_1160;Ljava/lang/String;)Vnamed setupWorldLnet/minecraft/server/MinecraftServer;setupWorld(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/world/level/LevelGeneratorType;Ljava/lang/String;)V
-
prepareWorlds
protected void prepareWorlds()- Mappings:
Namespace Name Mixin selector official kLnet/minecraft/server/MinecraftServer;k()Vintermediary method_3019Lnet/minecraft/server/MinecraftServer;method_3019()Vnamed prepareWorldsLnet/minecraft/server/MinecraftServer;prepareWorlds()V
-
loadResourcePack
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Lbqy;)Vintermediary method_10813Lnet/minecraft/server/MinecraftServer;method_10813(Ljava/lang/String;Lnet/minecraft/class_101;)Vnamed loadResourcePackLnet/minecraft/server/MinecraftServer;loadResourcePack(Ljava/lang/String;Lnet/minecraft/world/SaveHandler;)V
-
shouldGenerateStructures
public abstract boolean shouldGenerateStructures()- Mappings:
Namespace Name Mixin selector official lLnet/minecraft/server/MinecraftServer;l()Zintermediary method_3023Lnet/minecraft/server/MinecraftServer;method_3023()Znamed shouldGenerateStructuresLnet/minecraft/server/MinecraftServer;shouldGenerateStructures()Z
-
method_3026
- Mappings:
Namespace Name Mixin selector official mLnet/minecraft/server/MinecraftServer;m()Larc;intermediary method_3026Lnet/minecraft/server/MinecraftServer;method_3026()Lnet/minecraft/class_1157;named method_3026Lnet/minecraft/server/MinecraftServer;method_3026()Lnet/minecraft/world/GameMode;
-
getDefaultDifficulty
- Mappings:
Namespace Name Mixin selector official nLnet/minecraft/server/MinecraftServer;n()Lvt;intermediary method_3029Lnet/minecraft/server/MinecraftServer;method_3029()Lnet/minecraft/class_2151;named getDefaultDifficultyLnet/minecraft/server/MinecraftServer;getDefaultDifficulty()Lnet/minecraft/world/Difficulty;
-
isHardcore
public abstract boolean isHardcore()- Mappings:
Namespace Name Mixin selector official oLnet/minecraft/server/MinecraftServer;o()Zintermediary method_3031Lnet/minecraft/server/MinecraftServer;method_3031()Znamed isHardcoreLnet/minecraft/server/MinecraftServer;isHardcore()Z
-
getOpPermissionLevel
public abstract int getOpPermissionLevel()- Mappings:
Namespace Name Mixin selector official pLnet/minecraft/server/MinecraftServer;p()Iintermediary method_6085Lnet/minecraft/server/MinecraftServer;method_6085()Inamed getOpPermissionLevelLnet/minecraft/server/MinecraftServer;getOpPermissionLevel()I
-
logProgress
- Mappings:
Namespace Name Mixin selector official a_Lnet/minecraft/server/MinecraftServer;a_(Ljava/lang/String;I)Vintermediary method_3002Lnet/minecraft/server/MinecraftServer;method_3002(Ljava/lang/String;I)Vnamed logProgressLnet/minecraft/server/MinecraftServer;logProgress(Ljava/lang/String;I)V
-
save
protected void save()- Mappings:
Namespace Name Mixin selector official qLnet/minecraft/server/MinecraftServer;q()Vintermediary method_3033Lnet/minecraft/server/MinecraftServer;method_3033()Vnamed saveLnet/minecraft/server/MinecraftServer;save()V
-
saveWorlds
protected void saveWorlds(boolean silent) - Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Z)Vintermediary method_3001Lnet/minecraft/server/MinecraftServer;method_3001(Z)Vnamed saveWorldsLnet/minecraft/server/MinecraftServer;saveWorlds(Z)V
-
stopServer
public void stopServer()- Mappings:
Namespace Name Mixin selector official rLnet/minecraft/server/MinecraftServer;r()Vintermediary method_3034Lnet/minecraft/server/MinecraftServer;method_3034()Vnamed stopServerLnet/minecraft/server/MinecraftServer;stopServer()V
-
getServerIp
- Mappings:
Namespace Name Mixin selector official sLnet/minecraft/server/MinecraftServer;s()Ljava/lang/String;intermediary method_3035Lnet/minecraft/server/MinecraftServer;method_3035()Ljava/lang/String;named getServerIpLnet/minecraft/server/MinecraftServer;getServerIp()Ljava/lang/String;
-
setServerIp
- Mappings:
Namespace Name Mixin selector official cLnet/minecraft/server/MinecraftServer;c(Ljava/lang/String;)Vintermediary method_3024Lnet/minecraft/server/MinecraftServer;method_3024(Ljava/lang/String;)Vnamed setServerIpLnet/minecraft/server/MinecraftServer;setServerIp(Ljava/lang/String;)V
-
isRunning
public boolean isRunning()- Mappings:
Namespace Name Mixin selector official tLnet/minecraft/server/MinecraftServer;t()Zintermediary method_3036Lnet/minecraft/server/MinecraftServer;method_3036()Znamed isRunningLnet/minecraft/server/MinecraftServer;isRunning()Z
-
stopRunning
public void stopRunning()- Mappings:
Namespace Name Mixin selector official uLnet/minecraft/server/MinecraftServer;u()Vintermediary method_3038Lnet/minecraft/server/MinecraftServer;method_3038()Vnamed stopRunningLnet/minecraft/server/MinecraftServer;stopRunning()V
-
setInstance
- Mappings:
Namespace Name Mixin selector official vLnet/minecraft/server/MinecraftServer;v()Vintermediary method_10826Lnet/minecraft/server/MinecraftServer;method_10826()Vnamed setInstanceLnet/minecraft/server/MinecraftServer;setInstance()V
-
run
public void run() -
setServerMeta
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Lnp;)Vintermediary method_8154Lnet/minecraft/server/MinecraftServer;method_8154(Lnet/minecraft/class_2081;)Vnamed setServerMetaLnet/minecraft/server/MinecraftServer;setServerMeta(Lnet/minecraft/server/ServerMetadata;)V
-
getRunDirectory
- Mappings:
Namespace Name Mixin selector official wLnet/minecraft/server/MinecraftServer;w()Ljava/io/File;intermediary method_3040Lnet/minecraft/server/MinecraftServer;method_3040()Ljava/io/File;named getRunDirectoryLnet/minecraft/server/MinecraftServer;getRunDirectory()Ljava/io/File;
-
setCrashReport
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Lb;)Vintermediary method_2992Lnet/minecraft/server/MinecraftServer;method_2992(Lnet/minecraft/class_1;)Vnamed setCrashReportLnet/minecraft/server/MinecraftServer;setCrashReport(Lnet/minecraft/util/crash/CrashReport;)V
-
exit
protected void exit()- Mappings:
Namespace Name Mixin selector official xLnet/minecraft/server/MinecraftServer;x()Vintermediary method_3042Lnet/minecraft/server/MinecraftServer;method_3042()Vnamed exitLnet/minecraft/server/MinecraftServer;exit()V
-
setupWorld
public void setupWorld()- Mappings:
Namespace Name Mixin selector official yLnet/minecraft/server/MinecraftServer;y()Vintermediary method_3044Lnet/minecraft/server/MinecraftServer;method_3044()Vnamed setupWorldLnet/minecraft/server/MinecraftServer;setupWorld()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official zLnet/minecraft/server/MinecraftServer;z()Vintermediary method_3046Lnet/minecraft/server/MinecraftServer;method_3046()Vnamed tickLnet/minecraft/server/MinecraftServer;tick()V
-
isNetherAllowed
public boolean isNetherAllowed()- Mappings:
Namespace Name Mixin selector official ALnet/minecraft/server/MinecraftServer;A()Zintermediary method_3047Lnet/minecraft/server/MinecraftServer;method_3047()Znamed isNetherAllowedLnet/minecraft/server/MinecraftServer;isNetherAllowed()Z
-
addTickable
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Lpm;)Vintermediary method_2994Lnet/minecraft/server/MinecraftServer;method_2994(Lnet/minecraft/class_746;)Vnamed addTickableLnet/minecraft/server/MinecraftServer;addTickable(Lnet/minecraft/util/Tickable;)V
-
main
- Mappings:
Namespace Name Mixin selector official mainLnet/minecraft/server/MinecraftServer;main([Ljava/lang/String;)Vintermediary mainLnet/minecraft/server/MinecraftServer;main([Ljava/lang/String;)Vnamed mainLnet/minecraft/server/MinecraftServer;main([Ljava/lang/String;)V
-
startServerThread
public void startServerThread()- Mappings:
Namespace Name Mixin selector official BLnet/minecraft/server/MinecraftServer;B()Vintermediary method_3048Lnet/minecraft/server/MinecraftServer;method_3048()Vnamed startServerThreadLnet/minecraft/server/MinecraftServer;startServerThread()V
-
getFile
- Mappings:
Namespace Name Mixin selector official dLnet/minecraft/server/MinecraftServer;d(Ljava/lang/String;)Ljava/io/File;intermediary method_3027Lnet/minecraft/server/MinecraftServer;method_3027(Ljava/lang/String;)Ljava/io/File;named getFileLnet/minecraft/server/MinecraftServer;getFile(Ljava/lang/String;)Ljava/io/File;
-
info
- Mappings:
Namespace Name Mixin selector official eLnet/minecraft/server/MinecraftServer;e(Ljava/lang/String;)Vintermediary method_2034Lnet/minecraft/server/MinecraftServer;method_2034(Ljava/lang/String;)Vnamed infoLnet/minecraft/server/MinecraftServer;info(Ljava/lang/String;)V
-
warn
- Mappings:
Namespace Name Mixin selector official fLnet/minecraft/server/MinecraftServer;f(Ljava/lang/String;)Vintermediary method_2035Lnet/minecraft/server/MinecraftServer;method_2035(Ljava/lang/String;)Vnamed warnLnet/minecraft/server/MinecraftServer;warn(Ljava/lang/String;)V
-
getWorld
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(I)Lqt;intermediary method_2991Lnet/minecraft/server/MinecraftServer;method_2991(I)Lnet/minecraft/class_795;named getWorldLnet/minecraft/server/MinecraftServer;getWorld(I)Lnet/minecraft/server/world/ServerWorld;
-
getIp
- Mappings:
Namespace Name Mixin selector official CLnet/minecraft/server/MinecraftServer;C()Ljava/lang/String;intermediary method_2039Lnet/minecraft/server/MinecraftServer;method_2039()Ljava/lang/String;named getIpLnet/minecraft/server/MinecraftServer;getIp()Ljava/lang/String;
-
getPort
- Mappings:
Namespace Name Mixin selector official DLnet/minecraft/server/MinecraftServer;D()Iintermediary method_2040Lnet/minecraft/server/MinecraftServer;method_2040()Inamed getPortLnet/minecraft/server/MinecraftServer;getPort()I
-
getMotd
- Mappings:
Namespace Name Mixin selector official ELnet/minecraft/server/MinecraftServer;E()Ljava/lang/String;intermediary method_2041Lnet/minecraft/server/MinecraftServer;method_2041()Ljava/lang/String;named getMotdLnet/minecraft/server/MinecraftServer;getMotd()Ljava/lang/String;
-
getVersion
- Mappings:
Namespace Name Mixin selector official FLnet/minecraft/server/MinecraftServer;F()Ljava/lang/String;intermediary method_2042Lnet/minecraft/server/MinecraftServer;method_2042()Ljava/lang/String;named getVersionLnet/minecraft/server/MinecraftServer;getVersion()Ljava/lang/String;
-
getCurrentPlayerCount
public int getCurrentPlayerCount()- Mappings:
Namespace Name Mixin selector official GLnet/minecraft/server/MinecraftServer;G()Iintermediary method_2043Lnet/minecraft/server/MinecraftServer;method_2043()Inamed getCurrentPlayerCountLnet/minecraft/server/MinecraftServer;getCurrentPlayerCount()I
-
getMaxPlayerCount
public int getMaxPlayerCount()- Mappings:
Namespace Name Mixin selector official HLnet/minecraft/server/MinecraftServer;H()Iintermediary method_2044Lnet/minecraft/server/MinecraftServer;method_2044()Inamed getMaxPlayerCountLnet/minecraft/server/MinecraftServer;getMaxPlayerCount()I
-
getPlayerNames
- Mappings:
Namespace Name Mixin selector official ILnet/minecraft/server/MinecraftServer;I()[Ljava/lang/String;intermediary method_2045Lnet/minecraft/server/MinecraftServer;method_2045()[Ljava/lang/String;named getPlayerNamesLnet/minecraft/server/MinecraftServer;getPlayerNames()[Ljava/lang/String;
-
getProfiles
public com.mojang.authlib.GameProfile[] getProfiles()- Mappings:
Namespace Name Mixin selector official JLnet/minecraft/server/MinecraftServer;J()[Lcom/mojang/authlib/GameProfile;intermediary method_8153Lnet/minecraft/server/MinecraftServer;method_8153()[Lcom/mojang/authlib/GameProfile;named getProfilesLnet/minecraft/server/MinecraftServer;getProfiles()[Lcom/mojang/authlib/GameProfile;
-
method_2026
- Mappings:
Namespace Name Mixin selector official KLnet/minecraft/server/MinecraftServer;K()Ljava/lang/String;intermediary method_2026Lnet/minecraft/server/MinecraftServer;method_2026()Ljava/lang/String;named method_2026Lnet/minecraft/server/MinecraftServer;method_2026()Ljava/lang/String;
-
method_2036
- Mappings:
Namespace Name Mixin selector official gLnet/minecraft/server/MinecraftServer;g(Ljava/lang/String;)Ljava/lang/String;intermediary method_2036Lnet/minecraft/server/MinecraftServer;method_2036(Ljava/lang/String;)Ljava/lang/String;named method_2036Lnet/minecraft/server/MinecraftServer;method_2036(Ljava/lang/String;)Ljava/lang/String;
-
isDebuggingEnabled
- Mappings:
Namespace Name Mixin selector official LLnet/minecraft/server/MinecraftServer;L()Zintermediary method_2027Lnet/minecraft/server/MinecraftServer;method_2027()Znamed isDebuggingEnabledLnet/minecraft/server/MinecraftServer;isDebuggingEnabled()Z
-
logError
- Mappings:
Namespace Name Mixin selector official hLnet/minecraft/server/MinecraftServer;h(Ljava/lang/String;)Vintermediary method_2037Lnet/minecraft/server/MinecraftServer;method_2037(Ljava/lang/String;)Vnamed logErrorLnet/minecraft/server/MinecraftServer;logError(Ljava/lang/String;)V
-
log
- Mappings:
Namespace Name Mixin selector official iLnet/minecraft/server/MinecraftServer;i(Ljava/lang/String;)Vintermediary method_2038Lnet/minecraft/server/MinecraftServer;method_2038(Ljava/lang/String;)Vnamed logLnet/minecraft/server/MinecraftServer;log(Ljava/lang/String;)V
-
getServerModName
- Mappings:
Namespace Name Mixin selector official getServerModNameLnet/minecraft/server/MinecraftServer;getServerModName()Ljava/lang/String;intermediary getServerModNameLnet/minecraft/server/MinecraftServer;getServerModName()Ljava/lang/String;named getServerModNameLnet/minecraft/server/MinecraftServer;getServerModName()Ljava/lang/String;
-
populateCrashReport
- Mappings:
Namespace Name Mixin selector official bLnet/minecraft/server/MinecraftServer;b(Lb;)Lb;intermediary method_3013Lnet/minecraft/server/MinecraftServer;method_3013(Lnet/minecraft/class_1;)Lnet/minecraft/class_1;named populateCrashReportLnet/minecraft/server/MinecraftServer;populateCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReport;
-
getCompletions
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Lae;Ljava/lang/String;Ldt;)Ljava/util/List;intermediary method_10816Lnet/minecraft/server/MinecraftServer;method_10816(Lnet/minecraft/class_1061;Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;named getCompletionsLnet/minecraft/server/MinecraftServer;getCompletions(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
getServer
- Mappings:
Namespace Name Mixin selector official MLnet/minecraft/server/MinecraftServer;M()Lnet/minecraft/server/MinecraftServer;intermediary method_2970Lnet/minecraft/server/MinecraftServer;method_2970()Lnet/minecraft/server/MinecraftServer;named getServerLnet/minecraft/server/MinecraftServer;getServer()Lnet/minecraft/server/MinecraftServer;
-
hasGameDir
public boolean hasGameDir()- Mappings:
Namespace Name Mixin selector official NLnet/minecraft/server/MinecraftServer;N()Zintermediary method_10811Lnet/minecraft/server/MinecraftServer;method_10811()Znamed hasGameDirLnet/minecraft/server/MinecraftServer;hasGameDir()Z
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official d_Lae;d_()Ljava/lang/String;intermediary method_2518Lnet/minecraft/class_1061;method_2518()Ljava/lang/String;named getTranslationKeyLnet/minecraft/command/CommandSource;getTranslationKey()Ljava/lang/String;
-
sendMessage
- Specified by:
sendMessagein interfaceCommandSource- Mappings:
Namespace Name Mixin selector official aLae;a(Lho;)Vintermediary method_5505Lnet/minecraft/class_1061;method_5505(Lnet/minecraft/class_1982;)Vnamed sendMessageLnet/minecraft/command/CommandSource;sendMessage(Lnet/minecraft/text/Text;)V
-
canUseCommand
- Specified by:
canUseCommandin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official aLae;a(ILjava/lang/String;)Zintermediary method_3333Lnet/minecraft/class_1061;method_3333(ILjava/lang/String;)Znamed canUseCommandLnet/minecraft/command/CommandSource;canUseCommand(ILjava/lang/String;)Z
-
getCommandManager
- Mappings:
Namespace Name Mixin selector official OLnet/minecraft/server/MinecraftServer;O()Lad;intermediary method_2971Lnet/minecraft/server/MinecraftServer;method_2971()Lnet/minecraft/class_1034;named getCommandManagerLnet/minecraft/server/MinecraftServer;getCommandManager()Lnet/minecraft/server/command/CommandRegistryProvider;
-
getKeyPair
- Mappings:
Namespace Name Mixin selector official PLnet/minecraft/server/MinecraftServer;P()Ljava/security/KeyPair;intermediary method_2972Lnet/minecraft/server/MinecraftServer;method_2972()Ljava/security/KeyPair;named getKeyPairLnet/minecraft/server/MinecraftServer;getKeyPair()Ljava/security/KeyPair;
-
getServerPort
- Mappings:
Namespace Name Mixin selector official QLnet/minecraft/server/MinecraftServer;Q()Iintermediary method_2973Lnet/minecraft/server/MinecraftServer;method_2973()Inamed getServerPortLnet/minecraft/server/MinecraftServer;getServerPort()I
-
setServerPort
- Mappings:
Namespace Name Mixin selector official bLnet/minecraft/server/MinecraftServer;b(I)Vintermediary method_3012Lnet/minecraft/server/MinecraftServer;method_3012(I)Vnamed setServerPortLnet/minecraft/server/MinecraftServer;setServerPort(I)V
-
getUserName
- Mappings:
Namespace Name Mixin selector official RLnet/minecraft/server/MinecraftServer;R()Ljava/lang/String;intermediary method_2974Lnet/minecraft/server/MinecraftServer;method_2974()Ljava/lang/String;named getUserNameLnet/minecraft/server/MinecraftServer;getUserName()Ljava/lang/String;
-
setUserName
- Mappings:
Namespace Name Mixin selector official jLnet/minecraft/server/MinecraftServer;j(Ljava/lang/String;)Vintermediary method_3037Lnet/minecraft/server/MinecraftServer;method_3037(Ljava/lang/String;)Vnamed setUserNameLnet/minecraft/server/MinecraftServer;setUserName(Ljava/lang/String;)V
-
isSinglePlayer
public boolean isSinglePlayer()- Mappings:
Namespace Name Mixin selector official SLnet/minecraft/server/MinecraftServer;S()Zintermediary method_2975Lnet/minecraft/server/MinecraftServer;method_2975()Znamed isSinglePlayerLnet/minecraft/server/MinecraftServer;isSinglePlayer()Z
-
getLevelName
- Mappings:
Namespace Name Mixin selector official TLnet/minecraft/server/MinecraftServer;T()Ljava/lang/String;intermediary method_2028Lnet/minecraft/server/MinecraftServer;method_2028()Ljava/lang/String;named getLevelNameLnet/minecraft/server/MinecraftServer;getLevelName()Ljava/lang/String;
-
setLevelName
- Mappings:
Namespace Name Mixin selector official kLnet/minecraft/server/MinecraftServer;k(Ljava/lang/String;)Vintermediary method_3039Lnet/minecraft/server/MinecraftServer;method_3039(Ljava/lang/String;)Vnamed setLevelNameLnet/minecraft/server/MinecraftServer;setLevelName(Ljava/lang/String;)V
-
setServerName
- Mappings:
Namespace Name Mixin selector official lLnet/minecraft/server/MinecraftServer;l(Ljava/lang/String;)Vintermediary method_3041Lnet/minecraft/server/MinecraftServer;method_3041(Ljava/lang/String;)Vnamed setServerNameLnet/minecraft/server/MinecraftServer;setServerName(Ljava/lang/String;)V
-
getServerName
- Mappings:
Namespace Name Mixin selector official ULnet/minecraft/server/MinecraftServer;U()Ljava/lang/String;intermediary method_2976Lnet/minecraft/server/MinecraftServer;method_2976()Ljava/lang/String;named getServerNameLnet/minecraft/server/MinecraftServer;getServerName()Ljava/lang/String;
-
setKeyPair
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Ljava/security/KeyPair;)Vintermediary method_2996Lnet/minecraft/server/MinecraftServer;method_2996(Ljava/security/KeyPair;)Vnamed setKeyPairLnet/minecraft/server/MinecraftServer;setKeyPair(Ljava/security/KeyPair;)V
-
setDifficulty
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Lvt;)Vintermediary method_8155Lnet/minecraft/server/MinecraftServer;method_8155(Lnet/minecraft/class_2151;)Vnamed setDifficultyLnet/minecraft/server/MinecraftServer;setDifficulty(Lnet/minecraft/world/Difficulty;)V
-
isMonsterSpawningEnabled
protected boolean isMonsterSpawningEnabled()- Mappings:
Namespace Name Mixin selector official VLnet/minecraft/server/MinecraftServer;V()Zintermediary method_2977Lnet/minecraft/server/MinecraftServer;method_2977()Znamed isMonsterSpawningEnabledLnet/minecraft/server/MinecraftServer;isMonsterSpawningEnabled()Z
-
isDemo
public boolean isDemo()- Mappings:
Namespace Name Mixin selector official WLnet/minecraft/server/MinecraftServer;W()Zintermediary method_2978Lnet/minecraft/server/MinecraftServer;method_2978()Znamed isDemoLnet/minecraft/server/MinecraftServer;isDemo()Z
-
setDemo
public void setDemo(boolean demo) - Mappings:
Namespace Name Mixin selector official bLnet/minecraft/server/MinecraftServer;b(Z)Vintermediary method_3014Lnet/minecraft/server/MinecraftServer;method_3014(Z)Vnamed setDemoLnet/minecraft/server/MinecraftServer;setDemo(Z)V
-
setForceWorldUpgrade
public void setForceWorldUpgrade(boolean forceWorldUpgrade) - Mappings:
Namespace Name Mixin selector official cLnet/minecraft/server/MinecraftServer;c(Z)Vintermediary method_3018Lnet/minecraft/server/MinecraftServer;method_3018(Z)Vnamed setForceWorldUpgradeLnet/minecraft/server/MinecraftServer;setForceWorldUpgrade(Z)V
-
getSaveStorage
- Mappings:
Namespace Name Mixin selector official XLnet/minecraft/server/MinecraftServer;X()Lbra;intermediary method_2979Lnet/minecraft/server/MinecraftServer;method_2979()Lnet/minecraft/class_102;named getSaveStorageLnet/minecraft/server/MinecraftServer;getSaveStorage()Lnet/minecraft/world/level/storage/LevelStorageAccess;
-
method_2980
public void method_2980()- Mappings:
Namespace Name Mixin selector official ZLnet/minecraft/server/MinecraftServer;Z()Vintermediary method_2980Lnet/minecraft/server/MinecraftServer;method_2980()Vnamed method_2980Lnet/minecraft/server/MinecraftServer;method_2980()V
-
getResourcePackUrl
- Mappings:
Namespace Name Mixin selector official aaLnet/minecraft/server/MinecraftServer;aa()Ljava/lang/String;intermediary method_2981Lnet/minecraft/server/MinecraftServer;method_2981()Ljava/lang/String;named getResourcePackUrlLnet/minecraft/server/MinecraftServer;getResourcePackUrl()Ljava/lang/String;
-
getResourcePackHash
- Mappings:
Namespace Name Mixin selector official abLnet/minecraft/server/MinecraftServer;ab()Ljava/lang/String;intermediary method_10822Lnet/minecraft/server/MinecraftServer;method_10822()Ljava/lang/String;named getResourcePackHashLnet/minecraft/server/MinecraftServer;getResourcePackHash()Ljava/lang/String;
-
setResourcePack
- Mappings:
Namespace Name Mixin selector official a_Lnet/minecraft/server/MinecraftServer;a_(Ljava/lang/String;Ljava/lang/String;)Vintermediary method_10821Lnet/minecraft/server/MinecraftServer;method_10821(Ljava/lang/String;Ljava/lang/String;)Vnamed setResourcePackLnet/minecraft/server/MinecraftServer;setResourcePack(Ljava/lang/String;Ljava/lang/String;)V
-
addSnooperInfo
- Specified by:
addSnooperInfoin interfaceSnoopable- Mappings:
Namespace Name Mixin selector official aLwd;a(Lwb;)Vintermediary method_2410Lnet/minecraft/class_855;method_2410(Lnet/minecraft/class_853;)Vnamed addSnooperInfoLnet/minecraft/util/snooper/Snoopable;addSnooperInfo(Lnet/minecraft/util/snooper/Snooper;)V
-
addSnooper
- Specified by:
addSnooperin interfaceSnoopable- Mappings:
Namespace Name Mixin selector official bLwd;b(Lwb;)Vintermediary method_2411Lnet/minecraft/class_855;method_2411(Lnet/minecraft/class_853;)Vnamed addSnooperLnet/minecraft/util/snooper/Snoopable;addSnooper(Lnet/minecraft/util/snooper/Snooper;)V
-
isSnooperEnabled
public boolean isSnooperEnabled()- Specified by:
isSnooperEnabledin interfaceSnoopable- Mappings:
Namespace Name Mixin selector official acLwd;ac()Zintermediary method_2409Lnet/minecraft/class_855;method_2409()Znamed isSnooperEnabledLnet/minecraft/util/snooper/Snoopable;isSnooperEnabled()Z
-
isDedicated
public abstract boolean isDedicated()- Mappings:
Namespace Name Mixin selector official adLnet/minecraft/server/MinecraftServer;ad()Zintermediary method_2983Lnet/minecraft/server/MinecraftServer;method_2983()Znamed isDedicatedLnet/minecraft/server/MinecraftServer;isDedicated()Z
-
isOnlineMode
public boolean isOnlineMode()- Mappings:
Namespace Name Mixin selector official aeLnet/minecraft/server/MinecraftServer;ae()Zintermediary method_2984Lnet/minecraft/server/MinecraftServer;method_2984()Znamed isOnlineModeLnet/minecraft/server/MinecraftServer;isOnlineMode()Z
-
setOnlineMode
public void setOnlineMode(boolean onlineMode) - Mappings:
Namespace Name Mixin selector official dLnet/minecraft/server/MinecraftServer;d(Z)Vintermediary method_3022Lnet/minecraft/server/MinecraftServer;method_3022(Z)Vnamed setOnlineModeLnet/minecraft/server/MinecraftServer;setOnlineMode(Z)V
-
shouldSpawnAnimals
public boolean shouldSpawnAnimals()- Mappings:
Namespace Name Mixin selector official afLnet/minecraft/server/MinecraftServer;af()Zintermediary method_2985Lnet/minecraft/server/MinecraftServer;method_2985()Znamed shouldSpawnAnimalsLnet/minecraft/server/MinecraftServer;shouldSpawnAnimals()Z
-
setSpawnAnimals
public void setSpawnAnimals(boolean spawnAnimals) - Mappings:
Namespace Name Mixin selector official eLnet/minecraft/server/MinecraftServer;e(Z)Vintermediary method_3025Lnet/minecraft/server/MinecraftServer;method_3025(Z)Vnamed setSpawnAnimalsLnet/minecraft/server/MinecraftServer;setSpawnAnimals(Z)V
-
shouldSpawnNpcs
public boolean shouldSpawnNpcs()- Mappings:
Namespace Name Mixin selector official agLnet/minecraft/server/MinecraftServer;ag()Zintermediary method_2986Lnet/minecraft/server/MinecraftServer;method_2986()Znamed shouldSpawnNpcsLnet/minecraft/server/MinecraftServer;shouldSpawnNpcs()Z
-
setSpawnNpcs
public void setSpawnNpcs(boolean spawnNpcs) - Mappings:
Namespace Name Mixin selector official fLnet/minecraft/server/MinecraftServer;f(Z)Vintermediary method_3028Lnet/minecraft/server/MinecraftServer;method_3028(Z)Vnamed setSpawnNpcsLnet/minecraft/server/MinecraftServer;setSpawnNpcs(Z)V
-
isPvpEnabled
public boolean isPvpEnabled()- Mappings:
Namespace Name Mixin selector official ahLnet/minecraft/server/MinecraftServer;ah()Zintermediary method_2987Lnet/minecraft/server/MinecraftServer;method_2987()Znamed isPvpEnabledLnet/minecraft/server/MinecraftServer;isPvpEnabled()Z
-
setPvpEnabled
public void setPvpEnabled(boolean pvpEnabled) - Mappings:
Namespace Name Mixin selector official gLnet/minecraft/server/MinecraftServer;g(Z)Vintermediary method_3030Lnet/minecraft/server/MinecraftServer;method_3030(Z)Vnamed setPvpEnabledLnet/minecraft/server/MinecraftServer;setPvpEnabled(Z)V
-
isFlightEnabled
public boolean isFlightEnabled()- Mappings:
Namespace Name Mixin selector official aiLnet/minecraft/server/MinecraftServer;ai()Zintermediary method_2988Lnet/minecraft/server/MinecraftServer;method_2988()Znamed isFlightEnabledLnet/minecraft/server/MinecraftServer;isFlightEnabled()Z
-
setFlightEnabled
public void setFlightEnabled(boolean flightEnabled) - Mappings:
Namespace Name Mixin selector official hLnet/minecraft/server/MinecraftServer;h(Z)Vintermediary method_3032Lnet/minecraft/server/MinecraftServer;method_3032(Z)Vnamed setFlightEnabledLnet/minecraft/server/MinecraftServer;setFlightEnabled(Z)V
-
areCommandBlocksEnabled
public abstract boolean areCommandBlocksEnabled()- Mappings:
Namespace Name Mixin selector official ajLnet/minecraft/server/MinecraftServer;aj()Zintermediary method_4499Lnet/minecraft/server/MinecraftServer;method_4499()Znamed areCommandBlocksEnabledLnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Z
-
getServerMotd
- Mappings:
Namespace Name Mixin selector official akLnet/minecraft/server/MinecraftServer;ak()Ljava/lang/String;intermediary method_2989Lnet/minecraft/server/MinecraftServer;method_2989()Ljava/lang/String;named getServerMotdLnet/minecraft/server/MinecraftServer;getServerMotd()Ljava/lang/String;
-
setMotd
- Mappings:
Namespace Name Mixin selector official mLnet/minecraft/server/MinecraftServer;m(Ljava/lang/String;)Vintermediary method_3045Lnet/minecraft/server/MinecraftServer;method_3045(Ljava/lang/String;)Vnamed setMotdLnet/minecraft/server/MinecraftServer;setMotd(Ljava/lang/String;)V
-
getWorldHeight
public int getWorldHeight()- Mappings:
Namespace Name Mixin selector official alLnet/minecraft/server/MinecraftServer;al()Iintermediary method_2990Lnet/minecraft/server/MinecraftServer;method_2990()Inamed getWorldHeightLnet/minecraft/server/MinecraftServer;getWorldHeight()I
-
setWorldHeight
public void setWorldHeight(int worldHeight) - Mappings:
Namespace Name Mixin selector official cLnet/minecraft/server/MinecraftServer;c(I)Vintermediary method_3020Lnet/minecraft/server/MinecraftServer;method_3020(I)Vnamed setWorldHeightLnet/minecraft/server/MinecraftServer;setWorldHeight(I)V
-
isStopped
- Mappings:
Namespace Name Mixin selector official amLnet/minecraft/server/MinecraftServer;am()Zintermediary method_3003Lnet/minecraft/server/MinecraftServer;method_3003()Znamed isStoppedLnet/minecraft/server/MinecraftServer;isStopped()Z
-
getPlayerManager
- Mappings:
Namespace Name Mixin selector official anLnet/minecraft/server/MinecraftServer;an()Lsn;intermediary method_3004Lnet/minecraft/server/MinecraftServer;method_3004()Lnet/minecraft/class_743;named getPlayerManagerLnet/minecraft/server/MinecraftServer;getPlayerManager()Lnet/minecraft/server/PlayerManager;
-
setPlayerManager
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Lsn;)Vintermediary method_2993Lnet/minecraft/server/MinecraftServer;method_2993(Lnet/minecraft/class_743;)Vnamed setPlayerManagerLnet/minecraft/server/MinecraftServer;setPlayerManager(Lnet/minecraft/server/PlayerManager;)V
-
method_2999
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Larc;)Vintermediary method_2999Lnet/minecraft/server/MinecraftServer;method_2999(Lnet/minecraft/class_1157;)Vnamed method_2999Lnet/minecraft/server/MinecraftServer;method_2999(Lnet/minecraft/world/GameMode;)V
-
getNetworkIo
- Mappings:
Namespace Name Mixin selector official aoLnet/minecraft/server/MinecraftServer;ao()Lrc;intermediary method_8157Lnet/minecraft/server/MinecraftServer;method_8157()Lnet/minecraft/class_2103;named getNetworkIoLnet/minecraft/server/MinecraftServer;getNetworkIo()Lnet/minecraft/server/ServerNetworkIo;
-
isLoading
- Mappings:
Namespace Name Mixin selector official apLnet/minecraft/server/MinecraftServer;ap()Zintermediary method_3006Lnet/minecraft/server/MinecraftServer;method_3006()Znamed isLoadingLnet/minecraft/server/MinecraftServer;isLoading()Z
-
hasGui
public boolean hasGui()- Mappings:
Namespace Name Mixin selector official aqLnet/minecraft/server/MinecraftServer;aq()Zintermediary method_3007Lnet/minecraft/server/MinecraftServer;method_3007()Znamed hasGuiLnet/minecraft/server/MinecraftServer;hasGui()Z
-
method_3000
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Larc;Z)Ljava/lang/String;intermediary method_3000Lnet/minecraft/server/MinecraftServer;method_3000(Lnet/minecraft/class_1157;Z)Ljava/lang/String;named method_3000Lnet/minecraft/server/MinecraftServer;method_3000(Lnet/minecraft/world/GameMode;Z)Ljava/lang/String;
-
getTicks
public int getTicks()- Mappings:
Namespace Name Mixin selector official arLnet/minecraft/server/MinecraftServer;ar()Iintermediary method_3008Lnet/minecraft/server/MinecraftServer;method_3008()Inamed getTicksLnet/minecraft/server/MinecraftServer;getTicks()I
-
enableProfiler
public void enableProfiler()- Mappings:
Namespace Name Mixin selector official asLnet/minecraft/server/MinecraftServer;as()Vintermediary method_3009Lnet/minecraft/server/MinecraftServer;method_3009()Vnamed enableProfilerLnet/minecraft/server/MinecraftServer;enableProfiler()V
-
getSnooper
- Mappings:
Namespace Name Mixin selector official atLnet/minecraft/server/MinecraftServer;at()Lwb;intermediary method_3010Lnet/minecraft/server/MinecraftServer;method_3010()Lnet/minecraft/class_853;named getSnooperLnet/minecraft/server/MinecraftServer;getSnooper()Lnet/minecraft/util/snooper/Snooper;
-
getBlockPos
- Specified by:
getBlockPosin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official cLae;c()Ldt;intermediary method_4086Lnet/minecraft/class_1061;method_4086()Lnet/minecraft/class_2552;named getBlockPosLnet/minecraft/command/CommandSource;getBlockPos()Lnet/minecraft/util/math/BlockPos;
-
getPos
- Specified by:
getPosin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official dLae;d()Lbrw;intermediary method_10787Lnet/minecraft/class_1061;method_10787()Lnet/minecraft/class_236;named getPosLnet/minecraft/command/CommandSource;getPos()Lnet/minecraft/util/math/Vec3d;
-
getWorld
- Specified by:
getWorldin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official eLae;e()Laqu;intermediary method_5506Lnet/minecraft/class_1061;method_5506()Lnet/minecraft/class_1150;named getWorldLnet/minecraft/command/CommandSource;getWorld()Lnet/minecraft/world/World;
-
getEntity
- Specified by:
getEntityin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official fLae;f()Lwv;intermediary method_10788Lnet/minecraft/class_1061;method_10788()Lnet/minecraft/class_864;named getEntityLnet/minecraft/command/CommandSource;getEntity()Lnet/minecraft/entity/Entity;
-
getSpawnProtectionRadius
public int getSpawnProtectionRadius()- Mappings:
Namespace Name Mixin selector official auLnet/minecraft/server/MinecraftServer;au()Iintermediary method_4500Lnet/minecraft/server/MinecraftServer;method_4500()Inamed getSpawnProtectionRadiusLnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()I
-
isSpawnProtected
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Laqu;Ldt;Lahd;)Zintermediary method_10812Lnet/minecraft/server/MinecraftServer;method_10812(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_988;)Znamed isSpawnProtectedLnet/minecraft/server/MinecraftServer;isSpawnProtected(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Z
-
setForceGameMode
- Mappings:
Namespace Name Mixin selector official iLnet/minecraft/server/MinecraftServer;i(Z)Vintermediary method_5387Lnet/minecraft/server/MinecraftServer;method_5387(Z)Vnamed setForceGameModeLnet/minecraft/server/MinecraftServer;setForceGameMode(Z)V
-
shouldForceGameMode
public boolean shouldForceGameMode()- Mappings:
Namespace Name Mixin selector official avLnet/minecraft/server/MinecraftServer;av()Zintermediary method_5386Lnet/minecraft/server/MinecraftServer;method_5386()Znamed shouldForceGameModeLnet/minecraft/server/MinecraftServer;shouldForceGameMode()Z
-
getProxy
- Mappings:
Namespace Name Mixin selector official awLnet/minecraft/server/MinecraftServer;aw()Ljava/net/Proxy;intermediary method_6081Lnet/minecraft/server/MinecraftServer;method_6081()Ljava/net/Proxy;named getProxyLnet/minecraft/server/MinecraftServer;getProxy()Ljava/net/Proxy;
-
getTimeMillis
public static long getTimeMillis()- Mappings:
Namespace Name Mixin selector official axLnet/minecraft/server/MinecraftServer;ax()Jintermediary method_6082Lnet/minecraft/server/MinecraftServer;method_6082()Jnamed getTimeMillisLnet/minecraft/server/MinecraftServer;getTimeMillis()J
-
getPlayerIdleTimeout
public int getPlayerIdleTimeout()- Mappings:
Namespace Name Mixin selector official ayLnet/minecraft/server/MinecraftServer;ay()Iintermediary method_6083Lnet/minecraft/server/MinecraftServer;method_6083()Inamed getPlayerIdleTimeoutLnet/minecraft/server/MinecraftServer;getPlayerIdleTimeout()I
-
setPlayerIdleTimeout
public void setPlayerIdleTimeout(int playerIdleTimeout) - Mappings:
Namespace Name Mixin selector official dLnet/minecraft/server/MinecraftServer;d(I)Vintermediary method_6084Lnet/minecraft/server/MinecraftServer;method_6084(I)Vnamed setPlayerIdleTimeoutLnet/minecraft/server/MinecraftServer;setPlayerIdleTimeout(I)V
-
method_6344
- Specified by:
method_6344in interfaceCommandSource- Mappings:
Namespace Name Mixin selector official e_Lae;e_()Lho;intermediary method_6344Lnet/minecraft/class_1061;method_6344()Lnet/minecraft/class_1982;named method_6344Lnet/minecraft/command/CommandSource;method_6344()Lnet/minecraft/text/Text;
-
shouldAnnouncePlayerAchievements
public boolean shouldAnnouncePlayerAchievements()- Mappings:
Namespace Name Mixin selector official azLnet/minecraft/server/MinecraftServer;az()Zintermediary method_8158Lnet/minecraft/server/MinecraftServer;method_8158()Znamed shouldAnnouncePlayerAchievementsLnet/minecraft/server/MinecraftServer;shouldAnnouncePlayerAchievements()Z
-
getSessionService
public com.mojang.authlib.minecraft.MinecraftSessionService getSessionService()- Mappings:
Namespace Name Mixin selector official aBLnet/minecraft/server/MinecraftServer;aB()Lcom/mojang/authlib/minecraft/MinecraftSessionService;intermediary method_8159Lnet/minecraft/server/MinecraftServer;method_8159()Lcom/mojang/authlib/minecraft/MinecraftSessionService;named getSessionServiceLnet/minecraft/server/MinecraftServer;getSessionService()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
-
getGameProfileRepo
public com.mojang.authlib.GameProfileRepository getGameProfileRepo()- Mappings:
Namespace Name Mixin selector official aCLnet/minecraft/server/MinecraftServer;aC()Lcom/mojang/authlib/GameProfileRepository;intermediary method_8160Lnet/minecraft/server/MinecraftServer;method_8160()Lcom/mojang/authlib/GameProfileRepository;named getGameProfileRepoLnet/minecraft/server/MinecraftServer;getGameProfileRepo()Lcom/mojang/authlib/GameProfileRepository;
-
getUserCache
- Mappings:
Namespace Name Mixin selector official aDLnet/minecraft/server/MinecraftServer;aD()Lry;intermediary method_8161Lnet/minecraft/server/MinecraftServer;method_8161()Lnet/minecraft/class_2116;named getUserCacheLnet/minecraft/server/MinecraftServer;getUserCache()Lnet/minecraft/util/UserCache;
-
getServerMetadata
- Mappings:
Namespace Name Mixin selector official aELnet/minecraft/server/MinecraftServer;aE()Lnp;intermediary method_8162Lnet/minecraft/server/MinecraftServer;method_8162()Lnet/minecraft/class_2081;named getServerMetadataLnet/minecraft/server/MinecraftServer;getServerMetadata()Lnet/minecraft/server/ServerMetadata;
-
forcePlayerSampleUpdate
public void forcePlayerSampleUpdate()- Mappings:
Namespace Name Mixin selector official aFLnet/minecraft/server/MinecraftServer;aF()Vintermediary method_8163Lnet/minecraft/server/MinecraftServer;method_8163()Vnamed forcePlayerSampleUpdateLnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()V
-
getEntity
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Ljava/util/UUID;)Lwv;intermediary method_10814Lnet/minecraft/server/MinecraftServer;method_10814(Ljava/util/UUID;)Lnet/minecraft/class_864;named getEntityLnet/minecraft/server/MinecraftServer;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
-
sendCommandFeedback
public boolean sendCommandFeedback()- Specified by:
sendCommandFeedbackin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official t_Lae;t_()Zintermediary method_10789Lnet/minecraft/class_1061;method_10789()Znamed sendCommandFeedbackLnet/minecraft/command/CommandSource;sendCommandFeedback()Z
-
method_10786
- Specified by:
method_10786in interfaceCommandSource- Mappings:
Namespace Name Mixin selector official aLae;a(Lag;I)Vintermediary method_10786Lnet/minecraft/class_1061;method_10786(Lnet/minecraft/class_2599;I)Vnamed method_10786Lnet/minecraft/command/CommandSource;method_10786(Lnet/minecraft/class_2599;I)V
-
getMaxWorldBorderRadius
public int getMaxWorldBorderRadius()- Mappings:
Namespace Name Mixin selector official aGLnet/minecraft/server/MinecraftServer;aG()Iintermediary method_10817Lnet/minecraft/server/MinecraftServer;method_10817()Inamed getMaxWorldBorderRadiusLnet/minecraft/server/MinecraftServer;getMaxWorldBorderRadius()I
-
method_10815
- Mappings:
Namespace Name Mixin selector official aLnet/minecraft/server/MinecraftServer;a(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;intermediary method_10815Lnet/minecraft/server/MinecraftServer;method_10815(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;named method_10815Lnet/minecraft/server/MinecraftServer;method_10815(Ljava/util/concurrent/Callable;)Lcom/google/common/util/concurrent/ListenableFuture;
-
execute
- Specified by:
executein interfaceThreadExecutor- Mappings:
Namespace Name Mixin selector official aLvn;a(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;intermediary method_6635Lnet/minecraft/class_2605;method_6635(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;named executeLnet/minecraft/util/ThreadExecutor;execute(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
-
isOnThread
public boolean isOnThread()- Specified by:
isOnThreadin interfaceThreadExecutor- Mappings:
Namespace Name Mixin selector official aHLvn;aH()Zintermediary method_6640Lnet/minecraft/class_2605;method_6640()Znamed isOnThreadLnet/minecraft/util/ThreadExecutor;isOnThread()Z
-
getNetworkCompressionThreshold
public int getNetworkCompressionThreshold()- Mappings:
Namespace Name Mixin selector official aILnet/minecraft/server/MinecraftServer;aI()Iintermediary method_10818Lnet/minecraft/server/MinecraftServer;method_10818()Inamed getNetworkCompressionThresholdLnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()I
-
getServerStartTime
- Mappings:
Namespace Name Mixin selector official aJLnet/minecraft/server/MinecraftServer;aJ()Jintermediary method_10819Lnet/minecraft/server/MinecraftServer;method_10819()Jnamed getServerStartTimeLnet/minecraft/server/MinecraftServer;getServerStartTime()J
-
getThread
- Mappings:
Namespace Name Mixin selector official aKLnet/minecraft/server/MinecraftServer;aK()Ljava/lang/Thread;intermediary method_10820Lnet/minecraft/server/MinecraftServer;method_10820()Ljava/lang/Thread;named getThreadLnet/minecraft/server/MinecraftServer;getThread()Ljava/lang/Thread;
-