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/IntegratedServer- intermediary - net/minecraft/class_1132- official - hje
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.server.MinecraftServerMinecraftServer.ServerResourcePackProperties
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final intprivate @Nullable LanServerPingerprivate intprivate static final Loggerprivate booleanprivate intFields inherited from class net.minecraft.server.MinecraftServerANONYMOUS_PLAYER_PROFILE, apiServices, DEMO_LEVEL_INFO, MAX_WORLD_BORDER_RADIUS, proxy, saveHandler, saveProperties, session, VANILLAFields inherited from class net.minecraft.util.thread.ThreadExecutorfield_52421Fields inherited from interface net.minecraft.server.command.CommandOutputDUMMY
- 
Constructor SummaryConstructorsConstructorDescriptionIntegratedServer(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionaddExtraSystemDetails(SystemDetails details) intadjustTrackingDistance(int initialDistance) booleanSpecifies whether command blocks can execute commands on the server.private voidprotected MultiValueDebugSampleLogImplReturns the game mode a player should be set to when connecting to the server, ornullif none is set.intintintintprivate voidbooleanChecks whether this server is a dedicated server.booleanisHost(com.mojang.authlib.GameProfile profile) booleanisPaused()booleanisRemote()booleanvoidonChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidonChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) booleanOpens a server for LAN connections.booleansaveAll(boolean suppressLogs, boolean flush, boolean force) voidsetCrashReport(CrashReport report) voidsetDefaultGameMode(GameMode gameMode) voidsetLocalPlayerUuid(UUID localPlayerUuid) booleanSetups a Minecraft server to be ready for players to connect.booleanbooleanbooleanvoidshutdown()voidstop(boolean waitForShutdown) Stops this server.booleanvoidtick(BooleanSupplier shouldKeepTicking) Methods inherited from class net.minecraft.server.MinecraftServeracceptsStatusQuery, acceptsTransfers, addServerGuiTickable, addSystemDetails, canExecute, checkWorldGenException, close, createFilterer, createTask, createWorlds, dumpProperties, endTickMetrics, executeSync, executeTask, exit, forcePlayerSampleUpdate, forceStopRecorder, generateKeyPair, getAdvancementLoader, getAverageNanosPerTick, getAverageTickTime, getBossBarManager, getBrewingRecipeRegistry, getCombinedDynamicRegistries, getCommandFunctionManager, getCommandManager, getCommandSource, getCurrentPlayerCount, getDataCommandStorage, getDataFixer, getDataPackManager, getDefaultGameMode, getFuelRegistry, getGameProfileRepo, getGameRules, getHostProfile, getIconFile, getKeyPair, getMaxChainedNeighborUpdates, getMaxPlayerCount, getMaxWorldBorderRadius, getMessageDecorator, getNetworkCompressionThreshold, getNetworkIo, getOverworld, getPath, getPauseWhenEmptySeconds, getPermissionLevel, getPlayerIdleTimeout, getPlayerInteractionManager, getPlayerManager, getPlayerNames, getProxy, getRecipeManager, getRegistryManager, getReloadableRegistries, getResourceManager, getResourcePackProperties, getSavePath, getSaveProperties, getScoreboard, getServerIp, getServerLinks, getServerMetadata, getServerModName, getServerMotd, getServicesSignatureVerifier, getSessionService, getSpawnProtectionRadius, getSpawnRadius, getStructureTemplateManager, getThread, getTickManager, getTicks, getTickTimes, getTimeReference, getUserCache, getVersion, getWorld, getWorldRegistryKeys, getWorlds, hasGui, hideOnlinePlayers, isDebugRunning, isDemo, isEnforceWhitelist, isFlightEnabled, isHardcore, isLoading, isMonsterSpawningEnabled, isOnlineMode, isPvpEnabled, isRecorderActive, isRunning, isSaving, isSingleplayer, isSpawnProtected, isStopped, isStopping, isWorldAllowed, kickNonWhitelistedPlayers, loadDataPacks, loadWorld, logChatMessage, onPacketException, reloadResources, requireResourcePack, resetRecorder, runServer, runTask, runTasks, runTasksTillTickEnd, save, sendMessage, sendTimeUpdatePackets, setDemo, setDifficulty, setDifficultyLocked, setEnforceWhitelist, setFlightEnabled, setHostProfile, setMotd, setOnlineMode, setPlayerIdleTimeout, setPlayerManager, setPreventProxyConnections, setPvpEnabled, setServerId, setServerIp, setServerPort, setupRecorder, setWorldGenException, shouldEnforceSecureProfile, shouldExecuteAsync, shouldLogIps, shouldPreventProxyConnections, shouldReceiveFeedback, shouldTrackOutput, startDebug, startServer, stopDebug, stopRecorder, subscribeToDebugSample, tickNetworkIo, tickWorlds, updateAutosaveTicks, updateDifficulty, waitForTasksMethods inherited from class net.minecraft.util.thread.ReentrantThreadExecutorhasRunningTasksMethods inherited from class net.minecraft.util.thread.ThreadExecutorcancelTasks, createSamplers, execute, getName, getTaskCount, isMemoryError, isOnThread, runTasks, send, submit, submit, submitAndJoinMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.world.ChunkErrorHandleronChunkMisplacementMethods inherited from interface net.minecraft.server.command.CommandOutputcannotBeSilencedMethods inherited from interface net.minecraft.util.thread.TaskExecutorexecuteAsync
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/server/integrated/IntegratedServer;LOGGER:Lorg/slf4j/Logger;- intermediary - field_5520- Lnet/minecraft/class_1132;field_5520:Lorg/slf4j/Logger;- official - l- Lhje;l:Lorg/slf4j/Logger;
 
