Package net.minecraft.server.dedicated
Class MinecraftDedicatedServer
java.lang.Object
net.minecraft.util.thread.ThreadExecutor<ServerTask>
net.minecraft.util.thread.ReentrantThreadExecutor<ServerTask>
net.minecraft.server.MinecraftServer
net.minecraft.server.dedicated.MinecraftDedicatedServer
- All Implemented Interfaces:
- AutoCloseable,- Executor,- QueryableServer,- CommandOutput,- DedicatedServer,- ChunkErrorHandler,- SampleableExecutor,- TaskExecutor<ServerTask>
- Mappings:
- Namespace - Name - named - net/minecraft/server/dedicated/MinecraftDedicatedServer- intermediary - net/minecraft/class_3176- official - apu
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.server.MinecraftServerMinecraftServer.ServerResourcePackProperties
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<PendingServerCommand> private @Nullable SubscribableDebugSampleLogprivate static final intprivate static final intprivate final @Nullable AbstractTextFiltererprivate @Nullable DedicatedServerGui(package private) static final Loggerprivate final ServerPropertiesLoaderprivate @Nullable QueryResponseHandlerprivate final RconCommandOutputprivate @Nullable RconListenerprivate final ServerLinksprivate @Nullable SampleSubscriptionTrackerFields 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 SummaryConstructorsConstructorDescriptionMinecraftDedicatedServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanaddExtraSystemDetails(SystemDetails details) intadjustTrackingDistance(int initialDistance) booleanSpecifies whether command blocks can execute commands on the server.protected booleancreateFilterer(ServerPlayerEntity player) voidvoiddumpProperties(Path file) voidvoidenqueueCommand(String command, ServerCommandSource commandSource) voidexecuteRconCommand(String command) voidexit()Returns the game mode a player should be set to when connecting to the server, ornullif none is set.intintlongintgetMotd()intintintintgetPort()intintbooleanhasGui()booleanbooleanChecks whether this server is a dedicated server.booleanisHost(com.mojang.authlib.GameProfile profile) booleanbooleanisRemote()booleanisSpawnProtected(ServerWorld world, BlockPos pos, PlayerEntity player) booleanbooleanisWorldAllowed(World world) private static ServerLinksloadServerLinks(ServerPropertiesLoader propertiesLoader) parseBugReportLink(ServerPropertiesHandler propertiesHandler) voidsetPlayerIdleTimeout(int playerIdleTimeout) booleanSetups a Minecraft server to be ready for players to connect.voidsetUseWhitelist(boolean useWhitelist) booleanbooleanbooleanbooleanbooleanvoidshutdown()private voidvoidsubscribeToDebugSample(ServerPlayerEntity player, DebugSampleType type) booleanvoidvoidMethods inherited from class net.minecraft.server.MinecraftServeraddServerGuiTickable, addSystemDetails, canExecute, checkWorldGenException, close, createTask, createWorlds, executeSync, executeTask, forcePlayerSampleUpdate, forceStopRecorder, generateKeyPair, getAdvancementLoader, getAverageNanosPerTick, getAverageTickTime, getBossBarManager, getBrewingRecipeRegistry, getCombinedDynamicRegistries, getCommandFunctionManager, getCommandManager, getCommandSource, getCurrentPlayerCount, getDataCommandStorage, getDataFixer, getDataPackManager, getDefaultGameMode, getFuelRegistry, getGameProfileRepo, getGameRules, getHostProfile, getIconFile, getKeyPair, getMaxPlayerCount, getMessageDecorator, getModStatus, getNetworkIo, getOverworld, getPath, getPermissionLevel, getPlayerIdleTimeout, getPlayerInteractionManager, getPlayerNames, getProxy, getRecipeManager, getRegistryManager, getReloadableRegistries, getResourceManager, getRunDirectory, getSavePath, getSaveProperties, getScoreboard, getServerIp, getServerMetadata, getServerModName, getServerMotd, getServerPort, getServicesSignatureVerifier, getSessionService, getSpawnRadius, getStructureTemplateManager, getThread, getTickManager, getTicks, getTickTimes, getTimeReference, getUserCache, getVersion, getWorld, getWorldRegistryKeys, getWorlds, isDebugRunning, isDemo, isEnforceWhitelist, isFlightEnabled, isHardcore, isLoading, isOnlineMode, isPaused, isPvpEnabled, isRecorderActive, isRunning, isSaving, isSingleplayer, isStopped, isStopping, kickNonWhitelistedPlayers, loadDataPacks, loadWorld, logChatMessage, onChunkLoadFailure, onChunkSaveFailure, onPacketException, openToLan, reloadResources, requireResourcePack, resetRecorder, runServer, runTask, runTasks, runTasksTillTickEnd, save, saveAll, sendMessage, sendTimeUpdatePackets, setCrashReport, setDefaultGameMode, setDemo, setDifficulty, setDifficultyLocked, setEnforceWhitelist, setFlightEnabled, setHostProfile, setMotd, setOnlineMode, setPlayerManager, setPreventProxyConnections, setPvpEnabled, setServerId, setServerIp, setServerPort, setupRecorder, setWorldGenException, shouldExecuteAsync, shouldPreventProxyConnections, shouldReceiveFeedback, shouldTrackOutput, startDebug, startServer, stop, stopDebug, stopRecorder, tick, tickWorlds, updateAutosaveTicks, 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.server.dedicated.DedicatedServergetPlayerNamesMethods inherited from interface net.minecraft.network.QueryableServergetCurrentPlayerCount, getMaxPlayerCount, getServerMotd, getVersionMethods inherited from interface net.minecraft.util.thread.TaskExecutorexecuteAsync
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;LOGGER:Lorg/slf4j/Logger;- intermediary - field_13814- Lnet/minecraft/class_3176;field_13814:Lorg/slf4j/Logger;- official - l- Lapu;l:Lorg/slf4j/Logger;
 
