Package net.minecraft.server.integrated
Class IntegratedServer
java.lang.Object
net.minecraft.util.thread.ThreadExecutor<ServerTask>
net.minecraft.util.thread.ReentrantThreadExecutor<ServerTask>
net.minecraft.server.MinecraftServer
net.minecraft.server.integrated.IntegratedServer
- All Implemented Interfaces:
AutoCloseable,Executor,QueryableServer,CommandOutput,ChunkErrorHandler,SampleableExecutor,TaskExecutor<ServerTask>
- Mappings:
Namespace Name named net/minecraft/server/integrated/IntegratedServerintermediary net/minecraft/class_1132official huh
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.server.MinecraftServer
MinecraftServer.class_11170, MinecraftServer.ServerResourcePackProperties -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final intprivate @Nullable LanServerPingerprivate intprivate static final Loggerprivate booleanprivate intFields inherited from class net.minecraft.server.MinecraftServer
ANONYMOUS_PLAYER_PROFILE, apiServices, DEMO_LEVEL_INFO, field_59587, gameInstance, gameInstanceForPreparingStartRegion, MAX_WORLD_BORDER_RADIUS, proxy, saveHandler, session, VANILLAFields inherited from class net.minecraft.util.thread.ThreadExecutor
field_52421Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
ConstructorsConstructorDescriptionIntegratedServer(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ApiServices apiServices) -
Method Summary
Modifier and TypeMethodDescriptionaddExtraSystemDetails(SystemDetails details) intadjustTrackingDistance(int initialDistance) booleanSpecifies whether command blocks can execute commands on the server.private voidgetForcedGameMode(GameInstance gameInstance) Returns the game mode a player should be set to when connecting to the server, ornullif none is set.intintintintprivate voidincrementTotalWorldTimeStat(GameInstance gameInstance) booleanChecks whether this server is a dedicated server.booleanisHost(com.mojang.authlib.GameProfile profile) booleanisPaused()booleanisRemote()booleanmethod_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) protected MultiValueDebugSampleLogImplvoidonChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidonChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) booleanopenToLan(GameInstance gameInstance, @Nullable GameMode gameMode, boolean bool, int int2) Opens a server for LAN connections.booleansaveAll(GameInstance gameInstance, boolean bool, boolean bool2, boolean bool3) voidsetCrashReport(CrashReport report) voidsetDefaultGameMode(GameInstance gameInstance, GameMode gameMode) voidsetLocalPlayerUuid(UUID localPlayerUuid) booleanSetups a Minecraft server to be ready for players to connect.booleanbooleanvoidshutdown(GameInstance gameInstance) voidstop(boolean waitForShutdown) Stops this server.booleanvoidtick(GameInstance gameInstance, BooleanSupplier booleanSupplier) Methods inherited from class net.minecraft.server.MinecraftServer
acceptsStatusQuery, acceptsTransfers, addServerGuiTickable, addSystemDetails, canExecute, checkWorldGenException, close, createFilterer, createTask, dump, dumpProperties, endTickMetrics, executeSync, executeTask, exit, forcePlayerSampleUpdate, forceStopRecorder, generateKeyPair, getAverageNanosPerTick, getAverageTickTime, getCurrentPlayerCount, getDataFixer, getGameInstance, getGameProfileRepo, getHostProfile, getIconFile, getKeyPair, getMaxChainedNeighborUpdates, getMaxPlayerCount, getMaxWorldBorderRadius, getMessageDecorator, getNetworkCompressionThreshold, getNetworkIo, getPath, getPauseWhenEmptySeconds, getPermissionLevel, getPlayerIdleTimeout, getPlayerInteractionManager, getProxy, getResourcePackProperties, getSavePath, getServerIp, getServerLinks, getServerMetadata, getServerModName, getServerMotd, getServicesSignatureVerifier, getSessionService, getSpawnProtectionRadius, getSpawnRadius, getThread, getTicks, getTickTimes, getTimeReference, getUserCache, getVersion, getWorkerExecutor, hasGui, hideOnlinePlayers, isDebugRunning, isDemo, isEnforceWhitelist, isFlightEnabled, isHardcore, isLoading, isMonsterSpawningEnabled, isOnlineMode, isPvpEnabled, isRecorderActive, isRunning, isSaving, isSingleplayer, isSpawnProtected, isStopped, isStopping, isWorldAllowed, kickNonWhitelistedPlayers, logChatMessage, method_70551, onPacketException, reloadNetworkForEveryone, requireResourcePack, resetRecorder, runServer, runTask, runTasks, runTasksTillTickEnd, sendMessage, setDemo, setEnforceWhitelist, setFlightEnabled, setHostProfile, setMotd, setOnlineMode, setPlayerIdleTimeout, setPreventProxyConnections, setPvpEnabled, setServerId, setServerIp, setServerPort, setupRecorder, setWorldGenException, shouldEnforceSecureProfile, shouldExecuteAsync, shouldLogIps, shouldPreventProxyConnections, shouldReceiveFeedback, shouldTrackOutput, startDebug, startServer, stopDebug, stopRecorder, subscribeToDebugSample, tickNetworkIo, tickWorlds, updateAutosaveTicks, updateDifficulty, waitForPrepareStartRegion, waitForTasksMethods 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/integrated/IntegratedServer;LOGGER:Lorg/slf4j/Logger;intermediary field_5520Lnet/minecraft/class_1132;field_5520:Lorg/slf4j/Logger;official bLhuh;b:Lorg/slf4j/Logger;
-
field_34964
private static final int field_34964- See Also:
- Mappings:
Namespace Name Mixin selector named field_34964Lnet/minecraft/server/integrated/IntegratedServer;field_34964:Iintermediary field_34964Lnet/minecraft/class_1132;field_34964:Iofficial cLhuh;c:I
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/server/integrated/IntegratedServer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_5518Lnet/minecraft/class_1132;field_5518:Lnet/minecraft/class_310;official pLhuh;p:Lfup;
-
paused
private boolean paused- Mappings:
Namespace Name Mixin selector named pausedLnet/minecraft/server/integrated/IntegratedServer;paused:Zintermediary field_5524Lnet/minecraft/class_1132;field_5524:Zofficial qLhuh;q:Z
-
lanPort
private int lanPort- Mappings:
Namespace Name Mixin selector named lanPortLnet/minecraft/server/integrated/IntegratedServer;lanPort:Iintermediary field_5522Lnet/minecraft/class_1132;field_5522:Iofficial rLhuh;r:I
-
forcedGameMode
- Mappings:
Namespace Name Mixin selector named forcedGameModeLnet/minecraft/server/integrated/IntegratedServer;forcedGameMode:Lnet/minecraft/world/GameMode;intermediary field_28075Lnet/minecraft/class_1132;field_28075:Lnet/minecraft/class_1934;official sLhuh;s:Ldmv;
-
lanPinger
- Mappings:
Namespace Name Mixin selector named lanPingerLnet/minecraft/server/integrated/IntegratedServer;lanPinger:Lnet/minecraft/client/network/LanServerPinger;intermediary field_5519Lnet/minecraft/class_1132;field_5519:Lnet/minecraft/class_1133;official tLhuh;t:Lhuk;
-
localPlayerUuid
- Mappings:
Namespace Name Mixin selector named localPlayerUuidLnet/minecraft/server/integrated/IntegratedServer;localPlayerUuid:Ljava/util/UUID;intermediary field_5521Lnet/minecraft/class_1132;field_5521:Ljava/util/UUID;official uLhuh;u:Ljava/util/UUID;
-
simulationDistance
private int simulationDistance- Mappings:
Namespace Name Mixin selector named simulationDistanceLnet/minecraft/server/integrated/IntegratedServer;simulationDistance:Iintermediary field_34965Lnet/minecraft/class_1132;field_34965:Iofficial vLhuh;v:I
-
-
Constructor Details
-
IntegratedServer
public IntegratedServer(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ApiServices apiServices) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/integrated/IntegratedServer;<init>(Ljava/lang/Thread;Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/world/level/storage/LevelStorage$Session;Lnet/minecraft/util/ApiServices;)Vintermediary <init>Lnet/minecraft/class_1132;<init>(Ljava/lang/Thread;Lnet/minecraft/class_310;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_7497;)Vofficial <init>Lhuh;<init>(Ljava/lang/Thread;Lfup;Lfeg$c;Lamy;)V
-
-
Method Details
-
setupServer
Setups a Minecraft server to be ready for players to connect. This method does several things including loading server properties and loading worlds.- Specified by:
setupServerin classMinecraftServer- 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
public GameInstance method_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) - Specified by:
method_69059in classMinecraftServer- 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;
-
isPaused
public boolean isPaused()- Overrides:
isPausedin classMinecraftServer- 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
- Overrides:
tickin classMinecraftServer- 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
-
method_69060
- Specified by:
method_69060in classMinecraftServer- Mappings:
Namespace Name Mixin selector named method_69060Lnet/minecraft/server/integrated/IntegratedServer;method_69060()Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;intermediary method_70523Lnet/minecraft/class_1132;method_70523()Lnet/minecraft/class_9191;official aLhuh;a()Lbqm;
-
incrementTotalWorldTimeStat
- Mappings:
Namespace Name Mixin selector named incrementTotalWorldTimeStatLnet/minecraft/server/integrated/IntegratedServer;incrementTotalWorldTimeStat(Lnet/minecraft/server/GameInstance;)Vintermediary method_36439Lnet/minecraft/class_1132;method_36439(Lnet/minecraft/class_10961;)Vofficial gLhuh;g(Lana;)V
-
shouldBroadcastRconToOps
public boolean shouldBroadcastRconToOps()- Specified by:
shouldBroadcastRconToOpsin classMinecraftServer- 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
-
shouldBroadcastConsoleToOps
public boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOpsin interfaceCommandOutput- Specified by:
shouldBroadcastConsoleToOpsin classMinecraftServer- Mappings:
Namespace Name Mixin selector named shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Zofficial cLek;c()Z
-
getRunDirectory
- Overrides:
getRunDirectoryin classMinecraftServer- 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;
-
isDedicated
public 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.
- Specified by:
isDedicatedin classMinecraftServer- 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 int getRateLimit()- Specified by:
getRateLimitin classMinecraftServer- 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
-
isUsingNativeTransport
public boolean isUsingNativeTransport()- Specified by:
isUsingNativeTransportin classMinecraftServer- 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
-
setCrashReport
- Overrides:
setCrashReportin classMinecraftServer- 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
-
addExtraSystemDetails
- Specified by:
addExtraSystemDetailsin classMinecraftServer- 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
- Overrides:
getModStatusin classMinecraftServer- 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;
-
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.- Overrides:
openToLanin classMinecraftServer- 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
-
shutdown
- Overrides:
shutdownin classMinecraftServer- 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
-
stop
public void stop(boolean waitForShutdown) Stops this server.- Overrides:
stopin classMinecraftServer- 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
-
isRemote
public boolean isRemote()- Specified by:
isRemotein classMinecraftServer- 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
-
getServerPort
public int getServerPort()- Overrides:
getServerPortin classMinecraftServer- 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
-
setDefaultGameMode
- Overrides:
setDefaultGameModein classMinecraftServer- 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
-
areCommandBlocksEnabled
public boolean areCommandBlocksEnabled()Specifies whether command blocks can execute commands on the server.- Specified by:
areCommandBlocksEnabledin classMinecraftServer- 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
-
getOpPermissionLevel
public int getOpPermissionLevel()- Specified by:
getOpPermissionLevelin classMinecraftServer- 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 int getFunctionPermissionLevel()- Specified by:
getFunctionPermissionLevelin classMinecraftServer- 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
-
setLocalPlayerUuid
- Mappings:
Namespace Name Mixin selector named setLocalPlayerUuidLnet/minecraft/server/integrated/IntegratedServer;setLocalPlayerUuid(Ljava/util/UUID;)Vintermediary method_4817Lnet/minecraft/class_1132;method_4817(Ljava/util/UUID;)Vofficial aLhuh;a(Ljava/util/UUID;)V
-
isHost
public boolean isHost(com.mojang.authlib.GameProfile profile) - Specified by:
isHostin classMinecraftServer- 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
-
adjustTrackingDistance
public int adjustTrackingDistance(int initialDistance) - Overrides:
adjustTrackingDistancein classMinecraftServer- 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
-
syncChunkWrites
public boolean syncChunkWrites()- Overrides:
syncChunkWritesin classMinecraftServer- 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
-
getForcedGameMode
Returns the game mode a player should be set to when connecting to the server, ornullif none is set.- Overrides:
getForcedGameModein classMinecraftServer- 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;
-
saveAll
- Overrides:
saveAllin classMinecraftServer- 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
-
checkLowDiskSpaceWarning
private void checkLowDiskSpaceWarning()- Mappings:
Namespace Name Mixin selector named checkLowDiskSpaceWarningLnet/minecraft/server/integrated/IntegratedServer;checkLowDiskSpaceWarning()Vintermediary method_57823Lnet/minecraft/class_1132;method_57823()Vofficial bLhuh;b()V
-
onChunkLoadFailure
- Specified by:
onChunkLoadFailurein interfaceChunkErrorHandler- Overrides:
onChunkLoadFailurein classMinecraftServer- 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- Overrides:
onChunkSaveFailurein classMinecraftServer- 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
-