- 
field_34964private static final int field_34964- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_34964- Lnet/minecraft/server/integrated/IntegratedServer;field_34964:I- intermediary - field_34964- Lnet/minecraft/class_1132;field_34964:I- official - m- Lhje;m:I
 
- 
client- Mappings:
- Namespace - Name - Mixin selector - named - client- Lnet/minecraft/server/integrated/IntegratedServer;client:Lnet/minecraft/client/MinecraftClient;- intermediary - field_5518- Lnet/minecraft/class_1132;field_5518:Lnet/minecraft/class_310;- official - n- Lhje;n:Lflk;
 
- 
pausedprivate boolean paused- Mappings:
- Namespace - Name - Mixin selector - named - paused- Lnet/minecraft/server/integrated/IntegratedServer;paused:Z- intermediary - field_5524- Lnet/minecraft/class_1132;field_5524:Z- official - o- Lhje;o:Z
 
- 
lanPortprivate int lanPort- Mappings:
- Namespace - Name - Mixin selector - named - lanPort- Lnet/minecraft/server/integrated/IntegratedServer;lanPort:I- intermediary - field_5522- Lnet/minecraft/class_1132;field_5522:I- official - p- Lhje;p:I
 
- 
forcedGameMode- Mappings:
- Namespace - Name - Mixin selector - named - forcedGameMode- Lnet/minecraft/server/integrated/IntegratedServer;forcedGameMode:Lnet/minecraft/world/GameMode;- intermediary - field_28075- Lnet/minecraft/class_1132;field_28075:Lnet/minecraft/class_1934;- official - q- Lhje;q:Ldgg;
 
- 
lanPinger- Mappings:
- Namespace - Name - Mixin selector - named - lanPinger- Lnet/minecraft/server/integrated/IntegratedServer;lanPinger:Lnet/minecraft/client/network/LanServerPinger;- intermediary - field_5519- Lnet/minecraft/class_1132;field_5519:Lnet/minecraft/class_1133;- official - r- Lhje;r:Lhjh;
 