- 
field_29662private static final int field_29662- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_29662- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;field_29662:I- intermediary - field_29662- Lnet/minecraft/class_3176;field_29662:I- official - m- Lapu;m:I
 
- 
field_29663private static final int field_29663- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_29663- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;field_29663:I- intermediary - field_29663- Lnet/minecraft/class_3176;field_29663:I- official - n- Lapu;n:I
 
- 
commandQueue- Mappings:
- Namespace - Name - Mixin selector - named - commandQueue- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;commandQueue:Ljava/util/List;- intermediary - field_13815- Lnet/minecraft/class_3176;field_13815:Ljava/util/List;- official - o- Lapu;o:Ljava/util/List;
 
- 
queryResponseHandler- Mappings:
- Namespace - Name - Mixin selector - named - queryResponseHandler- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;queryResponseHandler:Lnet/minecraft/server/rcon/QueryResponseHandler;- intermediary - field_13816- Lnet/minecraft/class_3176;field_13816:Lnet/minecraft/class_3364;- official - p- Lapu;p:Lavt;
 
- 
rconCommandOutput- Mappings:
- Namespace - Name - Mixin selector - named - rconCommandOutput- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;rconCommandOutput:Lnet/minecraft/server/rcon/RconCommandOutput;- intermediary - field_13811- Lnet/minecraft/class_3176;field_13811:Lnet/minecraft/class_3350;- official - q- Lapu;q:Lavq;
 
- 
rconServer- Mappings:
- Namespace - Name - Mixin selector - named - rconServer- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;rconServer:Lnet/minecraft/server/rcon/RconListener;- intermediary - field_13819- Lnet/minecraft/class_3176;field_13819:Lnet/minecraft/class_3408;- official - r- Lapu;r:Lavv;
 
