Class MinecraftServer
- All Implemented Interfaces:
AutoCloseable,Executor,QueryableServer,CommandOutput,ChunkErrorHandler,SampleableExecutor,TaskExecutor<ServerTask>
- Direct Known Subclasses:
IntegratedServer,MinecraftDedicatedServer,TestServer
Since Minecraft uses a Client-Server architecture for the game, the server processes all logical game functions. A few of the actions a Minecraft server will handle includes processing player actions, handling damage to entities, advancing the world time and executing commands.
There are two primary implementations for a Minecraft server: a dedicated and an integrated server.
A dedicated server is a Minecraft server not attached to a Minecraft game client and may be run remotely from any connected players. A dedicated server has a few exclusive features such as a whitelist/blacklist, remote rcon connections, and a terminal to input commands.
An integrated server is functionally equivalent to a dedicated server except that is hosted by a Minecraft game client and is typically used in a single player world. An integrated server differs from a dedicated server by allowing connections within the local area network (LAN) and the host client. Generally, you will always want to treat connection to an integrated server like you would to a dedicated server since the concept of an integrated server is an implementation detail in Minecraft.
- See Also:
- Mappings:
Namespace Name named net/minecraft/server/MinecraftServerintermediary net/minecraft/server/MinecraftServerofficial net/minecraft/server/MinecraftServer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static classstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.authlib.GameProfileprotected final ApiServicesprivate floatprivate final com.mojang.datafixers.DataFixerprivate @Nullable MinecraftServer.DebugStartprivate booleanstatic final LevelInfoprivate final com.mojang.jtracy.DiscontinuousFrameprivate booleanprivate ServerMetadata.Faviconprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate @Nullable CompletableFuture<MinecraftServer> static final longprivate booleanprotected @Nullable GameInstanceprivate booleanprivate @Nullable com.mojang.authlib.GameProfileprivate intprivate longprivate longprivate longprivate booleanprivate static final Loggerstatic final intprivate @Nullable ServerMetadataprivate booleanprivate booleanprivate final ServerNetworkIoprivate booleanprivate static final longprivate static final longprivate static final longprivate intprivate static final longprivate booleanprotected final Proxyprivate booleanprivate final Randomprivate longprivate Recorderprivate Consumer<ProfileResult> private @Nullable CompletableFuture<MinecraftServer> private booleanprotected final PlayerSaveHandlerprivate booleanprivate Stringprivate intprivate final Threadprotected final LevelStorage.Sessionprivate booleanprivate final SuppressedExceptionsTrackerprivate longprivate longprivate intprivate longprivate intprivate final long[]static final Stringprivate booleanprivate longprivate final Executorprivate static final AtomicReference<RuntimeException> Fields inherited from class net.minecraft.util.thread.ThreadExecutor
field_52421Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
ConstructorsConstructorDescriptionMinecraftServer(Thread serverThread, LevelStorage.Session session, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanabstract SystemDetailsaddExtraSystemDetails(SystemDetails details) voidaddServerGuiTickable(Runnable tickable) addSystemDetails(SystemDetails details) intadjustTrackingDistance(int initialDistance) abstract booleanSpecifies whether command blocks can execute commands on the server.protected booleancanExecute(ServerTask serverTask) static booleanvoidclose()private static CrashReportcreateCrashReport(Throwable throwable) createFilterer(ServerPlayerEntity player) private ServerMetadatacreateMetadata(@Nullable GameInstance gameInstance) private ServerMetadata.PlayerscreateMetadataPlayers(@Nullable PlayerManager playerManager) createTask(Runnable runnable) voidprivate voiddumpClasspath(Path path) private voiddumpNativeModules(Path path) voiddumpProperties(Path file) private voidprivate voiddumpThreads(Path path) voidvoidexecuteSync(Runnable runnable) protected voidexecuteTask(ServerTask serverTask) voidexit()private voidfinishNetworkReloading(GameInstance gameInstance) voidvoidprotected voidprivate intgetAutosaveInterval(GameInstance gameInstance) longfloatintcom.mojang.datafixers.DataFixergetForcedGameMode(GameInstance gameInstance) Returns the game mode a player should be set to when connecting to the server, ornullif none is set.abstract intcom.mojang.authlib.GameProfileRepository@Nullable com.mojang.authlib.GameProfileintintintReturns the message decorator used by the server.intabstract intprotected intintgetPermissionLevel(com.mojang.authlib.GameProfile profile) intgetProxy()abstract intgetSavePath(WorldSavePath worldSavePath) intcom.mojang.authlib.minecraft.MinecraftSessionServiceintintgetSpawnRadius(@Nullable ServerWorld world) intgetTicks()Gets the amount of ticks the server has been running for.long[]longbooleanhasGui()booleanbooleanabstract booleanChecks whether this server is a dedicated server.booleanisDemo()booleanbooleanbooleanisHardcore(GameInstance gameInstance) abstract booleanisHost(com.mojang.authlib.GameProfile profile) booleanbooleanisMonsterSpawningEnabled(GameInstance gameInstance) booleanReturns whether this Minecraft server authenticates players logging in with the Minecraft Session Service.booleanisPaused()booleanbooleanabstract booleanisRemote()booleanbooleanisSaving()booleanReturns whether this server is a singleplayer server.booleanisSpawnProtected(ServerWorld world, BlockPos pos, PlayerEntity player) booleanbooleanabstract booleanbooleanisWorldAllowed(World world) voidprivate Optional<ServerMetadata.Favicon> voidlogChatMessage(Text message, MessageType.Parameters params, @Nullable String prefix) protected abstract GameInstancemethod_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) protected abstract @Nullable DebugSampleLogvoidprivate voidprivate voidmethod_70561(GameInstance gameInstance) voidonChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidonChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidonPacketException(Throwable exception, PacketType<?> type) booleanopenToLan(GameInstance gameInstance, @Nullable GameMode gameMode, boolean bool, int int2) Opens a server for LAN connections.private voidprivate voidprivate voidpushTickLog(long tickStartTime) booleanvoidprivate voidrunAutosave(GameInstance gameInstance) private booleanrunOneTask(GameInstance gameInstance) protected voidrunServer(ResourcePackManager resourcePackManager, SaveLoader saveLoader, MinecraftServer.class_11170 class_11170, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) booleanrunTask()voidrunTasks(BooleanSupplier stopCondition) protected voidbooleansaveAll(GameInstance gameInstance, boolean bool, boolean bool2, boolean bool3) voidsendMessage(Text message) Sends a system message.voidsetCrashReport(CrashReport report) voidsetDefaultGameMode(GameInstance gameInstance, GameMode gameMode) voidsetDemo(boolean demo) voidsetEnforceWhitelist(boolean enforceWhitelist) voidsetFlightEnabled(boolean flightEnabled) voidsetHostProfile(@Nullable com.mojang.authlib.GameProfile hostProfile) voidvoidsetOnlineMode(boolean onlineMode) Sets whether this server is in the online mode, or whether it authenticates connecting players with the Minecraft Session Service.voidsetPlayerIdleTimeout(GameInstance gameInstance, int int2) voidsetPreventProxyConnections(boolean preventProxyConnections) voidsetPvpEnabled(boolean pvpEnabled) protected voidsetServerId(String serverId) voidsetServerIp(String serverIp) voidsetServerPort(int serverPort) voidsetupRecorder(Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) protected abstract booleanSetups a Minecraft server to be ready for players to connect.static voidsetWorldGenException(RuntimeException exception) abstract booleanabstract booleanbooleanbooleanprivate booleanbooleanbooleanbooleanbooleanvoidshutdown(@Nullable GameInstance gameInstance) voidstatic <S extends MinecraftServer>
SstartServer(ResourcePackManager world, SaveLoader saveLoader, MinecraftServer.class_11170 class_11170, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory, Function<Thread, S> function) private voidprivate Profilervoidstop(boolean waitForShutdown) Stops this server.private voidstopGameInstance(GameInstance gameInstance) voidvoidsubscribeToDebugSample(ServerPlayerEntity player, DebugSampleType type) booleanvoidtick(GameInstance gameInstance, BooleanSupplier booleanSupplier) voidprotected voidtickWorlds(GameInstance gameInstance, BooleanSupplier booleanSupplier) voidupdateAutosaveTicks(GameInstance gameInstance) voidupdateDifficulty(GameInstance gameInstance) voidvoidprivate voidwriteChunkIoReport(CrashReport report, ChunkPos pos, StorageKey key) Methods inherited from class net.minecraft.util.thread.ReentrantThreadExecutor
hasRunningTasksMethods inherited from class net.minecraft.util.thread.ThreadExecutor
cancelTasks, createSamplers, execute, getName, getTaskCount, isMemoryError, isOnThread, runTasks, send, submit, submit, submitAndJoinMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.world.ChunkErrorHandler
onChunkMisplacementMethods inherited from interface net.minecraft.server.command.CommandOutput
cannotBeSilencedMethods inherited from interface net.minecraft.util.thread.TaskExecutor
executeAsync
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/server/MinecraftServer;LOGGER:Lorg/slf4j/Logger;intermediary field_4546Lnet/minecraft/server/MinecraftServer;field_4546:Lorg/slf4j/Logger;official bLnet/minecraft/server/MinecraftServer;b:Lorg/slf4j/Logger;
-
VANILLA
- See Also:
- Mappings:
Namespace Name Mixin selector named VANILLALnet/minecraft/server/MinecraftServer;VANILLA:Ljava/lang/String;intermediary field_34982Lnet/minecraft/server/MinecraftServer;field_34982:Ljava/lang/String;official dLnet/minecraft/server/MinecraftServer;d:Ljava/lang/String;
-
field_33212
private static final float field_33212- See Also:
- Mappings:
Namespace Name Mixin selector named field_33212Lnet/minecraft/server/MinecraftServer;field_33212:Fintermediary field_33212Lnet/minecraft/server/MinecraftServer;field_33212:Fofficial cLnet/minecraft/server/MinecraftServer;c:F
-
field_33213
private static final int field_33213- See Also:
- Mappings:
Namespace Name Mixin selector named field_33213Lnet/minecraft/server/MinecraftServer;field_33213:Iintermediary field_33213Lnet/minecraft/server/MinecraftServer;field_33213:Iofficial pLnet/minecraft/server/MinecraftServer;p:I
-
OVERLOAD_THRESHOLD_NANOS
private static final long OVERLOAD_THRESHOLD_NANOS- Mappings:
Namespace Name Mixin selector named OVERLOAD_THRESHOLD_NANOSLnet/minecraft/server/MinecraftServer;OVERLOAD_THRESHOLD_NANOS:Jintermediary field_47143Lnet/minecraft/server/MinecraftServer;field_47143:Jofficial qLnet/minecraft/server/MinecraftServer;q:J
-
field_47144
private static final int field_47144- See Also:
- Mappings:
Namespace Name Mixin selector named field_47144Lnet/minecraft/server/MinecraftServer;field_47144:Iintermediary field_47144Lnet/minecraft/server/MinecraftServer;field_47144:Iofficial rLnet/minecraft/server/MinecraftServer;r:I
-
OVERLOAD_WARNING_INTERVAL_NANOS
private static final long OVERLOAD_WARNING_INTERVAL_NANOS- Mappings:
Namespace Name Mixin selector named OVERLOAD_WARNING_INTERVAL_NANOSLnet/minecraft/server/MinecraftServer;OVERLOAD_WARNING_INTERVAL_NANOS:Jintermediary field_47145Lnet/minecraft/server/MinecraftServer;field_47145:Jofficial sLnet/minecraft/server/MinecraftServer;s:J
-
field_47146
private static final int field_47146- See Also:
- Mappings:
Namespace Name Mixin selector named field_47146Lnet/minecraft/server/MinecraftServer;field_47146:Iintermediary field_47146Lnet/minecraft/server/MinecraftServer;field_47146:Iofficial tLnet/minecraft/server/MinecraftServer;t:I
-
PLAYER_SAMPLE_UPDATE_INTERVAL_NANOS
private static final long PLAYER_SAMPLE_UPDATE_INTERVAL_NANOS- Mappings:
Namespace Name Mixin selector named PLAYER_SAMPLE_UPDATE_INTERVAL_NANOSLnet/minecraft/server/MinecraftServer;PLAYER_SAMPLE_UPDATE_INTERVAL_NANOS:Jintermediary field_47147Lnet/minecraft/server/MinecraftServer;field_47147:Jofficial uLnet/minecraft/server/MinecraftServer;u:J
-
PREPARE_START_REGION_TICK_DELAY_NANOS
private static final long PREPARE_START_REGION_TICK_DELAY_NANOS- Mappings:
Namespace Name Mixin selector named PREPARE_START_REGION_TICK_DELAY_NANOSLnet/minecraft/server/MinecraftServer;PREPARE_START_REGION_TICK_DELAY_NANOS:Jintermediary field_47148Lnet/minecraft/server/MinecraftServer;field_47148:Jofficial vLnet/minecraft/server/MinecraftServer;v:J
-
field_33218
private static final int field_33218- See Also:
- Mappings:
Namespace Name Mixin selector named field_33218Lnet/minecraft/server/MinecraftServer;field_33218:Iintermediary field_33218Lnet/minecraft/server/MinecraftServer;field_33218:Iofficial wLnet/minecraft/server/MinecraftServer;w:I
-
field_33220
private static final int field_33220- See Also:
- Mappings:
Namespace Name Mixin selector named field_33220Lnet/minecraft/server/MinecraftServer;field_33220:Iintermediary field_33220Lnet/minecraft/server/MinecraftServer;field_33220:Iofficial xLnet/minecraft/server/MinecraftServer;x:I
-
field_47149
private static final int field_47149- See Also:
- Mappings:
Namespace Name Mixin selector named field_47149Lnet/minecraft/server/MinecraftServer;field_47149:Iintermediary field_47149Lnet/minecraft/server/MinecraftServer;field_47149:Iofficial yLnet/minecraft/server/MinecraftServer;y:I
-
field_33221
private static final int field_33221- See Also:
- Mappings:
Namespace Name Mixin selector named field_33221Lnet/minecraft/server/MinecraftServer;field_33221:Iintermediary field_33221Lnet/minecraft/server/MinecraftServer;field_33221:Iofficial zLnet/minecraft/server/MinecraftServer;z:I
-
MAX_WORLD_BORDER_RADIUS
public static final int MAX_WORLD_BORDER_RADIUS- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_WORLD_BORDER_RADIUSLnet/minecraft/server/MinecraftServer;MAX_WORLD_BORDER_RADIUS:Iintermediary field_33211Lnet/minecraft/server/MinecraftServer;field_33211:Iofficial eLnet/minecraft/server/MinecraftServer;e:I
-
DEMO_LEVEL_INFO
- Mappings:
Namespace Name Mixin selector named DEMO_LEVEL_INFOLnet/minecraft/server/MinecraftServer;DEMO_LEVEL_INFO:Lnet/minecraft/world/level/LevelInfo;intermediary field_17704Lnet/minecraft/server/MinecraftServer;field_17704:Lnet/minecraft/class_1940;official fLnet/minecraft/server/MinecraftServer;f:Ldnc;
-
ANONYMOUS_PLAYER_PROFILE
public static final com.mojang.authlib.GameProfile ANONYMOUS_PLAYER_PROFILE- Mappings:
Namespace Name Mixin selector named ANONYMOUS_PLAYER_PROFILELnet/minecraft/server/MinecraftServer;ANONYMOUS_PLAYER_PROFILE:Lcom/mojang/authlib/GameProfile;intermediary field_35641Lnet/minecraft/server/MinecraftServer;field_35641:Lcom/mojang/authlib/GameProfile;official gLnet/minecraft/server/MinecraftServer;g:Lcom/mojang/authlib/GameProfile;
-
field_59587
public static final long field_59587- Mappings:
Namespace Name Mixin selector named field_59587Lnet/minecraft/server/MinecraftServer;field_59587:Jintermediary field_59587Lnet/minecraft/server/MinecraftServer;field_59587:Jofficial hLnet/minecraft/server/MinecraftServer;h:J
-
WORLD_GEN_EXCEPTION
- Mappings:
Namespace Name Mixin selector named WORLD_GEN_EXCEPTIONLnet/minecraft/server/MinecraftServer;WORLD_GEN_EXCEPTION:Ljava/util/concurrent/atomic/AtomicReference;intermediary field_51917Lnet/minecraft/server/MinecraftServer;field_51917:Ljava/util/concurrent/atomic/AtomicReference;official auLnet/minecraft/server/MinecraftServer;au:Ljava/util/concurrent/atomic/AtomicReference;
-
session
- Mappings:
Namespace Name Mixin selector named sessionLnet/minecraft/server/MinecraftServer;session:Lnet/minecraft/world/level/storage/LevelStorage$Session;intermediary field_23784Lnet/minecraft/server/MinecraftServer;field_23784:Lnet/minecraft/class_32$class_5143;official iLnet/minecraft/server/MinecraftServer;i:Lfeg$c;
-
saveHandler
- Mappings:
Namespace Name Mixin selector named saveHandlerLnet/minecraft/server/MinecraftServer;saveHandler:Lnet/minecraft/world/PlayerSaveHandler;intermediary field_24371Lnet/minecraft/server/MinecraftServer;field_24371:Lnet/minecraft/class_29;official jLnet/minecraft/server/MinecraftServer;j:Lfej;
-
serverGuiTickables
- Mappings:
Namespace Name Mixin selector named serverGuiTickablesLnet/minecraft/server/MinecraftServer;serverGuiTickables:Ljava/util/List;intermediary field_4568Lnet/minecraft/server/MinecraftServer;field_4568:Ljava/util/List;official ALnet/minecraft/server/MinecraftServer;A:Ljava/util/List;
-
recorder
- Mappings:
Namespace Name Mixin selector named recorderLnet/minecraft/server/MinecraftServer;recorder:Lnet/minecraft/util/profiler/Recorder;intermediary field_22250Lnet/minecraft/server/MinecraftServer;field_22250:Lnet/minecraft/class_5962;official BLnet/minecraft/server/MinecraftServer;B:Lbuc;
-
recorderResultConsumer
- Mappings:
Namespace Name Mixin selector named recorderResultConsumerLnet/minecraft/server/MinecraftServer;recorderResultConsumer:Ljava/util/function/Consumer;intermediary field_33975Lnet/minecraft/server/MinecraftServer;field_33975:Ljava/util/function/Consumer;official CLnet/minecraft/server/MinecraftServer;C:Ljava/util/function/Consumer;
-
recorderDumpConsumer
- Mappings:
Namespace Name Mixin selector named recorderDumpConsumerLnet/minecraft/server/MinecraftServer;recorderDumpConsumer:Ljava/util/function/Consumer;intermediary field_33976Lnet/minecraft/server/MinecraftServer;field_33976:Ljava/util/function/Consumer;official DLnet/minecraft/server/MinecraftServer;D:Ljava/util/function/Consumer;
-
needsRecorderSetup
private boolean needsRecorderSetup- Mappings:
Namespace Name Mixin selector named needsRecorderSetupLnet/minecraft/server/MinecraftServer;needsRecorderSetup:Zintermediary field_33977Lnet/minecraft/server/MinecraftServer;field_33977:Zofficial ELnet/minecraft/server/MinecraftServer;E:Z
-
debugStart
- Mappings:
Namespace Name Mixin selector named debugStartLnet/minecraft/server/MinecraftServer;debugStart:Lnet/minecraft/server/MinecraftServer$DebugStart;intermediary field_33978Lnet/minecraft/server/MinecraftServer;field_33978:Lnet/minecraft/server/MinecraftServer$class_6414;official FLnet/minecraft/server/MinecraftServer;F:Lnet/minecraft/server/MinecraftServer$b;
-
needsDebugSetup
private boolean needsDebugSetup- Mappings:
Namespace Name Mixin selector named needsDebugSetupLnet/minecraft/server/MinecraftServer;needsDebugSetup:Zintermediary field_33979Lnet/minecraft/server/MinecraftServer;field_33979:Zofficial GLnet/minecraft/server/MinecraftServer;G:Z
-
networkIo
- Mappings:
Namespace Name Mixin selector named networkIoLnet/minecraft/server/MinecraftServer;networkIo:Lnet/minecraft/server/ServerNetworkIo;intermediary field_4563Lnet/minecraft/server/MinecraftServer;field_4563:Lnet/minecraft/class_3242;official HLnet/minecraft/server/MinecraftServer;H:Latv;
-
metadata
- Mappings:
Namespace Name Mixin selector named metadataLnet/minecraft/server/MinecraftServer;metadata:Lnet/minecraft/server/ServerMetadata;intermediary field_4593Lnet/minecraft/server/MinecraftServer;field_4593:Lnet/minecraft/class_2926;official ILnet/minecraft/server/MinecraftServer;I:Laky;
-
favicon
- Mappings:
Namespace Name Mixin selector named faviconLnet/minecraft/server/MinecraftServer;favicon:Lnet/minecraft/server/ServerMetadata$Favicon;intermediary field_42958Lnet/minecraft/server/MinecraftServer;field_42958:Lnet/minecraft/class_2926$class_8145;official JLnet/minecraft/server/MinecraftServer;J:Laky$a;
-
random
- Mappings:
Namespace Name Mixin selector named randomLnet/minecraft/server/MinecraftServer;random:Lnet/minecraft/util/math/random/Random;intermediary field_4602Lnet/minecraft/server/MinecraftServer;field_4602:Lnet/minecraft/class_5819;official KLnet/minecraft/server/MinecraftServer;K:Lbbg;
-
dataFixer
private final com.mojang.datafixers.DataFixer dataFixer- Mappings:
Namespace Name Mixin selector named dataFixerLnet/minecraft/server/MinecraftServer;dataFixer:Lcom/mojang/datafixers/DataFixer;intermediary field_4587Lnet/minecraft/server/MinecraftServer;field_4587:Lcom/mojang/datafixers/DataFixer;official LLnet/minecraft/server/MinecraftServer;L:Lcom/mojang/datafixers/DataFixer;
-
serverIp
- Mappings:
Namespace Name Mixin selector named serverIpLnet/minecraft/server/MinecraftServer;serverIp:Ljava/lang/String;intermediary field_4585Lnet/minecraft/server/MinecraftServer;field_4585:Ljava/lang/String;official MLnet/minecraft/server/MinecraftServer;M:Ljava/lang/String;
-
serverPort
private int serverPort- Mappings:
Namespace Name Mixin selector named serverPortLnet/minecraft/server/MinecraftServer;serverPort:Iintermediary field_4555Lnet/minecraft/server/MinecraftServer;field_4555:Iofficial NLnet/minecraft/server/MinecraftServer;N:I
-
running
private volatile boolean running- Mappings:
Namespace Name Mixin selector named runningLnet/minecraft/server/MinecraftServer;running:Zintermediary field_4544Lnet/minecraft/server/MinecraftServer;field_4544:Zofficial OLnet/minecraft/server/MinecraftServer;O:Z
-
stopped
private boolean stopped- Mappings:
Namespace Name Mixin selector named stoppedLnet/minecraft/server/MinecraftServer;stopped:Zintermediary field_4561Lnet/minecraft/server/MinecraftServer;field_4561:Zofficial PLnet/minecraft/server/MinecraftServer;P:Z
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector named ticksLnet/minecraft/server/MinecraftServer;ticks:Iintermediary field_4572Lnet/minecraft/server/MinecraftServer;field_4572:Iofficial QLnet/minecraft/server/MinecraftServer;Q:I
-
ticksUntilAutosave
private int ticksUntilAutosave- Mappings:
Namespace Name Mixin selector named ticksUntilAutosaveLnet/minecraft/server/MinecraftServer;ticksUntilAutosave:Iintermediary field_47135Lnet/minecraft/server/MinecraftServer;field_47135:Iofficial RLnet/minecraft/server/MinecraftServer;R:I
-
proxy
- Mappings:
Namespace Name Mixin selector named proxyLnet/minecraft/server/MinecraftServer;proxy:Ljava/net/Proxy;intermediary field_4599Lnet/minecraft/server/MinecraftServer;field_4599:Ljava/net/Proxy;official kLnet/minecraft/server/MinecraftServer;k:Ljava/net/Proxy;
-
onlineMode
private boolean onlineMode- Mappings:
Namespace Name Mixin selector named onlineModeLnet/minecraft/server/MinecraftServer;onlineMode:Zintermediary field_4543Lnet/minecraft/server/MinecraftServer;field_4543:Zofficial SLnet/minecraft/server/MinecraftServer;S:Z
-
preventProxyConnections
private boolean preventProxyConnections- Mappings:
Namespace Name Mixin selector named preventProxyConnectionsLnet/minecraft/server/MinecraftServer;preventProxyConnections:Zintermediary field_4560Lnet/minecraft/server/MinecraftServer;field_4560:Zofficial TLnet/minecraft/server/MinecraftServer;T:Z
-
pvpEnabled
private boolean pvpEnabled- Mappings:
Namespace Name Mixin selector named pvpEnabledLnet/minecraft/server/MinecraftServer;pvpEnabled:Zintermediary field_4604Lnet/minecraft/server/MinecraftServer;field_4604:Zofficial ULnet/minecraft/server/MinecraftServer;U:Z
-
flightEnabled
private boolean flightEnabled- Mappings:
Namespace Name Mixin selector named flightEnabledLnet/minecraft/server/MinecraftServer;flightEnabled:Zintermediary field_4554Lnet/minecraft/server/MinecraftServer;field_4554:Zofficial VLnet/minecraft/server/MinecraftServer;V:Z
-
motd
- Mappings:
Namespace Name Mixin selector named motdLnet/minecraft/server/MinecraftServer;motd:Ljava/lang/String;intermediary field_4564Lnet/minecraft/server/MinecraftServer;field_4564:Ljava/lang/String;official WLnet/minecraft/server/MinecraftServer;W:Ljava/lang/String;
-
playerIdleTimeout
private int playerIdleTimeout- Mappings:
Namespace Name Mixin selector named playerIdleTimeoutLnet/minecraft/server/MinecraftServer;playerIdleTimeout:Iintermediary field_4596Lnet/minecraft/server/MinecraftServer;field_4596:Iofficial XLnet/minecraft/server/MinecraftServer;X:I
-
tickTimes
private final long[] tickTimes- Mappings:
Namespace Name Mixin selector named tickTimesLnet/minecraft/server/MinecraftServer;tickTimes:[Jintermediary field_47136Lnet/minecraft/server/MinecraftServer;field_47136:[Jofficial YLnet/minecraft/server/MinecraftServer;Y:[J
-
recentTickTimesNanos
private long recentTickTimesNanos- Mappings:
Namespace Name Mixin selector named recentTickTimesNanosLnet/minecraft/server/MinecraftServer;recentTickTimesNanos:Jintermediary field_47137Lnet/minecraft/server/MinecraftServer;field_47137:Jofficial ZLnet/minecraft/server/MinecraftServer;Z:J
-
keyPair
- Mappings:
Namespace Name Mixin selector named keyPairLnet/minecraft/server/MinecraftServer;keyPair:Ljava/security/KeyPair;intermediary field_4552Lnet/minecraft/server/MinecraftServer;field_4552:Ljava/security/KeyPair;official aaLnet/minecraft/server/MinecraftServer;aa:Ljava/security/KeyPair;
-
hostProfile
- Mappings:
Namespace Name Mixin selector named hostProfileLnet/minecraft/server/MinecraftServer;hostProfile:Lcom/mojang/authlib/GameProfile;intermediary field_39214Lnet/minecraft/server/MinecraftServer;field_39214:Lcom/mojang/authlib/GameProfile;official abLnet/minecraft/server/MinecraftServer;ab:Lcom/mojang/authlib/GameProfile;
-
demo
private boolean demo- Mappings:
Namespace Name Mixin selector named demoLnet/minecraft/server/MinecraftServer;demo:Zintermediary field_4549Lnet/minecraft/server/MinecraftServer;field_4549:Zofficial acLnet/minecraft/server/MinecraftServer;ac:Z
-
loading
private volatile boolean loading- Mappings:
Namespace Name Mixin selector named loadingLnet/minecraft/server/MinecraftServer;loading:Zintermediary field_4547Lnet/minecraft/server/MinecraftServer;field_4547:Zofficial adLnet/minecraft/server/MinecraftServer;ad:Z
-
lastOverloadWarningNanos
private long lastOverloadWarningNanos- Mappings:
Namespace Name Mixin selector named lastOverloadWarningNanosLnet/minecraft/server/MinecraftServer;lastOverloadWarningNanos:Jintermediary field_47138Lnet/minecraft/server/MinecraftServer;field_47138:Jofficial aeLnet/minecraft/server/MinecraftServer;ae:J
-
apiServices
- Mappings:
Namespace Name Mixin selector named apiServicesLnet/minecraft/server/MinecraftServer;apiServices:Lnet/minecraft/util/ApiServices;intermediary field_39440Lnet/minecraft/server/MinecraftServer;field_39440:Lnet/minecraft/class_7497;official lLnet/minecraft/server/MinecraftServer;l:Lamy;
-
lastPlayerSampleUpdate
private long lastPlayerSampleUpdate- Mappings:
Namespace Name Mixin selector named lastPlayerSampleUpdateLnet/minecraft/server/MinecraftServer;lastPlayerSampleUpdate:Jintermediary field_4551Lnet/minecraft/server/MinecraftServer;field_4551:Jofficial afLnet/minecraft/server/MinecraftServer;af:J
-
serverThread
- Mappings:
Namespace Name Mixin selector named serverThreadLnet/minecraft/server/MinecraftServer;serverThread:Ljava/lang/Thread;intermediary field_16257Lnet/minecraft/server/MinecraftServer;field_16257:Ljava/lang/Thread;official agLnet/minecraft/server/MinecraftServer;ag:Ljava/lang/Thread;
-
lastFullTickLogTime
private long lastFullTickLogTime- Mappings:
Namespace Name Mixin selector named lastFullTickLogTimeLnet/minecraft/server/MinecraftServer;lastFullTickLogTime:Jintermediary field_48773Lnet/minecraft/server/MinecraftServer;field_48773:Jofficial ahLnet/minecraft/server/MinecraftServer;ah:J
-
tasksStartTime
private long tasksStartTime- Mappings:
Namespace Name Mixin selector named tasksStartTimeLnet/minecraft/server/MinecraftServer;tasksStartTime:Jintermediary field_48774Lnet/minecraft/server/MinecraftServer;field_48774:Jofficial aiLnet/minecraft/server/MinecraftServer;ai:J
-
waitTime
private long waitTime- Mappings:
Namespace Name Mixin selector named waitTimeLnet/minecraft/server/MinecraftServer;waitTime:Jintermediary field_48775Lnet/minecraft/server/MinecraftServer;field_48775:Jofficial ajLnet/minecraft/server/MinecraftServer;aj:J
-
tickStartTimeNanos
private long tickStartTimeNanos- Mappings:
Namespace Name Mixin selector named tickStartTimeNanosLnet/minecraft/server/MinecraftServer;tickStartTimeNanos:Jintermediary field_47139Lnet/minecraft/server/MinecraftServer;field_47139:Jofficial akLnet/minecraft/server/MinecraftServer;ak:J
-
waitingForNextTick
private boolean waitingForNextTick- Mappings:
Namespace Name Mixin selector named waitingForNextTickLnet/minecraft/server/MinecraftServer;waitingForNextTick:Zintermediary field_53718Lnet/minecraft/server/MinecraftServer;field_53718:Zofficial alLnet/minecraft/server/MinecraftServer;al:Z
-
tickEndTimeNanos
private long tickEndTimeNanos- Mappings:
Namespace Name Mixin selector named tickEndTimeNanosLnet/minecraft/server/MinecraftServer;tickEndTimeNanos:Jintermediary field_47140Lnet/minecraft/server/MinecraftServer;field_47140:Jofficial amLnet/minecraft/server/MinecraftServer;am:J
-
hasJustExecutedTask
private boolean hasJustExecutedTask- Mappings:
Namespace Name Mixin selector named hasJustExecutedTaskLnet/minecraft/server/MinecraftServer;hasJustExecutedTask:Zintermediary field_19249Lnet/minecraft/server/MinecraftServer;field_19249:Zofficial anLnet/minecraft/server/MinecraftServer;an:Z
-
enforceWhitelist
private boolean enforceWhitelist- Mappings:
Namespace Name Mixin selector named enforceWhitelistLnet/minecraft/server/MinecraftServer;enforceWhitelist:Zintermediary field_4570Lnet/minecraft/server/MinecraftServer;field_4570:Zofficial aoLnet/minecraft/server/MinecraftServer;ao:Z
-
averageTickTime
private float averageTickTime- Mappings:
Namespace Name Mixin selector named averageTickTimeLnet/minecraft/server/MinecraftServer;averageTickTime:Fintermediary field_47141Lnet/minecraft/server/MinecraftServer;field_47141:Fofficial apLnet/minecraft/server/MinecraftServer;ap:F
-
workerExecutor
- Mappings:
Namespace Name Mixin selector named workerExecutorLnet/minecraft/server/MinecraftServer;workerExecutor:Ljava/util/concurrent/Executor;intermediary field_17200Lnet/minecraft/server/MinecraftServer;field_17200:Ljava/util/concurrent/Executor;official aqLnet/minecraft/server/MinecraftServer;aq:Ljava/util/concurrent/Executor;
-
serverId
- Mappings:
Namespace Name Mixin selector named serverIdLnet/minecraft/server/MinecraftServer;serverId:Ljava/lang/String;intermediary field_17601Lnet/minecraft/server/MinecraftServer;field_17601:Ljava/lang/String;official arLnet/minecraft/server/MinecraftServer;ar:Ljava/lang/String;
-
idleTickCount
private int idleTickCount- Mappings:
Namespace Name Mixin selector named idleTickCountLnet/minecraft/server/MinecraftServer;idleTickCount:Iintermediary field_53716Lnet/minecraft/server/MinecraftServer;field_53716:Iofficial asLnet/minecraft/server/MinecraftServer;as:I
-
saving
private volatile boolean saving- Mappings:
Namespace Name Mixin selector named savingLnet/minecraft/server/MinecraftServer;saving:Zintermediary field_35437Lnet/minecraft/server/MinecraftServer;field_35437:Zofficial atLnet/minecraft/server/MinecraftServer;at:Z
-
suppressedExceptionsTracker
- Mappings:
Namespace Name Mixin selector named suppressedExceptionsTrackerLnet/minecraft/server/MinecraftServer;suppressedExceptionsTracker:Lnet/minecraft/util/crash/SuppressedExceptionsTracker;intermediary field_53717Lnet/minecraft/server/MinecraftServer;field_53717:Lnet/minecraft/class_9843;official avLnet/minecraft/server/MinecraftServer;av:Lamz;
-
discontinuousFrame
private final com.mojang.jtracy.DiscontinuousFrame discontinuousFrame- Mappings:
Namespace Name Mixin selector named discontinuousFrameLnet/minecraft/server/MinecraftServer;discontinuousFrame:Lcom/mojang/jtracy/DiscontinuousFrame;intermediary field_54275Lnet/minecraft/server/MinecraftServer;field_54275:Lcom/mojang/jtracy/DiscontinuousFrame;official awLnet/minecraft/server/MinecraftServer;aw:Lcom/mojang/jtracy/DiscontinuousFrame;
-
gameInstance
- Mappings:
Namespace Name Mixin selector named gameInstanceLnet/minecraft/server/MinecraftServer;gameInstance:Lnet/minecraft/server/GameInstance;intermediary field_59588Lnet/minecraft/server/MinecraftServer;field_59588:Lnet/minecraft/class_10961;official mLnet/minecraft/server/MinecraftServer;m:Lana;
-
gameInstanceForPreparingStartRegion
- Mappings:
Namespace Name Mixin selector named gameInstanceForPreparingStartRegionLnet/minecraft/server/MinecraftServer;gameInstanceForPreparingStartRegion:Lnet/minecraft/server/GameInstance;intermediary field_59589Lnet/minecraft/server/MinecraftServer;field_59589:Lnet/minecraft/class_10961;official nLnet/minecraft/server/MinecraftServer;n:Lana;
-
reloadNetworkFuture
- Mappings:
Namespace Name Mixin selector named reloadNetworkFutureLnet/minecraft/server/MinecraftServer;reloadNetworkFuture:Ljava/util/concurrent/CompletableFuture;intermediary field_59585Lnet/minecraft/server/MinecraftServer;field_59585:Ljava/util/concurrent/CompletableFuture;official axLnet/minecraft/server/MinecraftServer;ax:Ljava/util/concurrent/CompletableFuture;
-
field_59586
- Mappings:
Namespace Name Mixin selector named field_59586Lnet/minecraft/server/MinecraftServer;field_59586:Ljava/util/concurrent/CompletableFuture;intermediary field_59586Lnet/minecraft/server/MinecraftServer;field_59586:Ljava/util/concurrent/CompletableFuture;official ayLnet/minecraft/server/MinecraftServer;ay:Ljava/util/concurrent/CompletableFuture;
-
-
Constructor Details
-
MinecraftServer
public MinecraftServer(Thread serverThread, LevelStorage.Session session, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorage$Session;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/util/ApiServices;)Vintermediary <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_7497;)Vofficial <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/lang/Thread;Lfeg$c;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lamy;)V
-
-
Method Details
-
startServer
public static <S extends MinecraftServer> S startServer(ResourcePackManager world, SaveLoader saveLoader, MinecraftServer.class_11170 class_11170, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory, Function<Thread, S> function) - Mappings:
Namespace Name Mixin selector named startServerLnet/minecraft/server/MinecraftServer;startServer(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/server/SaveLoader;Lnet/minecraft/server/MinecraftServer$class_11170;Lnet/minecraft/server/WorldGenerationProgressListenerFactory;Ljava/util/function/Function;)Lnet/minecraft/server/MinecraftServer;intermediary method_29740Lnet/minecraft/server/MinecraftServer;method_29740(Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/server/MinecraftServer$class_11170;Lnet/minecraft/class_3950;Ljava/util/function/Function;)Lnet/minecraft/server/MinecraftServer;official aLnet/minecraft/server/MinecraftServer;a(Lavu;Land;Lnet/minecraft/server/MinecraftServer$c;Late;Ljava/util/function/Function;)Lnet/minecraft/server/MinecraftServer;
-
getGameInstance
- Mappings:
Namespace Name Mixin selector named getGameInstanceLnet/minecraft/server/MinecraftServer;getGameInstance()Lnet/minecraft/server/GameInstance;intermediary method_70562Lnet/minecraft/server/MinecraftServer;method_70562()Lnet/minecraft/class_10961;official u_Lnet/minecraft/server/MinecraftServer;u_()Lana;
-
getWorkerExecutor
- Mappings:
Namespace Name Mixin selector named getWorkerExecutorLnet/minecraft/server/MinecraftServer;getWorkerExecutor()Ljava/util/concurrent/Executor;intermediary method_70563Lnet/minecraft/server/MinecraftServer;method_70563()Ljava/util/concurrent/Executor;official v_Lnet/minecraft/server/MinecraftServer;v_()Ljava/util/concurrent/Executor;
-
setupServer
Setups a Minecraft server to be ready for players to connect. This method does several things including loading server properties and loading worlds.- Returns:
- true if the Minecraft server was successfully setup, false if the server failed to be setup.
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named setupServerLnet/minecraft/server/MinecraftServer;setupServer()Zintermediary method_3823Lnet/minecraft/server/MinecraftServer;method_3823()Zofficial eLnet/minecraft/server/MinecraftServer;e()Z
-
method_69059
protected abstract GameInstance method_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector named method_69059Lnet/minecraft/server/MinecraftServer;method_69059(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/server/SaveLoader;Lnet/minecraft/server/WorldGenerationProgressListenerFactory;)Lnet/minecraft/server/GameInstance;intermediary method_69059Lnet/minecraft/server/MinecraftServer;method_69059(Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/class_3950;)Lnet/minecraft/class_10961;official aLnet/minecraft/server/MinecraftServer;a(Lavu;Land;Late;)Lana;
-
updateDifficulty
- Mappings:
Namespace Name Mixin selector named updateDifficultyLnet/minecraft/server/MinecraftServer;updateDifficulty(Lnet/minecraft/server/GameInstance;)Vintermediary method_27731Lnet/minecraft/server/MinecraftServer;method_27731(Lnet/minecraft/class_10961;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Lana;)V
-
getOpPermissionLevel
public abstract int getOpPermissionLevel()- Mappings:
Namespace Name Mixin selector named getOpPermissionLevelLnet/minecraft/server/MinecraftServer;getOpPermissionLevel()Iintermediary method_3798Lnet/minecraft/server/MinecraftServer;method_3798()Iofficial iLnet/minecraft/server/MinecraftServer;i()I
-
getFunctionPermissionLevel
public abstract int getFunctionPermissionLevel()- Mappings:
Namespace Name Mixin selector named getFunctionPermissionLevelLnet/minecraft/server/MinecraftServer;getFunctionPermissionLevel()Iintermediary method_21714Lnet/minecraft/server/MinecraftServer;method_21714()Iofficial jLnet/minecraft/server/MinecraftServer;j()I
-
shouldBroadcastRconToOps
public abstract boolean shouldBroadcastRconToOps()- Mappings:
Namespace Name Mixin selector named shouldBroadcastRconToOpsLnet/minecraft/server/MinecraftServer;shouldBroadcastRconToOps()Zintermediary method_3732Lnet/minecraft/server/MinecraftServer;method_3732()Zofficial kLnet/minecraft/server/MinecraftServer;k()Z
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTaskExecutor<ServerTask>
-
shutdown
- Mappings:
Namespace Name Mixin selector named shutdownLnet/minecraft/server/MinecraftServer;shutdown(Lnet/minecraft/server/GameInstance;)Vintermediary method_3782Lnet/minecraft/server/MinecraftServer;method_3782(Lnet/minecraft/class_10961;)Vofficial cLnet/minecraft/server/MinecraftServer;c(Lana;)V
-
stopGameInstance
- Mappings:
Namespace Name Mixin selector named stopGameInstanceLnet/minecraft/server/MinecraftServer;stopGameInstance(Lnet/minecraft/server/GameInstance;)Vintermediary method_70559Lnet/minecraft/server/MinecraftServer;method_70559(Lnet/minecraft/class_10961;)Vofficial gLnet/minecraft/server/MinecraftServer;g(Lana;)V
-
getServerIp
- Mappings:
Namespace Name Mixin selector named getServerIpLnet/minecraft/server/MinecraftServer;getServerIp()Ljava/lang/String;intermediary method_3819Lnet/minecraft/server/MinecraftServer;method_3819()Ljava/lang/String;official w_Lnet/minecraft/server/MinecraftServer;w_()Ljava/lang/String;
-
setServerIp
- Mappings:
Namespace Name Mixin selector named setServerIpLnet/minecraft/server/MinecraftServer;setServerIp(Ljava/lang/String;)Vintermediary method_3842Lnet/minecraft/server/MinecraftServer;method_3842(Ljava/lang/String;)Vofficial a_Lnet/minecraft/server/MinecraftServer;a_(Ljava/lang/String;)V
-
isRunning
public boolean isRunning()- Mappings:
Namespace Name Mixin selector named isRunningLnet/minecraft/server/MinecraftServer;isRunning()Zintermediary method_3806Lnet/minecraft/server/MinecraftServer;method_3806()Zofficial tLnet/minecraft/server/MinecraftServer;t()Z
-
stop
public void stop(boolean waitForShutdown) Stops this server.- Parameters:
waitForShutdown- whether to wait for server shutdown, if called outside the server thread- API Note:
- Pass
truetowaitForShutdownto wait until the server shuts down. Note that this must befalseif called from the server thread, otherwise it deadlocks. - Mappings:
Namespace Name Mixin selector named stopLnet/minecraft/server/MinecraftServer;stop(Z)Vintermediary method_3747Lnet/minecraft/server/MinecraftServer;method_3747(Z)Vofficial aLnet/minecraft/server/MinecraftServer;a(Z)V
-
runServer
protected void runServer(ResourcePackManager resourcePackManager, SaveLoader saveLoader, MinecraftServer.class_11170 class_11170, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) - Mappings:
Namespace Name Mixin selector named runServerLnet/minecraft/server/MinecraftServer;runServer(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/server/SaveLoader;Lnet/minecraft/server/MinecraftServer$class_11170;Lnet/minecraft/server/WorldGenerationProgressListenerFactory;)Vintermediary method_29741Lnet/minecraft/server/MinecraftServer;method_29741(Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/server/MinecraftServer$class_11170;Lnet/minecraft/class_3950;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lavu;Land;Lnet/minecraft/server/MinecraftServer$c;Late;)V
-
finishNetworkReloading
- Mappings:
Namespace Name Mixin selector named finishNetworkReloadingLnet/minecraft/server/MinecraftServer;finishNetworkReloading(Lnet/minecraft/server/GameInstance;)Vintermediary method_70560Lnet/minecraft/server/MinecraftServer;method_70560(Lnet/minecraft/class_10961;)Vofficial hLnet/minecraft/server/MinecraftServer;h(Lana;)V
-
method_70554
private void method_70554()- Mappings:
Namespace Name Mixin selector named method_70554Lnet/minecraft/server/MinecraftServer;method_70554()Vintermediary method_70554Lnet/minecraft/server/MinecraftServer;method_70554()Vofficial aNLnet/minecraft/server/MinecraftServer;aN()V
-
method_70561
- Mappings:
Namespace Name Mixin selector named method_70561Lnet/minecraft/server/MinecraftServer;method_70561(Lnet/minecraft/server/GameInstance;)Vintermediary method_70561Lnet/minecraft/server/MinecraftServer;method_70561(Lnet/minecraft/class_10961;)Vofficial iLnet/minecraft/server/MinecraftServer;i(Lana;)V
-
pushFullTickLog
private void pushFullTickLog()- Mappings:
Namespace Name Mixin selector named pushFullTickLogLnet/minecraft/server/MinecraftServer;pushFullTickLog()Vintermediary method_56603Lnet/minecraft/server/MinecraftServer;method_56603()Vofficial aOLnet/minecraft/server/MinecraftServer;aO()V
-
startTaskPerformanceLog
private void startTaskPerformanceLog()- Mappings:
Namespace Name Mixin selector named startTaskPerformanceLogLnet/minecraft/server/MinecraftServer;startTaskPerformanceLog()Vintermediary method_56604Lnet/minecraft/server/MinecraftServer;method_56604()Vofficial aPLnet/minecraft/server/MinecraftServer;aP()V
-
pushPerformanceLogs
private void pushPerformanceLogs()- Mappings:
Namespace Name Mixin selector named pushPerformanceLogsLnet/minecraft/server/MinecraftServer;pushPerformanceLogs()Vintermediary method_56605Lnet/minecraft/server/MinecraftServer;method_56605()Vofficial aQLnet/minecraft/server/MinecraftServer;aQ()V
-
createCrashReport
- Mappings:
Namespace Name Mixin selector named createCrashReportLnet/minecraft/server/MinecraftServer;createCrashReport(Ljava/lang/Throwable;)Lnet/minecraft/util/crash/CrashReport;intermediary method_40376Lnet/minecraft/server/MinecraftServer;method_40376(Ljava/lang/Throwable;)Lnet/minecraft/class_128;official bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/Throwable;)Lp;
-
shouldKeepTicking
private boolean shouldKeepTicking()- Mappings:
Namespace Name Mixin selector named shouldKeepTickingLnet/minecraft/server/MinecraftServer;shouldKeepTicking()Zintermediary method_3866Lnet/minecraft/server/MinecraftServer;method_3866()Zofficial aXLnet/minecraft/server/MinecraftServer;aX()Z
-
checkWorldGenException
public static boolean checkWorldGenException()- Mappings:
Namespace Name Mixin selector named checkWorldGenExceptionLnet/minecraft/server/MinecraftServer;checkWorldGenException()Zintermediary method_60584Lnet/minecraft/server/MinecraftServer;method_60584()Zofficial uLnet/minecraft/server/MinecraftServer;u()Z
-
setWorldGenException
- Mappings:
Namespace Name Mixin selector named setWorldGenExceptionLnet/minecraft/server/MinecraftServer;setWorldGenException(Ljava/lang/RuntimeException;)Vintermediary method_60582Lnet/minecraft/server/MinecraftServer;method_60582(Ljava/lang/RuntimeException;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/RuntimeException;)V
-
runTasks
- Overrides:
runTasksin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named runTasksLnet/minecraft/util/thread/ThreadExecutor;runTasks(Ljava/util/function/BooleanSupplier;)Vintermediary method_18857Lnet/minecraft/class_1255;method_18857(Ljava/util/function/BooleanSupplier;)Vofficial aLbup;a(Ljava/util/function/BooleanSupplier;)V
-
runTasksTillTickEnd
protected void runTasksTillTickEnd()- Mappings:
Namespace Name Mixin selector named runTasksTillTickEndLnet/minecraft/server/MinecraftServer;runTasksTillTickEnd()Vintermediary method_16208Lnet/minecraft/server/MinecraftServer;method_16208()Vofficial x_Lnet/minecraft/server/MinecraftServer;x_()V
-
waitForTasks
public void waitForTasks()- Overrides:
waitForTasksin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named waitForTasksLnet/minecraft/util/thread/ThreadExecutor;waitForTasks()Vintermediary method_20813Lnet/minecraft/class_1255;method_20813()Vofficial vLbup;v()V
-
createTask
- Specified by:
createTaskin interfaceTaskExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named createTaskLnet/minecraft/server/MinecraftServer;createTask(Ljava/lang/Runnable;)Lnet/minecraft/server/ServerTask;intermediary method_16209Lnet/minecraft/server/MinecraftServer;method_16209(Ljava/lang/Runnable;)Lnet/minecraft/class_3738;official aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/Runnable;)Lanb;
-
canExecute
- Specified by:
canExecutein classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named canExecuteLnet/minecraft/server/MinecraftServer;canExecute(Lnet/minecraft/server/ServerTask;)Zintermediary method_19464Lnet/minecraft/server/MinecraftServer;method_19464(Lnet/minecraft/class_3738;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lanb;)Z
-
runTask
public boolean runTask()- Overrides:
runTaskin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named runTaskLnet/minecraft/util/thread/ThreadExecutor;runTask()Zintermediary method_16075Lnet/minecraft/class_1255;method_16075()Zofficial wLbup;w()Z
-
runOneTask
- Mappings:
Namespace Name Mixin selector named runOneTaskLnet/minecraft/server/MinecraftServer;runOneTask(Lnet/minecraft/server/GameInstance;)Zintermediary method_20415Lnet/minecraft/server/MinecraftServer;method_20415(Lnet/minecraft/class_10961;)Zofficial jLnet/minecraft/server/MinecraftServer;j(Lana;)Z
-
executeTask
- Overrides:
executeTaskin classReentrantThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named executeTaskLnet/minecraft/server/MinecraftServer;executeTask(Lnet/minecraft/server/ServerTask;)Vintermediary method_24306Lnet/minecraft/server/MinecraftServer;method_24306(Lnet/minecraft/class_3738;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Lanb;)V
-
loadFavicon
- Mappings:
Namespace Name Mixin selector named loadFaviconLnet/minecraft/server/MinecraftServer;loadFavicon()Ljava/util/Optional;intermediary method_49384Lnet/minecraft/server/MinecraftServer;method_49384()Ljava/util/Optional;official aYLnet/minecraft/server/MinecraftServer;aY()Ljava/util/Optional;
-
getIconFile
- Mappings:
Namespace Name Mixin selector named getIconFileLnet/minecraft/server/MinecraftServer;getIconFile()Ljava/util/Optional;intermediary method_3725Lnet/minecraft/server/MinecraftServer;method_3725()Ljava/util/Optional;official xLnet/minecraft/server/MinecraftServer;x()Ljava/util/Optional;
-
getRunDirectory
- Mappings:
Namespace Name Mixin selector named getRunDirectoryLnet/minecraft/server/MinecraftServer;getRunDirectory()Ljava/nio/file/Path;intermediary method_3831Lnet/minecraft/server/MinecraftServer;method_3831()Ljava/nio/file/Path;official yLnet/minecraft/server/MinecraftServer;y()Ljava/nio/file/Path;
-
setCrashReport
- Mappings:
Namespace Name Mixin selector named setCrashReportLnet/minecraft/server/MinecraftServer;setCrashReport(Lnet/minecraft/util/crash/CrashReport;)Vintermediary method_3744Lnet/minecraft/server/MinecraftServer;method_3744(Lnet/minecraft/class_128;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lp;)V
-
exit
public void exit()- Mappings:
Namespace Name Mixin selector named exitLnet/minecraft/server/MinecraftServer;exit()Vintermediary method_3821Lnet/minecraft/server/MinecraftServer;method_3821()Vofficial hLnet/minecraft/server/MinecraftServer;h()V
-
isPaused
public boolean isPaused()- Mappings:
Namespace Name Mixin selector named isPausedLnet/minecraft/server/MinecraftServer;isPaused()Zintermediary method_54809Lnet/minecraft/server/MinecraftServer;method_54809()Zofficial zLnet/minecraft/server/MinecraftServer;z()Z
-
tick
- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/server/MinecraftServer;tick(Lnet/minecraft/server/GameInstance;Ljava/util/function/BooleanSupplier;)Vintermediary method_3748Lnet/minecraft/server/MinecraftServer;method_3748(Lnet/minecraft/class_10961;Ljava/util/function/BooleanSupplier;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lana;Ljava/util/function/BooleanSupplier;)V
-
runAutosave
- Mappings:
Namespace Name Mixin selector named runAutosaveLnet/minecraft/server/MinecraftServer;runAutosave(Lnet/minecraft/server/GameInstance;)Vintermediary method_62734Lnet/minecraft/server/MinecraftServer;method_62734(Lnet/minecraft/class_10961;)Vofficial kLnet/minecraft/server/MinecraftServer;k(Lana;)V
-
pushTickLog
private void pushTickLog(long tickStartTime) - Mappings:
Namespace Name Mixin selector named pushTickLogLnet/minecraft/server/MinecraftServer;pushTickLog(J)Vintermediary method_56602Lnet/minecraft/server/MinecraftServer;method_56602(J)Vofficial aLnet/minecraft/server/MinecraftServer;a(J)V
-
getAutosaveInterval
- Mappings:
Namespace Name Mixin selector named getAutosaveIntervalLnet/minecraft/server/MinecraftServer;getAutosaveInterval(Lnet/minecraft/server/GameInstance;)Iintermediary method_54837Lnet/minecraft/server/MinecraftServer;method_54837(Lnet/minecraft/class_10961;)Iofficial lLnet/minecraft/server/MinecraftServer;l(Lana;)I
-
updateAutosaveTicks
- Mappings:
Namespace Name Mixin selector named updateAutosaveTicksLnet/minecraft/server/MinecraftServer;updateAutosaveTicks(Lnet/minecraft/server/GameInstance;)Vintermediary method_54831Lnet/minecraft/server/MinecraftServer;method_54831(Lnet/minecraft/class_10961;)Vofficial dLnet/minecraft/server/MinecraftServer;d(Lana;)V
-
method_69060
- Mappings:
Namespace Name Mixin selector named method_69060Lnet/minecraft/server/MinecraftServer;method_69060()Lnet/minecraft/util/profiler/log/DebugSampleLog;intermediary method_69060Lnet/minecraft/server/MinecraftServer;method_69060()Lnet/minecraft/class_8743;official fLnet/minecraft/server/MinecraftServer;f()Lbqp;
-
createMetadata
- Mappings:
Namespace Name Mixin selector named createMetadataLnet/minecraft/server/MinecraftServer;createMetadata(Lnet/minecraft/server/GameInstance;)Lnet/minecraft/server/ServerMetadata;intermediary method_49385Lnet/minecraft/server/MinecraftServer;method_49385(Lnet/minecraft/class_10961;)Lnet/minecraft/class_2926;official mLnet/minecraft/server/MinecraftServer;m(Lana;)Laky;
-
createMetadataPlayers
private ServerMetadata.Players createMetadataPlayers(@Nullable @Nullable PlayerManager playerManager) - Mappings:
Namespace Name Mixin selector named createMetadataPlayersLnet/minecraft/server/MinecraftServer;createMetadataPlayers(Lnet/minecraft/server/PlayerManager;)Lnet/minecraft/server/ServerMetadata$Players;intermediary method_49386Lnet/minecraft/server/MinecraftServer;method_49386(Lnet/minecraft/class_3324;)Lnet/minecraft/class_2926$class_2927;official aLnet/minecraft/server/MinecraftServer;a(Lawx;)Laky$b;
-
tickWorlds
- Mappings:
Namespace Name Mixin selector named tickWorldsLnet/minecraft/server/MinecraftServer;tickWorlds(Lnet/minecraft/server/GameInstance;Ljava/util/function/BooleanSupplier;)Vintermediary method_3813Lnet/minecraft/server/MinecraftServer;method_3813(Lnet/minecraft/class_10961;Ljava/util/function/BooleanSupplier;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Lana;Ljava/util/function/BooleanSupplier;)V
-
tickNetworkIo
public void tickNetworkIo()- Mappings:
Namespace Name Mixin selector named tickNetworkIoLnet/minecraft/server/MinecraftServer;tickNetworkIo()Vintermediary method_61254Lnet/minecraft/server/MinecraftServer;method_61254()Vofficial ALnet/minecraft/server/MinecraftServer;A()V
-
isWorldAllowed
- Mappings:
Namespace Name Mixin selector named isWorldAllowedLnet/minecraft/server/MinecraftServer;isWorldAllowed(Lnet/minecraft/world/World;)Zintermediary method_60671Lnet/minecraft/server/MinecraftServer;method_60671(Lnet/minecraft/class_1937;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Ldmy;)Z
-
addServerGuiTickable
- Mappings:
Namespace Name Mixin selector named addServerGuiTickableLnet/minecraft/server/MinecraftServer;addServerGuiTickable(Ljava/lang/Runnable;)Vintermediary method_3742Lnet/minecraft/server/MinecraftServer;method_3742(Ljava/lang/Runnable;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/Runnable;)V
-
setServerId
- Mappings:
Namespace Name Mixin selector named setServerIdLnet/minecraft/server/MinecraftServer;setServerId(Ljava/lang/String;)Vintermediary method_17819Lnet/minecraft/server/MinecraftServer;method_17819(Ljava/lang/String;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/String;)V
-
isStopping
public boolean isStopping()- Mappings:
Namespace Name Mixin selector named isStoppingLnet/minecraft/server/MinecraftServer;isStopping()Zintermediary method_16043Lnet/minecraft/server/MinecraftServer;method_16043()Zofficial BLnet/minecraft/server/MinecraftServer;B()Z
-
getPath
- Parameters:
path- relative path from the run directory- Mappings:
Namespace Name Mixin selector named getPathLnet/minecraft/server/MinecraftServer;getPath(Ljava/lang/String;)Ljava/nio/file/Path;intermediary method_3758Lnet/minecraft/server/MinecraftServer;method_3758(Ljava/lang/String;)Ljava/nio/file/Path;official cLnet/minecraft/server/MinecraftServer;c(Ljava/lang/String;)Ljava/nio/file/Path;
-
getVersion
- Specified by:
getVersionin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getVersionLnet/minecraft/network/QueryableServer;getVersion()Ljava/lang/String;intermediary method_3827Lnet/minecraft/class_8599;method_3827()Ljava/lang/String;official CLams;C()Ljava/lang/String;
-
getCurrentPlayerCount
public int getCurrentPlayerCount()- Specified by:
getCurrentPlayerCountin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getCurrentPlayerCountLnet/minecraft/network/QueryableServer;getCurrentPlayerCount()Iintermediary method_3788Lnet/minecraft/class_8599;method_3788()Iofficial DLams;D()I
-
getMaxPlayerCount
public int getMaxPlayerCount()- Specified by:
getMaxPlayerCountin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getMaxPlayerCountLnet/minecraft/network/QueryableServer;getMaxPlayerCount()Iintermediary method_3802Lnet/minecraft/class_8599;method_3802()Iofficial ELams;E()I
-
getServerModName
-
addSystemDetails
- Mappings:
Namespace Name Mixin selector named addSystemDetailsLnet/minecraft/server/MinecraftServer;addSystemDetails(Lnet/minecraft/util/SystemDetails;)Lnet/minecraft/util/SystemDetails;intermediary method_37324Lnet/minecraft/server/MinecraftServer;method_37324(Lnet/minecraft/class_6396;)Lnet/minecraft/class_6396;official bLnet/minecraft/server/MinecraftServer;b(Lae;)Lae;
-
addExtraSystemDetails
- Mappings:
Namespace Name Mixin selector named addExtraSystemDetailsLnet/minecraft/server/MinecraftServer;addExtraSystemDetails(Lnet/minecraft/util/SystemDetails;)Lnet/minecraft/util/SystemDetails;intermediary method_3859Lnet/minecraft/server/MinecraftServer;method_3859(Lnet/minecraft/class_6396;)Lnet/minecraft/class_6396;official aLnet/minecraft/server/MinecraftServer;a(Lae;)Lae;
-
getModStatus
- Mappings:
Namespace Name Mixin selector named getModStatusLnet/minecraft/server/MinecraftServer;getModStatus()Lnet/minecraft/util/ModStatus;intermediary method_24307Lnet/minecraft/server/MinecraftServer;method_24307()Lnet/minecraft/class_6683;official FLnet/minecraft/server/MinecraftServer;F()Lbaw;
-
sendMessage
Sends a system message.- Specified by:
sendMessagein interfaceCommandOutput- Implementation Note:
- The output location depends on the implementation; players will use the in-game chat, and others will output to the log.
- Mappings:
Namespace Name Mixin selector named sendMessageLnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)Vintermediary method_43496Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)Vofficial aLek;a(Lxi;)V
-
getKeyPair
- Mappings:
Namespace Name Mixin selector named getKeyPairLnet/minecraft/server/MinecraftServer;getKeyPair()Ljava/security/KeyPair;intermediary method_3716Lnet/minecraft/server/MinecraftServer;method_3716()Ljava/security/KeyPair;official GLnet/minecraft/server/MinecraftServer;G()Ljava/security/KeyPair;
-
getServerPort
public int getServerPort()- Mappings:
Namespace Name Mixin selector named getServerPortLnet/minecraft/server/MinecraftServer;getServerPort()Iintermediary method_3756Lnet/minecraft/server/MinecraftServer;method_3756()Iofficial HLnet/minecraft/server/MinecraftServer;H()I
-
setServerPort
public void setServerPort(int serverPort) - Mappings:
Namespace Name Mixin selector named setServerPortLnet/minecraft/server/MinecraftServer;setServerPort(I)Vintermediary method_3779Lnet/minecraft/server/MinecraftServer;method_3779(I)Vofficial aLnet/minecraft/server/MinecraftServer;a(I)V
-
getHostProfile
- Mappings:
Namespace Name Mixin selector named getHostProfileLnet/minecraft/server/MinecraftServer;getHostProfile()Lcom/mojang/authlib/GameProfile;intermediary method_43824Lnet/minecraft/server/MinecraftServer;method_43824()Lcom/mojang/authlib/GameProfile;official ILnet/minecraft/server/MinecraftServer;I()Lcom/mojang/authlib/GameProfile;
-
setHostProfile
- Mappings:
Namespace Name Mixin selector named setHostProfileLnet/minecraft/server/MinecraftServer;setHostProfile(Lcom/mojang/authlib/GameProfile;)Vintermediary method_43825Lnet/minecraft/server/MinecraftServer;method_43825(Lcom/mojang/authlib/GameProfile;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Lcom/mojang/authlib/GameProfile;)V
-
isSingleplayer
public boolean isSingleplayer()Returns whether this server is a singleplayer server. A singleplayer server has a "single player" to whom the player data in thelevel.datapplies. Otherwise, the player data is not applied to anyone. Hence, it is necessary to properly load some single-player save games.All vanilla integrated servers and dedicated servers launched with the argument
--singleplayer <singlePlayerName>are singleplayer servers.A dedicated singleplayer server always turns online mode off, regardless of the content of
server.properties.- Returns:
- whether this server is a singleplayer server
- See Also:
- Mappings:
Namespace Name Mixin selector named isSingleplayerLnet/minecraft/server/MinecraftServer;isSingleplayer()Zintermediary method_3724Lnet/minecraft/server/MinecraftServer;method_3724()Zofficial JLnet/minecraft/server/MinecraftServer;J()Z
-
generateKeyPair
protected void generateKeyPair()- Mappings:
Namespace Name Mixin selector named generateKeyPairLnet/minecraft/server/MinecraftServer;generateKeyPair()Vintermediary method_31400Lnet/minecraft/server/MinecraftServer;method_31400()Vofficial KLnet/minecraft/server/MinecraftServer;K()V
-
adjustTrackingDistance
public int adjustTrackingDistance(int initialDistance) - Mappings:
Namespace Name Mixin selector named adjustTrackingDistanceLnet/minecraft/server/MinecraftServer;adjustTrackingDistance(I)Iintermediary method_27903Lnet/minecraft/server/MinecraftServer;method_27903(I)Iofficial bLnet/minecraft/server/MinecraftServer;b(I)I
-
isDemo
public boolean isDemo()- Mappings:
Namespace Name Mixin selector named isDemoLnet/minecraft/server/MinecraftServer;isDemo()Zintermediary method_3799Lnet/minecraft/server/MinecraftServer;method_3799()Zofficial LLnet/minecraft/server/MinecraftServer;L()Z
-
setDemo
public void setDemo(boolean demo) - Mappings:
Namespace Name Mixin selector named setDemoLnet/minecraft/server/MinecraftServer;setDemo(Z)Vintermediary method_3730Lnet/minecraft/server/MinecraftServer;method_3730(Z)Vofficial bLnet/minecraft/server/MinecraftServer;b(Z)V
-
getResourcePackProperties
- Mappings:
Namespace Name Mixin selector named getResourcePackPropertiesLnet/minecraft/server/MinecraftServer;getResourcePackProperties()Ljava/util/Optional;intermediary method_43659Lnet/minecraft/server/MinecraftServer;method_43659()Ljava/util/Optional;official MLnet/minecraft/server/MinecraftServer;M()Ljava/util/Optional;
-
requireResourcePack
public boolean requireResourcePack()- Mappings:
Namespace Name Mixin selector named requireResourcePackLnet/minecraft/server/MinecraftServer;requireResourcePack()Zintermediary method_32303Lnet/minecraft/server/MinecraftServer;method_32303()Zofficial NLnet/minecraft/server/MinecraftServer;N()Z
-
isDedicated
public abstract boolean isDedicated()Checks whether this server is a dedicated server.A dedicated server refers to a Minecraft server implementation which is detached from a parent Minecraft client process. A dedicated Minecraft server only accepts remote connections.
- Mappings:
Namespace Name Mixin selector named isDedicatedLnet/minecraft/server/MinecraftServer;isDedicated()Zintermediary method_3816Lnet/minecraft/server/MinecraftServer;method_3816()Zofficial lLnet/minecraft/server/MinecraftServer;l()Z
-
getRateLimit
public abstract int getRateLimit()- Mappings:
Namespace Name Mixin selector named getRateLimitLnet/minecraft/server/MinecraftServer;getRateLimit()Iintermediary method_30612Lnet/minecraft/server/MinecraftServer;method_30612()Iofficial mLnet/minecraft/server/MinecraftServer;m()I
-
isOnlineMode
public boolean isOnlineMode()Returns whether this Minecraft server authenticates players logging in with the Minecraft Session Service. If this server is singleplayer, such as integrated servers, it will accept unauthenticated players; otherwise, it disconnects such players.- Returns:
- whether this Minecraft server authenticates players logging in with the Minecraft Session Service
- See Also:
- Mappings:
Namespace Name Mixin selector named isOnlineModeLnet/minecraft/server/MinecraftServer;isOnlineMode()Zintermediary method_3828Lnet/minecraft/server/MinecraftServer;method_3828()Zofficial OLnet/minecraft/server/MinecraftServer;O()Z
-
setOnlineMode
public void setOnlineMode(boolean onlineMode) Sets whether this server is in the online mode, or whether it authenticates connecting players with the Minecraft Session Service.This is called by individual server implementations on their setup.
- Parameters:
onlineMode- whether the server will be in online mode- See Also:
- Mappings:
Namespace Name Mixin selector named setOnlineModeLnet/minecraft/server/MinecraftServer;setOnlineMode(Z)Vintermediary method_3864Lnet/minecraft/server/MinecraftServer;method_3864(Z)Vofficial cLnet/minecraft/server/MinecraftServer;c(Z)V
-
shouldPreventProxyConnections
public boolean shouldPreventProxyConnections()- Mappings:
Namespace Name Mixin selector named shouldPreventProxyConnectionsLnet/minecraft/server/MinecraftServer;shouldPreventProxyConnections()Zintermediary method_3775Lnet/minecraft/server/MinecraftServer;method_3775()Zofficial PLnet/minecraft/server/MinecraftServer;P()Z
-
setPreventProxyConnections
public void setPreventProxyConnections(boolean preventProxyConnections) - Mappings:
Namespace Name Mixin selector named setPreventProxyConnectionsLnet/minecraft/server/MinecraftServer;setPreventProxyConnections(Z)Vintermediary method_3764Lnet/minecraft/server/MinecraftServer;method_3764(Z)Vofficial dLnet/minecraft/server/MinecraftServer;d(Z)V
-
isUsingNativeTransport
public abstract boolean isUsingNativeTransport()- Mappings:
Namespace Name Mixin selector named isUsingNativeTransportLnet/minecraft/server/MinecraftServer;isUsingNativeTransport()Zintermediary method_3759Lnet/minecraft/server/MinecraftServer;method_3759()Zofficial nLnet/minecraft/server/MinecraftServer;n()Z
-
isPvpEnabled
public boolean isPvpEnabled()- Mappings:
Namespace Name Mixin selector named isPvpEnabledLnet/minecraft/server/MinecraftServer;isPvpEnabled()Zintermediary method_3852Lnet/minecraft/server/MinecraftServer;method_3852()Zofficial QLnet/minecraft/server/MinecraftServer;Q()Z
-
setPvpEnabled
public void setPvpEnabled(boolean pvpEnabled) - Mappings:
Namespace Name Mixin selector named setPvpEnabledLnet/minecraft/server/MinecraftServer;setPvpEnabled(Z)Vintermediary method_3815Lnet/minecraft/server/MinecraftServer;method_3815(Z)Vofficial eLnet/minecraft/server/MinecraftServer;e(Z)V
-
isFlightEnabled
public boolean isFlightEnabled()- Mappings:
Namespace Name Mixin selector named isFlightEnabledLnet/minecraft/server/MinecraftServer;isFlightEnabled()Zintermediary method_3718Lnet/minecraft/server/MinecraftServer;method_3718()Zofficial RLnet/minecraft/server/MinecraftServer;R()Z
-
setFlightEnabled
public void setFlightEnabled(boolean flightEnabled) - Mappings:
Namespace Name Mixin selector named setFlightEnabledLnet/minecraft/server/MinecraftServer;setFlightEnabled(Z)Vintermediary method_3745Lnet/minecraft/server/MinecraftServer;method_3745(Z)Vofficial fLnet/minecraft/server/MinecraftServer;f(Z)V
-
areCommandBlocksEnabled
public abstract boolean areCommandBlocksEnabled()Specifies whether command blocks can execute commands on the server.- Mappings:
Namespace Name Mixin selector named areCommandBlocksEnabledLnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Zintermediary method_3812Lnet/minecraft/server/MinecraftServer;method_3812()Zofficial oLnet/minecraft/server/MinecraftServer;o()Z
-
getServerMotd
- Specified by:
getServerMotdin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getServerMotdLnet/minecraft/network/QueryableServer;getServerMotd()Ljava/lang/String;intermediary method_3818Lnet/minecraft/class_8599;method_3818()Ljava/lang/String;official SLams;S()Ljava/lang/String;
-
setMotd
- Mappings:
Namespace Name Mixin selector named setMotdLnet/minecraft/server/MinecraftServer;setMotd(Ljava/lang/String;)Vintermediary method_3834Lnet/minecraft/server/MinecraftServer;method_3834(Ljava/lang/String;)Vofficial dLnet/minecraft/server/MinecraftServer;d(Ljava/lang/String;)V
-
isStopped
public boolean isStopped()- Mappings:
Namespace Name Mixin selector named isStoppedLnet/minecraft/server/MinecraftServer;isStopped()Zintermediary method_3750Lnet/minecraft/server/MinecraftServer;method_3750()Zofficial TLnet/minecraft/server/MinecraftServer;T()Z
-
isRemote
public abstract boolean isRemote()- Mappings:
Namespace Name Mixin selector named isRemoteLnet/minecraft/server/MinecraftServer;isRemote()Zintermediary method_3860Lnet/minecraft/server/MinecraftServer;method_3860()Zofficial pLnet/minecraft/server/MinecraftServer;p()Z
-
getNetworkIo
- Mappings:
Namespace Name Mixin selector named getNetworkIoLnet/minecraft/server/MinecraftServer;getNetworkIo()Lnet/minecraft/server/ServerNetworkIo;intermediary method_3787Lnet/minecraft/server/MinecraftServer;method_3787()Lnet/minecraft/class_3242;official ULnet/minecraft/server/MinecraftServer;U()Latv;
-
isLoading
public boolean isLoading()- Mappings:
Namespace Name Mixin selector named isLoadingLnet/minecraft/server/MinecraftServer;isLoading()Zintermediary method_3820Lnet/minecraft/server/MinecraftServer;method_3820()Zofficial VLnet/minecraft/server/MinecraftServer;V()Z
-
hasGui
public boolean hasGui()- Mappings:
Namespace Name Mixin selector named hasGuiLnet/minecraft/server/MinecraftServer;hasGui()Zintermediary method_3727Lnet/minecraft/server/MinecraftServer;method_3727()Zofficial WLnet/minecraft/server/MinecraftServer;W()Z
-
openToLan
public boolean openToLan(GameInstance gameInstance, @Nullable @Nullable GameMode gameMode, boolean bool, int int2) Opens a server for LAN connections. This is only supported on an integrated server, a dedicated server will always fail to open to LAN.- Returns:
- whether the server was successfully opened to LAN
- Mappings:
Namespace Name Mixin selector named openToLanLnet/minecraft/server/MinecraftServer;openToLan(Lnet/minecraft/server/GameInstance;Lnet/minecraft/world/GameMode;ZI)Zintermediary method_3763Lnet/minecraft/server/MinecraftServer;method_3763(Lnet/minecraft/class_10961;Lnet/minecraft/class_1934;ZI)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lana;Ldmv;ZI)Z
-
getTicks
public int getTicks()Gets the amount of ticks the server has been running for.- Mappings:
Namespace Name Mixin selector named getTicksLnet/minecraft/server/MinecraftServer;getTicks()Iintermediary method_3780Lnet/minecraft/server/MinecraftServer;method_3780()Iofficial XLnet/minecraft/server/MinecraftServer;X()I
-
getSpawnProtectionRadius
public int getSpawnProtectionRadius()- Mappings:
Namespace Name Mixin selector named getSpawnProtectionRadiusLnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()Iintermediary method_3841Lnet/minecraft/server/MinecraftServer;method_3841()Iofficial YLnet/minecraft/server/MinecraftServer;Y()I
-
isSpawnProtected
- Mappings:
Namespace Name Mixin selector named isSpawnProtectedLnet/minecraft/server/MinecraftServer;isSpawnProtected(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_3785Lnet/minecraft/server/MinecraftServer;method_3785(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Last;Lix;Lcuf;)Z
-
acceptsStatusQuery
public boolean acceptsStatusQuery()- Mappings:
Namespace Name Mixin selector named acceptsStatusQueryLnet/minecraft/server/MinecraftServer;acceptsStatusQuery()Zintermediary method_27902Lnet/minecraft/server/MinecraftServer;method_27902()Zofficial ZLnet/minecraft/server/MinecraftServer;Z()Z
-
hideOnlinePlayers
public boolean hideOnlinePlayers()- Mappings:
Namespace Name Mixin selector named hideOnlinePlayersLnet/minecraft/server/MinecraftServer;hideOnlinePlayers()Zintermediary method_39424Lnet/minecraft/server/MinecraftServer;method_39424()Zofficial aaLnet/minecraft/server/MinecraftServer;aa()Z
-
getProxy
- Mappings:
Namespace Name Mixin selector named getProxyLnet/minecraft/server/MinecraftServer;getProxy()Ljava/net/Proxy;intermediary method_36113Lnet/minecraft/server/MinecraftServer;method_36113()Ljava/net/Proxy;official abLnet/minecraft/server/MinecraftServer;ab()Ljava/net/Proxy;
-
getPlayerIdleTimeout
public int getPlayerIdleTimeout()- Mappings:
Namespace Name Mixin selector named getPlayerIdleTimeoutLnet/minecraft/server/MinecraftServer;getPlayerIdleTimeout()Iintermediary method_3862Lnet/minecraft/server/MinecraftServer;method_3862()Iofficial acLnet/minecraft/server/MinecraftServer;ac()I
-
setPlayerIdleTimeout
- Mappings:
Namespace Name Mixin selector named setPlayerIdleTimeoutLnet/minecraft/server/MinecraftServer;setPlayerIdleTimeout(Lnet/minecraft/server/GameInstance;I)Vintermediary method_3803Lnet/minecraft/server/MinecraftServer;method_3803(Lnet/minecraft/class_10961;I)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lana;I)V
-
getSessionService
public com.mojang.authlib.minecraft.MinecraftSessionService getSessionService()- Mappings:
Namespace Name Mixin selector named getSessionServiceLnet/minecraft/server/MinecraftServer;getSessionService()Lcom/mojang/authlib/minecraft/MinecraftSessionService;intermediary method_3844Lnet/minecraft/server/MinecraftServer;method_3844()Lcom/mojang/authlib/minecraft/MinecraftSessionService;official adLnet/minecraft/server/MinecraftServer;ad()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
-
getServicesSignatureVerifier
- Mappings:
Namespace Name Mixin selector named getServicesSignatureVerifierLnet/minecraft/server/MinecraftServer;getServicesSignatureVerifier()Lnet/minecraft/network/encryption/SignatureVerifier;intermediary method_44301Lnet/minecraft/server/MinecraftServer;method_44301()Lnet/minecraft/class_7500;official aeLnet/minecraft/server/MinecraftServer;ae()Lbbm;
-
getGameProfileRepo
public com.mojang.authlib.GameProfileRepository getGameProfileRepo()- Mappings:
Namespace Name Mixin selector named getGameProfileRepoLnet/minecraft/server/MinecraftServer;getGameProfileRepo()Lcom/mojang/authlib/GameProfileRepository;intermediary method_3719Lnet/minecraft/server/MinecraftServer;method_3719()Lcom/mojang/authlib/GameProfileRepository;official afLnet/minecraft/server/MinecraftServer;af()Lcom/mojang/authlib/GameProfileRepository;
-
getUserCache
- Mappings:
Namespace Name Mixin selector named getUserCacheLnet/minecraft/server/MinecraftServer;getUserCache()Lnet/minecraft/util/UserCache;intermediary method_3793Lnet/minecraft/server/MinecraftServer;method_3793()Lnet/minecraft/class_3312;official agLnet/minecraft/server/MinecraftServer;ag()Laws;
-
getServerMetadata
- Mappings:
Namespace Name Mixin selector named getServerMetadataLnet/minecraft/server/MinecraftServer;getServerMetadata()Lnet/minecraft/server/ServerMetadata;intermediary method_3765Lnet/minecraft/server/MinecraftServer;method_3765()Lnet/minecraft/class_2926;official ahLnet/minecraft/server/MinecraftServer;ah()Laky;
-
forcePlayerSampleUpdate
public void forcePlayerSampleUpdate()- Mappings:
Namespace Name Mixin selector named forcePlayerSampleUpdateLnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()Vintermediary method_3856Lnet/minecraft/server/MinecraftServer;method_3856()Vofficial aiLnet/minecraft/server/MinecraftServer;ai()V
-
getMaxWorldBorderRadius
public int getMaxWorldBorderRadius()- Mappings:
Namespace Name Mixin selector named getMaxWorldBorderRadiusLnet/minecraft/server/MinecraftServer;getMaxWorldBorderRadius()Iintermediary method_3749Lnet/minecraft/server/MinecraftServer;method_3749()Iofficial ajLnet/minecraft/server/MinecraftServer;aj()I
-
shouldExecuteAsync
public boolean shouldExecuteAsync()- Overrides:
shouldExecuteAsyncin classReentrantThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named shouldExecuteAsyncLnet/minecraft/util/thread/ThreadExecutor;shouldExecuteAsync()Zintermediary method_5384Lnet/minecraft/class_1255;method_5384()Zofficial akLbup;ak()Z
-
executeSync
- Overrides:
executeSyncin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named executeSyncLnet/minecraft/util/thread/ThreadExecutor;executeSync(Ljava/lang/Runnable;)Vintermediary method_40000Lnet/minecraft/class_1255;method_40000(Ljava/lang/Runnable;)Vofficial cLbup;c(Ljava/lang/Runnable;)V
-
getThread
- Specified by:
getThreadin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named getThreadLnet/minecraft/util/thread/ThreadExecutor;getThread()Ljava/lang/Thread;intermediary method_3777Lnet/minecraft/class_1255;method_3777()Ljava/lang/Thread;official alLbup;al()Ljava/lang/Thread;
-
getNetworkCompressionThreshold
public int getNetworkCompressionThreshold()- Mappings:
Namespace Name Mixin selector named getNetworkCompressionThresholdLnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()Iintermediary method_3773Lnet/minecraft/server/MinecraftServer;method_3773()Iofficial amLnet/minecraft/server/MinecraftServer;am()I
-
shouldEnforceSecureProfile
public boolean shouldEnforceSecureProfile()- Mappings:
Namespace Name Mixin selector named shouldEnforceSecureProfileLnet/minecraft/server/MinecraftServer;shouldEnforceSecureProfile()Zintermediary method_43500Lnet/minecraft/server/MinecraftServer;method_43500()Zofficial anLnet/minecraft/server/MinecraftServer;an()Z
-
getTimeReference
public long getTimeReference()- Mappings:
Namespace Name Mixin selector named getTimeReferenceLnet/minecraft/server/MinecraftServer;getTimeReference()Jintermediary method_3826Lnet/minecraft/server/MinecraftServer;method_3826()Jofficial aoLnet/minecraft/server/MinecraftServer;ao()J
-
getDataFixer
public com.mojang.datafixers.DataFixer getDataFixer()- Mappings:
Namespace Name Mixin selector named getDataFixerLnet/minecraft/server/MinecraftServer;getDataFixer()Lcom/mojang/datafixers/DataFixer;intermediary method_3855Lnet/minecraft/server/MinecraftServer;method_3855()Lcom/mojang/datafixers/DataFixer;official apLnet/minecraft/server/MinecraftServer;ap()Lcom/mojang/datafixers/DataFixer;
-
getSpawnRadius
- Mappings:
Namespace Name Mixin selector named getSpawnRadiusLnet/minecraft/server/MinecraftServer;getSpawnRadius(Lnet/minecraft/server/world/ServerWorld;)Iintermediary method_3829Lnet/minecraft/server/MinecraftServer;method_3829(Lnet/minecraft/class_3218;)Iofficial aLnet/minecraft/server/MinecraftServer;a(Last;)I
-
kickNonWhitelistedPlayers
- Mappings:
Namespace Name Mixin selector named kickNonWhitelistedPlayersLnet/minecraft/server/MinecraftServer;kickNonWhitelistedPlayers(Lnet/minecraft/server/command/ServerCommandSource;)Vintermediary method_3728Lnet/minecraft/server/MinecraftServer;method_3728(Lnet/minecraft/class_2168;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lel;)V
-
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
shouldReceiveFeedbackin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector named shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Zofficial y_Lek;y_()Z
-
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
shouldTrackOutputin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector named shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Zofficial z_Lek;z_()Z
-
shouldBroadcastConsoleToOps
public abstract boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOpsin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector named shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Zofficial cLek;c()Z
-
isEnforceWhitelist
public boolean isEnforceWhitelist()- Mappings:
Namespace Name Mixin selector named isEnforceWhitelistLnet/minecraft/server/MinecraftServer;isEnforceWhitelist()Zintermediary method_3729Lnet/minecraft/server/MinecraftServer;method_3729()Zofficial aqLnet/minecraft/server/MinecraftServer;aq()Z
-
setEnforceWhitelist
public void setEnforceWhitelist(boolean enforceWhitelist) - Mappings:
Namespace Name Mixin selector named setEnforceWhitelistLnet/minecraft/server/MinecraftServer;setEnforceWhitelist(Z)Vintermediary method_3731Lnet/minecraft/server/MinecraftServer;method_3731(Z)Vofficial gLnet/minecraft/server/MinecraftServer;g(Z)V
-
getAverageTickTime
public float getAverageTickTime()- Mappings:
Namespace Name Mixin selector named getAverageTickTimeLnet/minecraft/server/MinecraftServer;getAverageTickTime()Fintermediary method_54832Lnet/minecraft/server/MinecraftServer;method_54832()Fofficial arLnet/minecraft/server/MinecraftServer;ar()F
-
getAverageNanosPerTick
public long getAverageNanosPerTick()- Mappings:
Namespace Name Mixin selector named getAverageNanosPerTickLnet/minecraft/server/MinecraftServer;getAverageNanosPerTick()Jintermediary method_54834Lnet/minecraft/server/MinecraftServer;method_54834()Jofficial asLnet/minecraft/server/MinecraftServer;as()J
-
getTickTimes
public long[] getTickTimes()- Mappings:
Namespace Name Mixin selector named getTickTimesLnet/minecraft/server/MinecraftServer;getTickTimes()[Jintermediary method_54835Lnet/minecraft/server/MinecraftServer;method_54835()[Jofficial atLnet/minecraft/server/MinecraftServer;at()[J
-
getPermissionLevel
public int getPermissionLevel(com.mojang.authlib.GameProfile profile) - Mappings:
Namespace Name Mixin selector named getPermissionLevelLnet/minecraft/server/MinecraftServer;getPermissionLevel(Lcom/mojang/authlib/GameProfile;)Iintermediary method_3835Lnet/minecraft/server/MinecraftServer;method_3835(Lcom/mojang/authlib/GameProfile;)Iofficial cLnet/minecraft/server/MinecraftServer;c(Lcom/mojang/authlib/GameProfile;)I
-
isHost
public abstract boolean isHost(com.mojang.authlib.GameProfile profile) - Mappings:
Namespace Name Mixin selector named isHostLnet/minecraft/server/MinecraftServer;isHost(Lcom/mojang/authlib/GameProfile;)Zintermediary method_19466Lnet/minecraft/server/MinecraftServer;method_19466(Lcom/mojang/authlib/GameProfile;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lcom/mojang/authlib/GameProfile;)Z
-
dumpProperties
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpPropertiesLnet/minecraft/server/MinecraftServer;dumpProperties(Ljava/nio/file/Path;)Vintermediary method_37113Lnet/minecraft/server/MinecraftServer;method_37113(Ljava/nio/file/Path;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/nio/file/Path;)V
-
dumpStats
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpStatsLnet/minecraft/server/MinecraftServer;dumpStats(Ljava/nio/file/Path;)Vintermediary method_21692Lnet/minecraft/server/MinecraftServer;method_21692(Ljava/nio/file/Path;)Vofficial cLnet/minecraft/server/MinecraftServer;c(Ljava/nio/file/Path;)V
-
dump
- Mappings:
Namespace Name Mixin selector named dumpLnet/minecraft/server/MinecraftServer;dump(Ljava/nio/file/Path;)Vintermediary method_21613Lnet/minecraft/server/MinecraftServer;method_21613(Ljava/nio/file/Path;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Ljava/nio/file/Path;)V
-
dumpClasspath
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpClasspathLnet/minecraft/server/MinecraftServer;dumpClasspath(Ljava/nio/file/Path;)Vintermediary method_21616Lnet/minecraft/server/MinecraftServer;method_21616(Ljava/nio/file/Path;)Vofficial dLnet/minecraft/server/MinecraftServer;d(Ljava/nio/file/Path;)V
-
dumpThreads
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpThreadsLnet/minecraft/server/MinecraftServer;dumpThreads(Ljava/nio/file/Path;)Vintermediary method_21713Lnet/minecraft/server/MinecraftServer;method_21713(Ljava/nio/file/Path;)Vofficial eLnet/minecraft/server/MinecraftServer;e(Ljava/nio/file/Path;)V
-
dumpNativeModules
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpNativeModulesLnet/minecraft/server/MinecraftServer;dumpNativeModules(Ljava/nio/file/Path;)Vintermediary method_38584Lnet/minecraft/server/MinecraftServer;method_38584(Ljava/nio/file/Path;)Vofficial fLnet/minecraft/server/MinecraftServer;f(Ljava/nio/file/Path;)V
-
startTickMetrics
- Mappings:
Namespace Name Mixin selector named startTickMetricsLnet/minecraft/server/MinecraftServer;startTickMetrics()Lnet/minecraft/util/profiler/Profiler;intermediary method_16044Lnet/minecraft/server/MinecraftServer;method_16044()Lnet/minecraft/class_3695;official aZLnet/minecraft/server/MinecraftServer;aZ()Lbsl;
-
endTickMetrics
public void endTickMetrics()- Mappings:
Namespace Name Mixin selector named endTickMetricsLnet/minecraft/server/MinecraftServer;endTickMetrics()Vintermediary method_24490Lnet/minecraft/server/MinecraftServer;method_24490()Vofficial auLnet/minecraft/server/MinecraftServer;au()V
-
isRecorderActive
public boolean isRecorderActive()- Mappings:
Namespace Name Mixin selector named isRecorderActiveLnet/minecraft/server/MinecraftServer;isRecorderActive()Zintermediary method_37321Lnet/minecraft/server/MinecraftServer;method_37321()Zofficial avLnet/minecraft/server/MinecraftServer;av()Z
-
setupRecorder
- Mappings:
Namespace Name Mixin selector named setupRecorderLnet/minecraft/server/MinecraftServer;setupRecorder(Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Vintermediary method_37320Lnet/minecraft/server/MinecraftServer;method_37320(Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V
-
resetRecorder
public void resetRecorder()- Mappings:
Namespace Name Mixin selector named resetRecorderLnet/minecraft/server/MinecraftServer;resetRecorder()Vintermediary method_37322Lnet/minecraft/server/MinecraftServer;method_37322()Vofficial awLnet/minecraft/server/MinecraftServer;aw()V
-
stopRecorder
public void stopRecorder()- Mappings:
Namespace Name Mixin selector named stopRecorderLnet/minecraft/server/MinecraftServer;stopRecorder()Vintermediary method_37323Lnet/minecraft/server/MinecraftServer;method_37323()Vofficial axLnet/minecraft/server/MinecraftServer;ax()V
-
forceStopRecorder
public void forceStopRecorder()- Mappings:
Namespace Name Mixin selector named forceStopRecorderLnet/minecraft/server/MinecraftServer;forceStopRecorder()Vintermediary method_42062Lnet/minecraft/server/MinecraftServer;method_42062()Vofficial ayLnet/minecraft/server/MinecraftServer;ay()V
-
getSavePath
- Mappings:
Namespace Name Mixin selector named getSavePathLnet/minecraft/server/MinecraftServer;getSavePath(Lnet/minecraft/util/WorldSavePath;)Ljava/nio/file/Path;intermediary method_27050Lnet/minecraft/server/MinecraftServer;method_27050(Lnet/minecraft/class_5218;)Ljava/nio/file/Path;official aLnet/minecraft/server/MinecraftServer;a(Lfee;)Ljava/nio/file/Path;
-
syncChunkWrites
public boolean syncChunkWrites()- Mappings:
Namespace Name Mixin selector named syncChunkWritesLnet/minecraft/server/MinecraftServer;syncChunkWrites()Zintermediary method_27051Lnet/minecraft/server/MinecraftServer;method_27051()Zofficial azLnet/minecraft/server/MinecraftServer;az()Z
-
createFilterer
- Mappings:
Namespace Name Mixin selector named createFiltererLnet/minecraft/server/MinecraftServer;createFilterer(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/server/filter/TextStream;intermediary method_31371Lnet/minecraft/server/MinecraftServer;method_31371(Lnet/minecraft/class_3222;)Lnet/minecraft/class_5513;official aLnet/minecraft/server/MinecraftServer;a(Lasu;)Laue;
-
getPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector named getPlayerInteractionManagerLnet/minecraft/server/MinecraftServer;getPlayerInteractionManager(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/server/network/ServerPlayerInteractionManager;intermediary method_32816Lnet/minecraft/server/MinecraftServer;method_32816(Lnet/minecraft/class_3222;)Lnet/minecraft/class_3225;official bLnet/minecraft/server/MinecraftServer;b(Lasu;)Lasv;
-
getForcedGameMode
Returns the game mode a player should be set to when connecting to the server, ornullif none is set.- Mappings:
Namespace Name Mixin selector named getForcedGameModeLnet/minecraft/server/MinecraftServer;getForcedGameMode(Lnet/minecraft/server/GameInstance;)Lnet/minecraft/world/GameMode;intermediary method_3761Lnet/minecraft/server/MinecraftServer;method_3761(Lnet/minecraft/class_10961;)Lnet/minecraft/class_1934;official eLnet/minecraft/server/MinecraftServer;e(Lana;)Ldmv;
-
isSaving
public boolean isSaving()- Mappings:
Namespace Name Mixin selector named isSavingLnet/minecraft/server/MinecraftServer;isSaving()Zintermediary method_39219Lnet/minecraft/server/MinecraftServer;method_39219()Zofficial aALnet/minecraft/server/MinecraftServer;aA()Z
-
isDebugRunning
public boolean isDebugRunning()- Mappings:
Namespace Name Mixin selector named isDebugRunningLnet/minecraft/server/MinecraftServer;isDebugRunning()Zintermediary method_24488Lnet/minecraft/server/MinecraftServer;method_24488()Zofficial aBLnet/minecraft/server/MinecraftServer;aB()Z
-
startDebug
public void startDebug()- Mappings:
Namespace Name Mixin selector named startDebugLnet/minecraft/server/MinecraftServer;startDebug()Vintermediary method_3832Lnet/minecraft/server/MinecraftServer;method_3832()Vofficial aCLnet/minecraft/server/MinecraftServer;aC()V
-
stopDebug
- Mappings:
Namespace Name Mixin selector named stopDebugLnet/minecraft/server/MinecraftServer;stopDebug()Lnet/minecraft/util/profiler/ProfileResult;intermediary method_24489Lnet/minecraft/server/MinecraftServer;method_24489()Lnet/minecraft/class_3696;official aDLnet/minecraft/server/MinecraftServer;aD()Lbsj;
-
getMaxChainedNeighborUpdates
public int getMaxChainedNeighborUpdates()- Mappings:
Namespace Name Mixin selector named getMaxChainedNeighborUpdatesLnet/minecraft/server/MinecraftServer;getMaxChainedNeighborUpdates()Iintermediary method_41239Lnet/minecraft/server/MinecraftServer;method_41239()Iofficial aELnet/minecraft/server/MinecraftServer;aE()I
-
logChatMessage
public void logChatMessage(Text message, MessageType.Parameters params, @Nullable @Nullable String prefix) - Mappings:
Namespace Name Mixin selector named logChatMessageLnet/minecraft/server/MinecraftServer;logChatMessage(Lnet/minecraft/text/Text;Lnet/minecraft/network/message/MessageType$Parameters;Ljava/lang/String;)Vintermediary method_43614Lnet/minecraft/server/MinecraftServer;method_43614(Lnet/minecraft/class_2561;Lnet/minecraft/class_2556$class_7602;Ljava/lang/String;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lxi;Lxe$a;Ljava/lang/String;)V
-
getMessageDecorator
Returns the message decorator used by the server.- Returns:
- the message decorator used by the server
- See Also:
- Mappings:
Namespace Name Mixin selector named getMessageDecoratorLnet/minecraft/server/MinecraftServer;getMessageDecorator()Lnet/minecraft/network/message/MessageDecorator;intermediary method_43929Lnet/minecraft/server/MinecraftServer;method_43929()Lnet/minecraft/class_7492;official aFLnet/minecraft/server/MinecraftServer;aF()Lxd;
-
shouldLogIps
public boolean shouldLogIps()- Mappings:
Namespace Name Mixin selector named shouldLogIpsLnet/minecraft/server/MinecraftServer;shouldLogIps()Zintermediary method_52344Lnet/minecraft/server/MinecraftServer;method_52344()Zofficial aGLnet/minecraft/server/MinecraftServer;aG()Z
-
subscribeToDebugSample
- Mappings:
Namespace Name Mixin selector named subscribeToDebugSampleLnet/minecraft/server/MinecraftServer;subscribeToDebugSample(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/util/profiler/log/DebugSampleType;)Vintermediary method_56625Lnet/minecraft/server/MinecraftServer;method_56625(Lnet/minecraft/class_3222;Lnet/minecraft/class_9192;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lasu;Lbqn;)V
-
method_70551
public void method_70551()- Mappings:
Namespace Name Mixin selector named method_70551Lnet/minecraft/server/MinecraftServer;method_70551()Vintermediary method_70551Lnet/minecraft/server/MinecraftServer;method_70551()Vofficial aHLnet/minecraft/server/MinecraftServer;aH()V
-
waitForPrepareStartRegion
public void waitForPrepareStartRegion()- Mappings:
Namespace Name Mixin selector named waitForPrepareStartRegionLnet/minecraft/server/MinecraftServer;waitForPrepareStartRegion()Vintermediary method_70552Lnet/minecraft/server/MinecraftServer;method_70552()Vofficial aILnet/minecraft/server/MinecraftServer;aI()V
-
reloadNetworkForEveryone
- Mappings:
Namespace Name Mixin selector named reloadNetworkForEveryoneLnet/minecraft/server/MinecraftServer;reloadNetworkForEveryone()Ljava/util/concurrent/CompletableFuture;intermediary method_70553Lnet/minecraft/server/MinecraftServer;method_70553()Ljava/util/concurrent/CompletableFuture;official aJLnet/minecraft/server/MinecraftServer;aJ()Ljava/util/concurrent/CompletableFuture;
-
acceptsTransfers
public boolean acceptsTransfers()- Mappings:
Namespace Name Mixin selector named acceptsTransfersLnet/minecraft/server/MinecraftServer;acceptsTransfers()Zintermediary method_56040Lnet/minecraft/server/MinecraftServer;method_56040()Zofficial aKLnet/minecraft/server/MinecraftServer;aK()Z
-
writeChunkIoReport
- Mappings:
Namespace Name Mixin selector named writeChunkIoReportLnet/minecraft/server/MinecraftServer;writeChunkIoReport(Lnet/minecraft/util/crash/CrashReport;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/storage/StorageKey;)Vintermediary method_61089Lnet/minecraft/server/MinecraftServer;method_61089(Lnet/minecraft/class_128;Lnet/minecraft/class_1923;Lnet/minecraft/class_9240;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lp;Ldmd;Leij;)V
-
onChunkLoadFailure
- Specified by:
onChunkLoadFailurein interfaceChunkErrorHandler- Mappings:
Namespace Name Mixin selector named onChunkLoadFailureLnet/minecraft/server/world/ChunkErrorHandler;onChunkLoadFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_57821Lnet/minecraft/class_9820;method_57821(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)Vofficial aLehy;a(Ljava/lang/Throwable;Leij;Ldmd;)V
-
onChunkSaveFailure
- Specified by:
onChunkSaveFailurein interfaceChunkErrorHandler- Mappings:
Namespace Name Mixin selector named onChunkSaveFailureLnet/minecraft/server/world/ChunkErrorHandler;onChunkSaveFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_57822Lnet/minecraft/class_9820;method_57822(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)Vofficial bLehy;b(Ljava/lang/Throwable;Leij;Ldmd;)V
-
onPacketException
- Mappings:
Namespace Name Mixin selector named onPacketExceptionLnet/minecraft/server/MinecraftServer;onPacketException(Ljava/lang/Throwable;Lnet/minecraft/network/packet/PacketType;)Vintermediary method_62733Lnet/minecraft/server/MinecraftServer;method_62733(Ljava/lang/Throwable;Lnet/minecraft/class_9145;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/Throwable;Lzs;)V
-
getServerLinks
- Mappings:
Namespace Name Mixin selector named getServerLinksLnet/minecraft/server/MinecraftServer;getServerLinks()Lnet/minecraft/server/ServerLinks;intermediary method_60672Lnet/minecraft/server/MinecraftServer;method_60672()Lnet/minecraft/class_9782;official aLLnet/minecraft/server/MinecraftServer;aL()Lamu;
-
getPauseWhenEmptySeconds
protected int getPauseWhenEmptySeconds()- Mappings:
Namespace Name Mixin selector named getPauseWhenEmptySecondsLnet/minecraft/server/MinecraftServer;getPauseWhenEmptySeconds()Iintermediary method_61255Lnet/minecraft/server/MinecraftServer;method_61255()Iofficial aMLnet/minecraft/server/MinecraftServer;aM()I
-
isMonsterSpawningEnabled
- Mappings:
Namespace Name Mixin selector named isMonsterSpawningEnabledLnet/minecraft/server/MinecraftServer;isMonsterSpawningEnabled(Lnet/minecraft/server/GameInstance;)Zintermediary method_3783Lnet/minecraft/server/MinecraftServer;method_3783(Lnet/minecraft/class_10961;)Zofficial fLnet/minecraft/server/MinecraftServer;f(Lana;)Z
-
isHardcore
- Mappings:
Namespace Name Mixin selector named isHardcoreLnet/minecraft/server/MinecraftServer;isHardcore(Lnet/minecraft/server/GameInstance;)Zintermediary method_3754Lnet/minecraft/server/MinecraftServer;method_3754(Lnet/minecraft/class_10961;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lana;)Z
-
setDefaultGameMode
- Mappings:
Namespace Name Mixin selector named setDefaultGameModeLnet/minecraft/server/MinecraftServer;setDefaultGameMode(Lnet/minecraft/server/GameInstance;Lnet/minecraft/world/GameMode;)Vintermediary method_3838Lnet/minecraft/server/MinecraftServer;method_3838(Lnet/minecraft/class_10961;Lnet/minecraft/class_1934;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lana;Ldmv;)V
-
saveAll
- Mappings:
Namespace Name Mixin selector named saveAllLnet/minecraft/server/MinecraftServer;saveAll(Lnet/minecraft/server/GameInstance;ZZZ)Zintermediary method_39218Lnet/minecraft/server/MinecraftServer;method_39218(Lnet/minecraft/class_10961;ZZZ)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lana;ZZZ)Z
-