- 
localPlayerUuid- Mappings:
- Namespace - Name - Mixin selector - named - localPlayerUuid- Lnet/minecraft/server/integrated/IntegratedServer;localPlayerUuid:Ljava/util/UUID;- intermediary - field_5521- Lnet/minecraft/class_1132;field_5521:Ljava/util/UUID;- official - s- Lhje;s:Ljava/util/UUID;
 
- 
simulationDistanceprivate int simulationDistance- Mappings:
- Namespace - Name - Mixin selector - named - simulationDistance- Lnet/minecraft/server/integrated/IntegratedServer;simulationDistance:I- intermediary - field_34965- Lnet/minecraft/class_1132;field_34965:I- official - t- Lhje;t:I
 
 
- 
- 
Constructor Details- 
IntegratedServerpublic IntegratedServer(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) - 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/resource/ResourcePackManager;Lnet/minecraft/server/SaveLoader;Lnet/minecraft/util/ApiServices;Lnet/minecraft/server/WorldGenerationProgressListenerFactory;)V- intermediary - <init>- Lnet/minecraft/class_1132;<init>(Ljava/lang/Thread;Lnet/minecraft/class_310;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/class_7497;Lnet/minecraft/class_3950;)V- official - <init>- Lhje;<init>(Ljava/lang/Thread;Lflk;Levg$c;Laua;Lalu;Lalq;Laro;)V
 
 
- 
- 
Method Details- 
setupServerpublic boolean 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 class- MinecraftServer
- Returns:
- true if the Minecraft server was successfully setup, false if the server failed to be setup.
- Mappings:
- Namespace - Name - Mixin selector - named - setupServer- Lnet/minecraft/server/MinecraftServer;setupServer()Z- intermediary - method_3823- Lnet/minecraft/server/MinecraftServer;method_3823()Z- official - e- Lnet/minecraft/server/MinecraftServer;e()Z
 
- 
isPausedpublic boolean isPaused()- Overrides:
- isPausedin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isPaused- Lnet/minecraft/server/MinecraftServer;isPaused()Z- intermediary - method_54809- Lnet/minecraft/server/MinecraftServer;method_54809()Z- official - E- Lnet/minecraft/server/MinecraftServer;E()Z
 
- 
tick- Overrides:
- tickin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/server/MinecraftServer;tick(Ljava/util/function/BooleanSupplier;)V- intermediary - method_3748- Lnet/minecraft/server/MinecraftServer;method_3748(Ljava/util/function/BooleanSupplier;)V- official - a- Lnet/minecraft/server/MinecraftServer;a(Ljava/util/function/BooleanSupplier;)V
 
- 
getDebugSampleLog- Specified by:
- getDebugSampleLogin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getDebugSampleLog- Lnet/minecraft/server/integrated/IntegratedServer;getDebugSampleLog()Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;- intermediary - method_56881- Lnet/minecraft/class_1132;method_56881()Lnet/minecraft/class_9191;- official - a- Lhje;a()Lbne;
 
- 
shouldPushTickTimeLogpublic boolean shouldPushTickTimeLog()- Specified by:
- shouldPushTickTimeLogin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - shouldPushTickTimeLog- Lnet/minecraft/server/MinecraftServer;shouldPushTickTimeLog()Z- intermediary - method_56626- Lnet/minecraft/server/MinecraftServer;method_56626()Z- official - g- Lnet/minecraft/server/MinecraftServer;g()Z
 
- 
incrementTotalWorldTimeStatprivate void incrementTotalWorldTimeStat()- Mappings:
- Namespace - Name - Mixin selector - named - incrementTotalWorldTimeStat- Lnet/minecraft/server/integrated/IntegratedServer;incrementTotalWorldTimeStat()V- intermediary - method_36439- Lnet/minecraft/class_1132;method_36439()V- official - b- Lhje;b()V
 