- 
propertiesLoader- Mappings:
- Namespace - Name - Mixin selector - named - propertiesLoader- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;propertiesLoader:Lnet/minecraft/server/dedicated/ServerPropertiesLoader;- intermediary - field_16799- Lnet/minecraft/class_3176;field_16799:Lnet/minecraft/class_3807;- official - s- Lapu;s:Lapw;
 
- 
gui- Mappings:
- Namespace - Name - Mixin selector - named - gui- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;gui:Lnet/minecraft/server/dedicated/gui/DedicatedServerGui;- intermediary - field_16800- Lnet/minecraft/class_3176;field_16800:Lnet/minecraft/class_3182;- official - t- Lapu;t:Laqa;
 
- 
filterer- Mappings:
- Namespace - Name - Mixin selector - named - filterer- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;filterer:Lnet/minecraft/server/filter/AbstractTextFilterer;- intermediary - field_52350- Lnet/minecraft/class_3176;field_52350:Lnet/minecraft/class_9847;- official - u- Lapu;u:Lasl;
 
- 
debugSampleLog- Mappings:
- Namespace - Name - Mixin selector - named - debugSampleLog- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;debugSampleLog:Lnet/minecraft/util/profiler/log/SubscribableDebugSampleLog;- intermediary - field_48788- Lnet/minecraft/class_3176;field_48788:Lnet/minecraft/class_9193;- official - v- Lapu;v:Lbng;
 
- 
subscriptionTracker- Mappings:
- Namespace - Name - Mixin selector - named - subscriptionTracker- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;subscriptionTracker:Lnet/minecraft/server/SampleSubscriptionTracker;- intermediary - field_48789- Lnet/minecraft/class_3176;field_48789:Lnet/minecraft/class_9188;- official - w- Lapu;w:Lbnd;
 
- 
serverLinks- Mappings:
- Namespace - Name - Mixin selector - named - serverLinks- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;serverLinks:Lnet/minecraft/server/ServerLinks;- intermediary - field_52215- Lnet/minecraft/class_3176;field_52215:Lnet/minecraft/class_9782;- official - x- Lapu;x:Laln;
 
 
- 
- 
Constructor Details- 
MinecraftDedicatedServerpublic MinecraftDedicatedServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;<init>(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorage$Session;Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/server/SaveLoader;Lnet/minecraft/server/dedicated/ServerPropertiesLoader;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/util/ApiServices;Lnet/minecraft/server/WorldGenerationProgressListenerFactory;)V- intermediary - <init>- Lnet/minecraft/class_3176;<init>(Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/class_3807;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_7497;Lnet/minecraft/class_3950;)V- official - <init>- Lapu;<init>(Ljava/lang/Thread;Levg$c;Laua;Lalu;Lapw;Lcom/mojang/datafixers/DataFixer;Lalq;Laro;)V
 
 
- 
- 
Method Details- 
setupServerSetups 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.
- Throws:
- IOException
- 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
 
- 
isMonsterSpawningEnabledpublic boolean isMonsterSpawningEnabled()- Overrides:
- isMonsterSpawningEnabledin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isMonsterSpawningEnabled- Lnet/minecraft/server/MinecraftServer;isMonsterSpawningEnabled()Z- intermediary - method_3783- Lnet/minecraft/server/MinecraftServer;method_3783()Z- official - W- Lnet/minecraft/server/MinecraftServer;W()Z
 
- 
getProperties- Specified by:
- getPropertiesin interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - getProperties- Lnet/minecraft/server/dedicated/DedicatedServer;getProperties()Lnet/minecraft/server/dedicated/ServerPropertiesHandler;- intermediary - method_16705- Lnet/minecraft/class_2994;method_16705()Lnet/minecraft/class_3806;- official - a- Lalm;a()Lapv;
 
- 
updateDifficultypublic void updateDifficulty()- Overrides:
- updateDifficultyin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - updateDifficulty- Lnet/minecraft/server/MinecraftServer;updateDifficulty()V- intermediary - method_27731- Lnet/minecraft/server/MinecraftServer;method_27731()V- official - t- Lnet/minecraft/server/MinecraftServer;t()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;
 
- 
dumpProperties- Overrides:
- dumpPropertiesin class- MinecraftServer
- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - named - dumpProperties- Lnet/minecraft/server/MinecraftServer;dumpProperties(Ljava/nio/file/Path;)V- intermediary - method_37113- Lnet/minecraft/server/MinecraftServer;method_37113(Ljava/nio/file/Path;)V- official - a- Lnet/minecraft/server/MinecraftServer;a(Ljava/nio/file/Path;)V
 
- 
exitpublic void exit()- Overrides:
- exitin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - exit- Lnet/minecraft/server/MinecraftServer;exit()V- intermediary - method_3821- Lnet/minecraft/server/MinecraftServer;method_3821()V- official - i- Lnet/minecraft/server/MinecraftServer;i()V
 
- 
tickNetworkIopublic void tickNetworkIo()- Overrides:
- tickNetworkIoin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - tickNetworkIo- Lnet/minecraft/server/MinecraftServer;tickNetworkIo()V- intermediary - method_61254- Lnet/minecraft/server/MinecraftServer;method_61254()V- official - G- Lnet/minecraft/server/MinecraftServer;G()V
 
- 
isWorldAllowed- Overrides:
- isWorldAllowedin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isWorldAllowed- Lnet/minecraft/server/MinecraftServer;isWorldAllowed(Lnet/minecraft/world/World;)Z- intermediary - method_60671- Lnet/minecraft/server/MinecraftServer;method_60671(Lnet/minecraft/class_1937;)Z- official - a- Lnet/minecraft/server/MinecraftServer;a(Ldgj;)Z
 
- 
enqueueCommand- Mappings:
- Namespace - Name - Mixin selector - named - enqueueCommand- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;enqueueCommand(Ljava/lang/String;Lnet/minecraft/server/command/ServerCommandSource;)V- intermediary - method_13947- Lnet/minecraft/class_3176;method_13947(Ljava/lang/String;Lnet/minecraft/class_2168;)V- official - a- Lapu;a(Ljava/lang/String;Lex;)V
 
- 
executeQueuedCommandspublic void executeQueuedCommands()- Mappings:
- Namespace - Name - Mixin selector - named - executeQueuedCommands- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;executeQueuedCommands()V- intermediary - method_13941- Lnet/minecraft/class_3176;method_13941()V- official - br- Lapu;br()V
 
- 
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
 
- 
getPlayerManager- Overrides:
- getPlayerManagerin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getPlayerManager- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;getPlayerManager()Lnet/minecraft/server/dedicated/DedicatedPlayerManager;- intermediary - method_13949- Lnet/minecraft/class_3176;method_13949()Lnet/minecraft/class_3174;- official - bs- Lapu;bs()Lapt;
 
- 
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
 
- 
getHostname- Specified by:
- getHostnamein interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - getHostname- Lnet/minecraft/server/dedicated/DedicatedServer;getHostname()Ljava/lang/String;- intermediary - method_12929- Lnet/minecraft/class_2994;method_12929()Ljava/lang/String;- official - b- Lalm;b()Ljava/lang/String;
 
- 
getPortpublic int getPort()- Specified by:
- getPortin interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - getPort- Lnet/minecraft/server/dedicated/DedicatedServer;getPort()I- intermediary - method_12918- Lnet/minecraft/class_2994;method_12918()I- official - d- Lalm;d()I
 
- 
getMotd- Specified by:
- getMotdin interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - getMotd- Lnet/minecraft/server/dedicated/DedicatedServer;getMotd()Ljava/lang/String;- intermediary - method_12930- Lnet/minecraft/class_2994;method_12930()Ljava/lang/String;- official - h- Lalm;h()Ljava/lang/String;
 
- 
createGuipublic void createGui()- Mappings:
- Namespace - Name - Mixin selector - named - createGui- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;createGui()V- intermediary - method_13948- Lnet/minecraft/class_3176;method_13948()V- official - bt- Lapu;bt()V
 