- 
shouldBroadcastRconToOpspublic boolean shouldBroadcastRconToOps()- Specified by:
- shouldBroadcastRconToOpsin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - shouldBroadcastRconToOps- Lnet/minecraft/server/MinecraftServer;shouldBroadcastRconToOps()Z- intermediary - method_3732- Lnet/minecraft/server/MinecraftServer;method_3732()Z- official - m- Lnet/minecraft/server/MinecraftServer;m()Z
 
- 
shouldBroadcastConsoleToOpspublic boolean shouldBroadcastConsoleToOps()- Specified by:
- shouldBroadcastConsoleToOpsin interface- CommandOutput
- Specified by:
- shouldBroadcastConsoleToOpsin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - shouldBroadcastConsoleToOps- Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z- intermediary - method_9201- Lnet/minecraft/class_2165;method_9201()Z- official - c- Lew;c()Z
 
- 
getRunDirectory- Overrides:
- getRunDirectoryin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getRunDirectory- Lnet/minecraft/server/MinecraftServer;getRunDirectory()Ljava/nio/file/Path;- intermediary - method_3831- Lnet/minecraft/server/MinecraftServer;method_3831()Ljava/nio/file/Path;- official - D- Lnet/minecraft/server/MinecraftServer;D()Ljava/nio/file/Path;
 
- 
isDedicatedpublic 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 class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isDedicated- Lnet/minecraft/server/MinecraftServer;isDedicated()Z- intermediary - method_3816- Lnet/minecraft/server/MinecraftServer;method_3816()Z- official - n- Lnet/minecraft/server/MinecraftServer;n()Z
 
- 
getRateLimitpublic int getRateLimit()- Specified by:
- getRateLimitin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getRateLimit- Lnet/minecraft/server/MinecraftServer;getRateLimit()I- intermediary - method_30612- Lnet/minecraft/server/MinecraftServer;method_30612()I- official - o- Lnet/minecraft/server/MinecraftServer;o()I
 
- 
isUsingNativeTransportpublic boolean isUsingNativeTransport()- Specified by:
- isUsingNativeTransportin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isUsingNativeTransport- Lnet/minecraft/server/MinecraftServer;isUsingNativeTransport()Z- intermediary - method_3759- Lnet/minecraft/server/MinecraftServer;method_3759()Z- official - p- Lnet/minecraft/server/MinecraftServer;p()Z
 
- 
setCrashReport- Overrides:
- setCrashReportin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - setCrashReport- Lnet/minecraft/server/MinecraftServer;setCrashReport(Lnet/minecraft/util/crash/CrashReport;)V- intermediary - method_3744- Lnet/minecraft/server/MinecraftServer;method_3744(Lnet/minecraft/class_128;)V- official - a- Lnet/minecraft/server/MinecraftServer;a(Lo;)V
 
- 
addExtraSystemDetails- Specified by:
- addExtraSystemDetailsin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - addExtraSystemDetails- Lnet/minecraft/server/MinecraftServer;addExtraSystemDetails(Lnet/minecraft/util/SystemDetails;)Lnet/minecraft/util/SystemDetails;- intermediary - method_3859- Lnet/minecraft/server/MinecraftServer;method_3859(Lnet/minecraft/class_6396;)Lnet/minecraft/class_6396;- official - a- Lnet/minecraft/server/MinecraftServer;a(Lad;)Lad;
 
- 
getModStatus- Overrides:
- getModStatusin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getModStatus- Lnet/minecraft/server/MinecraftServer;getModStatus()Lnet/minecraft/util/ModStatus;- intermediary - method_24307- Lnet/minecraft/server/MinecraftServer;method_24307()Lnet/minecraft/class_6683;- official - Q- Lnet/minecraft/server/MinecraftServer;Q()Layy;
 
- 
openToLanOpens 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 class- MinecraftServer
- Parameters:
- gameMode- the game mode connecting players will have set by default
- cheatsAllowed- whether players on the server have operator permissions
- port- the port to open up to LAN connections
- Returns:
- whether the server was successfully opened to LAN
- Mappings:
- Namespace - Name - Mixin selector - named - openToLan- Lnet/minecraft/server/MinecraftServer;openToLan(Lnet/minecraft/world/GameMode;ZI)Z- intermediary - method_3763- Lnet/minecraft/server/MinecraftServer;method_3763(Lnet/minecraft/class_1934;ZI)Z- official - a- Lnet/minecraft/server/MinecraftServer;a(Ldgg;ZI)Z
 
- 
shutdownpublic void shutdown()- Overrides:
- shutdownin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - shutdown- Lnet/minecraft/server/MinecraftServer;shutdown()V- intermediary - method_3782- Lnet/minecraft/server/MinecraftServer;method_3782()V- official - v- Lnet/minecraft/server/MinecraftServer;v()V
 
- 
stoppublic void stop(boolean waitForShutdown) Stops this server.- Overrides:
- stopin class- MinecraftServer
- 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 - stop- Lnet/minecraft/server/MinecraftServer;stop(Z)V- intermediary - method_3747- Lnet/minecraft/server/MinecraftServer;method_3747(Z)V- official - a- Lnet/minecraft/server/MinecraftServer;a(Z)V
 
- 
isRemotepublic boolean isRemote()- Specified by:
- isRemotein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isRemote- Lnet/minecraft/server/MinecraftServer;isRemote()Z- intermediary - method_3860- Lnet/minecraft/server/MinecraftServer;method_3860()Z- official - r- Lnet/minecraft/server/MinecraftServer;r()Z
 
- 
getServerPortpublic int getServerPort()- Overrides:
- getServerPortin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getServerPort- Lnet/minecraft/server/MinecraftServer;getServerPort()I- intermediary - method_3756- Lnet/minecraft/server/MinecraftServer;method_3756()I- official - S- Lnet/minecraft/server/MinecraftServer;S()I
 
- 
setDefaultGameMode- Overrides:
- setDefaultGameModein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - setDefaultGameMode- Lnet/minecraft/server/MinecraftServer;setDefaultGameMode(Lnet/minecraft/world/GameMode;)V- intermediary - method_3838- Lnet/minecraft/server/MinecraftServer;method_3838(Lnet/minecraft/class_1934;)V- official - a- Lnet/minecraft/server/MinecraftServer;a(Ldgg;)V
 
- 
areCommandBlocksEnabledpublic boolean areCommandBlocksEnabled()Specifies whether command blocks can execute commands on the server.- Specified by:
- areCommandBlocksEnabledin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - areCommandBlocksEnabled- Lnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Z- intermediary - method_3812- Lnet/minecraft/server/MinecraftServer;method_3812()Z- official - q- Lnet/minecraft/server/MinecraftServer;q()Z
 
- 
getOpPermissionLevelpublic int getOpPermissionLevel()- Specified by:
- getOpPermissionLevelin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getOpPermissionLevel- Lnet/minecraft/server/MinecraftServer;getOpPermissionLevel()I- intermediary - method_3798- Lnet/minecraft/server/MinecraftServer;method_3798()I- official - k- Lnet/minecraft/server/MinecraftServer;k()I
 
- 
getFunctionPermissionLevelpublic int getFunctionPermissionLevel()- Specified by:
- getFunctionPermissionLevelin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getFunctionPermissionLevel- Lnet/minecraft/server/MinecraftServer;getFunctionPermissionLevel()I- intermediary - method_21714- Lnet/minecraft/server/MinecraftServer;method_21714()I- official - l- Lnet/minecraft/server/MinecraftServer;l()I
 