- 
hasGuipublic boolean hasGui()- Overrides:
- hasGuiin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - hasGui- Lnet/minecraft/server/MinecraftServer;hasGui()Z- intermediary - method_3727- Lnet/minecraft/server/MinecraftServer;method_3727()Z- official - aj- Lnet/minecraft/server/MinecraftServer;aj()Z
 
- 
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
 
- 
getSpawnProtectionRadiuspublic int getSpawnProtectionRadius()- Overrides:
- getSpawnProtectionRadiusin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getSpawnProtectionRadius- Lnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()I- intermediary - method_3841- Lnet/minecraft/server/MinecraftServer;method_3841()I- official - al- Lnet/minecraft/server/MinecraftServer;al()I
 
- 
isSpawnProtected- Overrides:
- isSpawnProtectedin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - isSpawnProtected- Lnet/minecraft/server/MinecraftServer;isSpawnProtected(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Z- intermediary - method_3785- Lnet/minecraft/server/MinecraftServer;method_3785(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;)Z- official - a- Lnet/minecraft/server/MinecraftServer;a(Lard;Lji;Lcoy;)Z
 
- 
acceptsStatusQuerypublic boolean acceptsStatusQuery()- Overrides:
- acceptsStatusQueryin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - acceptsStatusQuery- Lnet/minecraft/server/MinecraftServer;acceptsStatusQuery()Z- intermediary - method_27902- Lnet/minecraft/server/MinecraftServer;method_27902()Z- official - am- Lnet/minecraft/server/MinecraftServer;am()Z
 
- 
hideOnlinePlayerspublic boolean hideOnlinePlayers()- Overrides:
- hideOnlinePlayersin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - hideOnlinePlayers- Lnet/minecraft/server/MinecraftServer;hideOnlinePlayers()Z- intermediary - method_39424- Lnet/minecraft/server/MinecraftServer;method_39424()Z- official - an- Lnet/minecraft/server/MinecraftServer;an()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
 
- 
setPlayerIdleTimeoutpublic void setPlayerIdleTimeout(int playerIdleTimeout) - Overrides:
- setPlayerIdleTimeoutin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - setPlayerIdleTimeout- Lnet/minecraft/server/MinecraftServer;setPlayerIdleTimeout(I)V- intermediary - method_3803- Lnet/minecraft/server/MinecraftServer;method_3803(I)V- official - c- Lnet/minecraft/server/MinecraftServer;c(I)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
 
- 
getMaxWorldBorderRadiuspublic int getMaxWorldBorderRadius()- Overrides:
- getMaxWorldBorderRadiusin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getMaxWorldBorderRadius- Lnet/minecraft/server/MinecraftServer;getMaxWorldBorderRadius()I- intermediary - method_3749- Lnet/minecraft/server/MinecraftServer;method_3749()I- official - aw- Lnet/minecraft/server/MinecraftServer;aw()I
 
- 
getNetworkCompressionThresholdpublic int getNetworkCompressionThreshold()- Overrides:
- getNetworkCompressionThresholdin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getNetworkCompressionThreshold- Lnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()I- intermediary - method_3773- Lnet/minecraft/server/MinecraftServer;method_3773()I- official - az- Lnet/minecraft/server/MinecraftServer;az()I
 
- 
shouldEnforceSecureProfilepublic boolean shouldEnforceSecureProfile()- Overrides:
- shouldEnforceSecureProfilein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - shouldEnforceSecureProfile- Lnet/minecraft/server/MinecraftServer;shouldEnforceSecureProfile()Z- intermediary - method_43500- Lnet/minecraft/server/MinecraftServer;method_43500()Z- official - aA- Lnet/minecraft/server/MinecraftServer;aA()Z
 
- 
shouldLogIpspublic boolean shouldLogIps()- Overrides:
- shouldLogIpsin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - shouldLogIps- Lnet/minecraft/server/MinecraftServer;shouldLogIps()Z- intermediary - method_52344- Lnet/minecraft/server/MinecraftServer;method_52344()Z- official - bl- Lnet/minecraft/server/MinecraftServer;bl()Z
 
- 
convertDataprotected boolean convertData()- Mappings:
- Namespace - Name - Mixin selector - named - convertData- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;convertData()Z- intermediary - method_13951- Lnet/minecraft/class_3176;method_13951()Z- official - bu- Lapu;bu()Z
 
- 
sleepFiveSecondsprivate void sleepFiveSeconds()- Mappings:
- Namespace - Name - Mixin selector - named - sleepFiveSeconds- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;sleepFiveSeconds()V- intermediary - method_13942- Lnet/minecraft/class_3176;method_13942()V- official - bC- Lapu;bC()V
 
- 
getMaxTickTimepublic long getMaxTickTime()- Mappings:
- Namespace - Name - Mixin selector - named - getMaxTickTime- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;getMaxTickTime()J- intermediary - method_13944- Lnet/minecraft/class_3176;method_13944()J- official - bv- Lapu;bv()J
 
- 
getMaxChainedNeighborUpdatespublic int getMaxChainedNeighborUpdates()- Overrides:
- getMaxChainedNeighborUpdatesin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getMaxChainedNeighborUpdates- Lnet/minecraft/server/MinecraftServer;getMaxChainedNeighborUpdates()I- intermediary - method_41239- Lnet/minecraft/server/MinecraftServer;method_41239()I- official - bj- Lnet/minecraft/server/MinecraftServer;bj()I
 
- 
getPlugins- Specified by:
- getPluginsin interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - getPlugins- Lnet/minecraft/server/dedicated/DedicatedServer;getPlugins()Ljava/lang/String;- intermediary - method_12916- Lnet/minecraft/class_2994;method_12916()Ljava/lang/String;- official - s- Lalm;s()Ljava/lang/String;
 
- 
executeRconCommand- Specified by:
- executeRconCommandin interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - executeRconCommand- Lnet/minecraft/server/dedicated/DedicatedServer;executeRconCommand(Ljava/lang/String;)Ljava/lang/String;- intermediary - method_12934- Lnet/minecraft/class_2994;method_12934(Ljava/lang/String;)Ljava/lang/String;- official - a- Lalm;a(Ljava/lang/String;)Ljava/lang/String;
 
- 
setUseWhitelistpublic void setUseWhitelist(boolean useWhitelist) - Mappings:
- Namespace - Name - Mixin selector - named - setUseWhitelist- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;setUseWhitelist(Z)V- intermediary - method_16712- Lnet/minecraft/class_3176;method_16712(Z)V- official - i- Lapu;i(Z)V
 
- 
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
 
- 
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
 
- 
getLevelName- Specified by:
- getLevelNamein interface- DedicatedServer
- Mappings:
- Namespace - Name - Mixin selector - named - getLevelName- Lnet/minecraft/server/dedicated/DedicatedServer;getLevelName()Ljava/lang/String;- intermediary - method_3865- Lnet/minecraft/class_2994;method_3865()Ljava/lang/String;- official - j- Lalm;j()Ljava/lang/String;
 
- 
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
 
- 
createFilterer- Overrides:
- createFiltererin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - createFilterer- Lnet/minecraft/server/MinecraftServer;createFilterer(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/server/filter/TextStream;- intermediary - method_31371- Lnet/minecraft/server/MinecraftServer;method_31371(Lnet/minecraft/class_3222;)Lnet/minecraft/class_5513;- official - a- Lnet/minecraft/server/MinecraftServer;a(Lare;)Lasm;
 
- 
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;
 
- 
getResourcePackProperties- Overrides:
- getResourcePackPropertiesin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getResourcePackProperties- Lnet/minecraft/server/MinecraftServer;getResourcePackProperties()Ljava/util/Optional;- intermediary - method_43659- Lnet/minecraft/server/MinecraftServer;method_43659()Ljava/util/Optional;- official - Y- Lnet/minecraft/server/MinecraftServer;Y()Ljava/util/Optional;
 
- 
endTickMetricspublic void endTickMetrics()- Overrides:
- endTickMetricsin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - endTickMetrics- Lnet/minecraft/server/MinecraftServer;endTickMetrics()V- intermediary - method_24490- Lnet/minecraft/server/MinecraftServer;method_24490()V- official - aS- Lnet/minecraft/server/MinecraftServer;aS()V
 
- 
getDebugSampleLog- Specified by:
- getDebugSampleLogin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getDebugSampleLog- Lnet/minecraft/server/MinecraftServer;getDebugSampleLog()Lnet/minecraft/util/profiler/log/DebugSampleLog;- intermediary - method_56593- Lnet/minecraft/server/MinecraftServer;method_56593()Lnet/minecraft/class_8743;- official - f- Lnet/minecraft/server/MinecraftServer;f()Lbnh;
 
- 
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
 
- 
subscribeToDebugSample- Overrides:
- subscribeToDebugSamplein class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - subscribeToDebugSample- Lnet/minecraft/server/MinecraftServer;subscribeToDebugSample(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/util/profiler/log/DebugSampleType;)V- intermediary - method_56625- Lnet/minecraft/server/MinecraftServer;method_56625(Lnet/minecraft/class_3222;Lnet/minecraft/class_9192;)V- official - a- Lnet/minecraft/server/MinecraftServer;a(Lare;Lbnf;)V
 
- 
acceptsTransferspublic boolean acceptsTransfers()- Overrides:
- acceptsTransfersin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - acceptsTransfers- Lnet/minecraft/server/MinecraftServer;acceptsTransfers()Z- intermediary - method_56040- Lnet/minecraft/server/MinecraftServer;method_56040()Z- official - bm- Lnet/minecraft/server/MinecraftServer;bm()Z
 
- 
getServerLinks- Overrides:
- getServerLinksin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getServerLinks- Lnet/minecraft/server/MinecraftServer;getServerLinks()Lnet/minecraft/server/ServerLinks;- intermediary - method_60672- Lnet/minecraft/server/MinecraftServer;method_60672()Lnet/minecraft/class_9782;- official - bp- Lnet/minecraft/server/MinecraftServer;bp()Laln;
 
- 
getPauseWhenEmptySecondspublic int getPauseWhenEmptySeconds()- Overrides:
- getPauseWhenEmptySecondsin class- MinecraftServer
- Mappings:
- Namespace - Name - Mixin selector - named - getPauseWhenEmptySeconds- Lnet/minecraft/server/MinecraftServer;getPauseWhenEmptySeconds()I- intermediary - method_61255- Lnet/minecraft/server/MinecraftServer;method_61255()I- official - bq- Lnet/minecraft/server/MinecraftServer;bq()I
 
- 
loadServerLinks- Mappings:
- Namespace - Name - Mixin selector - named - loadServerLinks- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;loadServerLinks(Lnet/minecraft/server/dedicated/ServerPropertiesLoader;)Lnet/minecraft/server/ServerLinks;- intermediary - method_60940- Lnet/minecraft/class_3176;method_60940(Lnet/minecraft/class_3807;)Lnet/minecraft/class_9782;- official - a- Lapu;a(Lapw;)Laln;
 
- 
parseBugReportLink- Mappings:
- Namespace - Name - Mixin selector - named - parseBugReportLink- Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;parseBugReportLink(Lnet/minecraft/server/dedicated/ServerPropertiesHandler;)Ljava/util/Optional;- intermediary - method_60939- Lnet/minecraft/class_3176;method_60939(Lnet/minecraft/class_3806;)Ljava/util/Optional;- official - a- Lapu;a(Lapv;)Ljava/util/Optional;
 
 
-