- 
setLocalPlayerUuid- Mappings:
- Namespace - Name - Mixin selector - named - setLocalPlayerUuid- Lnet/minecraft/server/integrated/IntegratedServer;setLocalPlayerUuid(Ljava/util/UUID;)V- intermediary - method_4817- Lnet/minecraft/class_1132;method_4817(Ljava/util/UUID;)V- official - a- Lhje;a(Ljava/util/UUID;)V
 
- 
isHostpublic boolean isHost(com.mojang.authlib.GameProfile profile) - Specified by:
- isHostin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isHost- Lnet/minecraft/server/MinecraftServer;isHost(Lcom/mojang/authlib/GameProfile;)Z- intermediary - method_19466- Lnet/minecraft/server/MinecraftServer;method_19466(Lcom/mojang/authlib/GameProfile;)Z- official - a- Lnet/minecraft/server/MinecraftServer;a(Lcom/mojang/authlib/GameProfile;)Z
 
- 
adjustTrackingDistancepublic int adjustTrackingDistance(int initialDistance) - Overrides:
- adjustTrackingDistancein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - adjustTrackingDistance- Lnet/minecraft/server/MinecraftServer;adjustTrackingDistance(I)I- intermediary - method_27903- Lnet/minecraft/server/MinecraftServer;method_27903(I)I- official - b- Lnet/minecraft/server/MinecraftServer;b(I)I
 
- 
syncChunkWritespublic boolean syncChunkWrites()- Overrides:
- syncChunkWritesin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - syncChunkWrites- Lnet/minecraft/server/MinecraftServer;syncChunkWrites()Z- intermediary - method_27051- Lnet/minecraft/server/MinecraftServer;method_27051()Z- official - aX- Lnet/minecraft/server/MinecraftServer;aX()Z
 
- 
getForcedGameModeReturns the game mode a player should be set to when connecting to the server, ornullif none is set.- Overrides:
- getForcedGameModein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getForcedGameMode- Lnet/minecraft/server/MinecraftServer;getForcedGameMode()Lnet/minecraft/world/GameMode;- intermediary - method_3761- Lnet/minecraft/server/MinecraftServer;method_3761()Lnet/minecraft/class_1934;- official - bd- Lnet/minecraft/server/MinecraftServer;bd()Ldgg;
 
- 
saveAllpublic boolean saveAll(boolean suppressLogs, boolean flush, boolean force) - Overrides:
- saveAllin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - saveAll- Lnet/minecraft/server/MinecraftServer;saveAll(ZZZ)Z- intermediary - method_39218- Lnet/minecraft/server/MinecraftServer;method_39218(ZZZ)Z- official - b- Lnet/minecraft/server/MinecraftServer;b(ZZZ)Z
 
- 
checkLowDiskSpaceWarningprivate void checkLowDiskSpaceWarning()- Mappings:
- Namespace - Name - Mixin selector - named - checkLowDiskSpaceWarning- Lnet/minecraft/server/integrated/IntegratedServer;checkLowDiskSpaceWarning()V- intermediary - method_57823- Lnet/minecraft/class_1132;method_57823()V- official - d- Lhje;d()V
 
- 
onChunkLoadFailure- Specified by:
- onChunkLoadFailurein interface- ChunkErrorHandler
- Overrides:
- onChunkLoadFailurein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - onChunkLoadFailure- Lnet/minecraft/server/world/ChunkErrorHandler;onChunkLoadFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_57821- Lnet/minecraft/class_9820;method_57821(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)V- official - a- Leab;a(Ljava/lang/Throwable;Leam;Ldfp;)V
 
- 
onChunkSaveFailure- Specified by:
- onChunkSaveFailurein interface- ChunkErrorHandler
- Overrides:
- onChunkSaveFailurein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - onChunkSaveFailure- Lnet/minecraft/server/world/ChunkErrorHandler;onChunkSaveFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_57822- Lnet/minecraft/class_9820;method_57822(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)V- official - b- Leab;b(Ljava/lang/Throwable;Leam;Ldfp;)V
 
 
-