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/MinecraftDedicatedServerintermediary net/minecraft/class_3176official aqr
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.server.MinecraftServer
MinecraftServer.ServerResourcePackProperties -
Field Summary
FieldsModifier 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.MinecraftServer
ANONYMOUS_PLAYER_PROFILE, apiServices, DEMO_LEVEL_INFO, MAX_WORLD_BORDER_RADIUS, proxy, saveHandler, saveProperties, session, VANILLAFields inherited from class net.minecraft.util.thread.ThreadExecutor
field_52421Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
ConstructorsConstructorDescriptionMinecraftDedicatedServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Method Summary
Modifier 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.MinecraftServer
addServerGuiTickable, 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.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.server.dedicated.DedicatedServer
getPlayerNamesMethods inherited from interface net.minecraft.network.QueryableServer
getCurrentPlayerCount, getMaxPlayerCount, getServerMotd, getVersionMethods inherited from interface net.minecraft.util.thread.TaskExecutor
executeAsync
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/server/dedicated/MinecraftDedicatedServer;LOGGER:Lorg/slf4j/Logger;intermediary field_13814Lnet/minecraft/class_3176;field_13814:Lorg/slf4j/Logger;official lLaqr;l:Lorg/slf4j/Logger;
-
field_29662
private static final int field_29662- See Also:
- Mappings:
Namespace Name Mixin selector named field_29662Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;field_29662:Iintermediary field_29662Lnet/minecraft/class_3176;field_29662:Iofficial mLaqr;m:I
-
field_29663
private static final int field_29663- See Also:
- Mappings:
Namespace Name Mixin selector named field_29663Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;field_29663:Iintermediary field_29663Lnet/minecraft/class_3176;field_29663:Iofficial nLaqr;n:I
-
commandQueue
- Mappings:
Namespace Name Mixin selector named commandQueueLnet/minecraft/server/dedicated/MinecraftDedicatedServer;commandQueue:Ljava/util/List;intermediary field_13815Lnet/minecraft/class_3176;field_13815:Ljava/util/List;official oLaqr;o:Ljava/util/List;
-
queryResponseHandler
- Mappings:
Namespace Name Mixin selector named queryResponseHandlerLnet/minecraft/server/dedicated/MinecraftDedicatedServer;queryResponseHandler:Lnet/minecraft/server/rcon/QueryResponseHandler;intermediary field_13816Lnet/minecraft/class_3176;field_13816:Lnet/minecraft/class_3364;official pLaqr;p:Lawr;
-
rconCommandOutput
- Mappings:
Namespace Name Mixin selector named rconCommandOutputLnet/minecraft/server/dedicated/MinecraftDedicatedServer;rconCommandOutput:Lnet/minecraft/server/rcon/RconCommandOutput;intermediary field_13811Lnet/minecraft/class_3176;field_13811:Lnet/minecraft/class_3350;official qLaqr;q:Lawo;
-
rconServer
- Mappings:
Namespace Name Mixin selector named rconServerLnet/minecraft/server/dedicated/MinecraftDedicatedServer;rconServer:Lnet/minecraft/server/rcon/RconListener;intermediary field_13819Lnet/minecraft/class_3176;field_13819:Lnet/minecraft/class_3408;official rLaqr;r:Lawt;
-
propertiesLoader
- Mappings:
Namespace Name Mixin selector named propertiesLoaderLnet/minecraft/server/dedicated/MinecraftDedicatedServer;propertiesLoader:Lnet/minecraft/server/dedicated/ServerPropertiesLoader;intermediary field_16799Lnet/minecraft/class_3176;field_16799:Lnet/minecraft/class_3807;official sLaqr;s:Laqt;
-
gui
- Mappings:
Namespace Name Mixin selector named guiLnet/minecraft/server/dedicated/MinecraftDedicatedServer;gui:Lnet/minecraft/server/dedicated/gui/DedicatedServerGui;intermediary field_16800Lnet/minecraft/class_3176;field_16800:Lnet/minecraft/class_3182;official tLaqr;t:Laqx;
-
filterer
- Mappings:
Namespace Name Mixin selector named filtererLnet/minecraft/server/dedicated/MinecraftDedicatedServer;filterer:Lnet/minecraft/server/filter/AbstractTextFilterer;intermediary field_52350Lnet/minecraft/class_3176;field_52350:Lnet/minecraft/class_9847;official uLaqr;u:Latj;
-
debugSampleLog
- Mappings:
Namespace Name Mixin selector named debugSampleLogLnet/minecraft/server/dedicated/MinecraftDedicatedServer;debugSampleLog:Lnet/minecraft/util/profiler/log/SubscribableDebugSampleLog;intermediary field_48788Lnet/minecraft/class_3176;field_48788:Lnet/minecraft/class_9193;official vLaqr;v:Lbpp;
-
subscriptionTracker
- Mappings:
Namespace Name Mixin selector named subscriptionTrackerLnet/minecraft/server/dedicated/MinecraftDedicatedServer;subscriptionTracker:Lnet/minecraft/server/SampleSubscriptionTracker;intermediary field_48789Lnet/minecraft/class_3176;field_48789:Lnet/minecraft/class_9188;official wLaqr;w:Lbpm;
-
serverLinks
- Mappings:
Namespace Name Mixin selector named serverLinksLnet/minecraft/server/dedicated/MinecraftDedicatedServer;serverLinks:Lnet/minecraft/server/ServerLinks;intermediary field_52215Lnet/minecraft/class_3176;field_52215:Lnet/minecraft/class_9782;official xLaqr;x:Lamj;
-
-
Constructor Details
-
MinecraftDedicatedServer
public 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;)Vintermediary <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;)Vofficial <init>Laqr;<init>(Ljava/lang/Thread;Lfah$c;Lauz;Lamq;Laqt;Lcom/mojang/datafixers/DataFixer;Lamm;Lasm;)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
-
isMonsterSpawningEnabled
public boolean isMonsterSpawningEnabled()- Overrides:
isMonsterSpawningEnabledin classMinecraftServer- Mappings:
Namespace Name Mixin selector named isMonsterSpawningEnabledLnet/minecraft/server/MinecraftServer;isMonsterSpawningEnabled()Zintermediary method_3783Lnet/minecraft/server/MinecraftServer;method_3783()Zofficial WLnet/minecraft/server/MinecraftServer;W()Z
-
getProperties
- Specified by:
getPropertiesin interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named getPropertiesLnet/minecraft/server/dedicated/DedicatedServer;getProperties()Lnet/minecraft/server/dedicated/ServerPropertiesHandler;intermediary method_16705Lnet/minecraft/class_2994;method_16705()Lnet/minecraft/class_3806;official aLami;a()Laqs;
-
updateDifficulty
public void updateDifficulty()- Overrides:
updateDifficultyin classMinecraftServer- Mappings:
Namespace Name Mixin selector named updateDifficultyLnet/minecraft/server/MinecraftServer;updateDifficulty()Vintermediary method_27731Lnet/minecraft/server/MinecraftServer;method_27731()Vofficial tLnet/minecraft/server/MinecraftServer;t()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;
-
dumpProperties
- Overrides:
dumpPropertiesin classMinecraftServer- 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
-
exit
public void exit()- Overrides:
exitin classMinecraftServer- Mappings:
Namespace Name Mixin selector named exitLnet/minecraft/server/MinecraftServer;exit()Vintermediary method_3821Lnet/minecraft/server/MinecraftServer;method_3821()Vofficial iLnet/minecraft/server/MinecraftServer;i()V
-
tickNetworkIo
public void tickNetworkIo()- Overrides:
tickNetworkIoin classMinecraftServer- Mappings:
Namespace Name Mixin selector named tickNetworkIoLnet/minecraft/server/MinecraftServer;tickNetworkIo()Vintermediary method_61254Lnet/minecraft/server/MinecraftServer;method_61254()Vofficial GLnet/minecraft/server/MinecraftServer;G()V
-
isWorldAllowed
- Overrides:
isWorldAllowedin classMinecraftServer- 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(Ldkj;)Z
-
enqueueCommand
- Mappings:
Namespace Name Mixin selector named enqueueCommandLnet/minecraft/server/dedicated/MinecraftDedicatedServer;enqueueCommand(Ljava/lang/String;Lnet/minecraft/server/command/ServerCommandSource;)Vintermediary method_13947Lnet/minecraft/class_3176;method_13947(Ljava/lang/String;Lnet/minecraft/class_2168;)Vofficial aLaqr;a(Ljava/lang/String;Lek;)V
-
executeQueuedCommands
public void executeQueuedCommands()- Mappings:
Namespace Name Mixin selector named executeQueuedCommandsLnet/minecraft/server/dedicated/MinecraftDedicatedServer;executeQueuedCommands()Vintermediary method_13941Lnet/minecraft/class_3176;method_13941()Vofficial brLaqr;br()V
-
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 nLnet/minecraft/server/MinecraftServer;n()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 oLnet/minecraft/server/MinecraftServer;o()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 pLnet/minecraft/server/MinecraftServer;p()Z
-
getPlayerManager
- Overrides:
getPlayerManagerin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getPlayerManagerLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getPlayerManager()Lnet/minecraft/server/dedicated/DedicatedPlayerManager;intermediary method_13949Lnet/minecraft/class_3176;method_13949()Lnet/minecraft/class_3174;official bsLaqr;bs()Laqq;
-
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 rLnet/minecraft/server/MinecraftServer;r()Z
-
getHostname
- Specified by:
getHostnamein interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named getHostnameLnet/minecraft/server/dedicated/DedicatedServer;getHostname()Ljava/lang/String;intermediary method_12929Lnet/minecraft/class_2994;method_12929()Ljava/lang/String;official bLami;b()Ljava/lang/String;
-
getPort
public int getPort()- Specified by:
getPortin interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named getPortLnet/minecraft/server/dedicated/DedicatedServer;getPort()Iintermediary method_12918Lnet/minecraft/class_2994;method_12918()Iofficial dLami;d()I
-
getMotd
- Specified by:
getMotdin interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named getMotdLnet/minecraft/server/dedicated/DedicatedServer;getMotd()Ljava/lang/String;intermediary method_12930Lnet/minecraft/class_2994;method_12930()Ljava/lang/String;official hLami;h()Ljava/lang/String;
-
createGui
public void createGui()- Mappings:
Namespace Name Mixin selector named createGuiLnet/minecraft/server/dedicated/MinecraftDedicatedServer;createGui()Vintermediary method_13948Lnet/minecraft/class_3176;method_13948()Vofficial btLaqr;bt()V
-
hasGui
public boolean hasGui()- Overrides:
hasGuiin classMinecraftServer- Mappings:
Namespace Name Mixin selector named hasGuiLnet/minecraft/server/MinecraftServer;hasGui()Zintermediary method_3727Lnet/minecraft/server/MinecraftServer;method_3727()Zofficial ajLnet/minecraft/server/MinecraftServer;aj()Z
-
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 qLnet/minecraft/server/MinecraftServer;q()Z
-
getSpawnProtectionRadius
public int getSpawnProtectionRadius()- Overrides:
getSpawnProtectionRadiusin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getSpawnProtectionRadiusLnet/minecraft/server/MinecraftServer;getSpawnProtectionRadius()Iintermediary method_3841Lnet/minecraft/server/MinecraftServer;method_3841()Iofficial alLnet/minecraft/server/MinecraftServer;al()I
-
isSpawnProtected
- Overrides:
isSpawnProtectedin classMinecraftServer- 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(Lasb;Liw;Lcsi;)Z
-
acceptsStatusQuery
public boolean acceptsStatusQuery()- Overrides:
acceptsStatusQueryin classMinecraftServer- Mappings:
Namespace Name Mixin selector named acceptsStatusQueryLnet/minecraft/server/MinecraftServer;acceptsStatusQuery()Zintermediary method_27902Lnet/minecraft/server/MinecraftServer;method_27902()Zofficial amLnet/minecraft/server/MinecraftServer;am()Z
-
hideOnlinePlayers
public boolean hideOnlinePlayers()- Overrides:
hideOnlinePlayersin classMinecraftServer- Mappings:
Namespace Name Mixin selector named hideOnlinePlayersLnet/minecraft/server/MinecraftServer;hideOnlinePlayers()Zintermediary method_39424Lnet/minecraft/server/MinecraftServer;method_39424()Zofficial anLnet/minecraft/server/MinecraftServer;an()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 kLnet/minecraft/server/MinecraftServer;k()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 lLnet/minecraft/server/MinecraftServer;l()I
-
setPlayerIdleTimeout
public void setPlayerIdleTimeout(int playerIdleTimeout) - Overrides:
setPlayerIdleTimeoutin classMinecraftServer- Mappings:
Namespace Name Mixin selector named setPlayerIdleTimeoutLnet/minecraft/server/MinecraftServer;setPlayerIdleTimeout(I)Vintermediary method_3803Lnet/minecraft/server/MinecraftServer;method_3803(I)Vofficial cLnet/minecraft/server/MinecraftServer;c(I)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 mLnet/minecraft/server/MinecraftServer;m()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 cLej;c()Z
-
getMaxWorldBorderRadius
public int getMaxWorldBorderRadius()- Overrides:
getMaxWorldBorderRadiusin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getMaxWorldBorderRadiusLnet/minecraft/server/MinecraftServer;getMaxWorldBorderRadius()Iintermediary method_3749Lnet/minecraft/server/MinecraftServer;method_3749()Iofficial awLnet/minecraft/server/MinecraftServer;aw()I
-
getNetworkCompressionThreshold
public int getNetworkCompressionThreshold()- Overrides:
getNetworkCompressionThresholdin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getNetworkCompressionThresholdLnet/minecraft/server/MinecraftServer;getNetworkCompressionThreshold()Iintermediary method_3773Lnet/minecraft/server/MinecraftServer;method_3773()Iofficial azLnet/minecraft/server/MinecraftServer;az()I
-
shouldEnforceSecureProfile
public boolean shouldEnforceSecureProfile()- Overrides:
shouldEnforceSecureProfilein classMinecraftServer- Mappings:
Namespace Name Mixin selector named shouldEnforceSecureProfileLnet/minecraft/server/MinecraftServer;shouldEnforceSecureProfile()Zintermediary method_43500Lnet/minecraft/server/MinecraftServer;method_43500()Zofficial aALnet/minecraft/server/MinecraftServer;aA()Z
-
shouldLogIps
public boolean shouldLogIps()- Overrides:
shouldLogIpsin classMinecraftServer- Mappings:
Namespace Name Mixin selector named shouldLogIpsLnet/minecraft/server/MinecraftServer;shouldLogIps()Zintermediary method_52344Lnet/minecraft/server/MinecraftServer;method_52344()Zofficial blLnet/minecraft/server/MinecraftServer;bl()Z
-
convertData
protected boolean convertData()- Mappings:
Namespace Name Mixin selector named convertDataLnet/minecraft/server/dedicated/MinecraftDedicatedServer;convertData()Zintermediary method_13951Lnet/minecraft/class_3176;method_13951()Zofficial buLaqr;bu()Z
-
sleepFiveSeconds
private void sleepFiveSeconds()- Mappings:
Namespace Name Mixin selector named sleepFiveSecondsLnet/minecraft/server/dedicated/MinecraftDedicatedServer;sleepFiveSeconds()Vintermediary method_13942Lnet/minecraft/class_3176;method_13942()Vofficial bCLaqr;bC()V
-
getMaxTickTime
public long getMaxTickTime()- Mappings:
Namespace Name Mixin selector named getMaxTickTimeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getMaxTickTime()Jintermediary method_13944Lnet/minecraft/class_3176;method_13944()Jofficial bvLaqr;bv()J
-
getMaxChainedNeighborUpdates
public int getMaxChainedNeighborUpdates()- Overrides:
getMaxChainedNeighborUpdatesin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getMaxChainedNeighborUpdatesLnet/minecraft/server/MinecraftServer;getMaxChainedNeighborUpdates()Iintermediary method_41239Lnet/minecraft/server/MinecraftServer;method_41239()Iofficial bjLnet/minecraft/server/MinecraftServer;bj()I
-
getPlugins
- Specified by:
getPluginsin interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named getPluginsLnet/minecraft/server/dedicated/DedicatedServer;getPlugins()Ljava/lang/String;intermediary method_12916Lnet/minecraft/class_2994;method_12916()Ljava/lang/String;official sLami;s()Ljava/lang/String;
-
executeRconCommand
- Specified by:
executeRconCommandin interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named executeRconCommandLnet/minecraft/server/dedicated/DedicatedServer;executeRconCommand(Ljava/lang/String;)Ljava/lang/String;intermediary method_12934Lnet/minecraft/class_2994;method_12934(Ljava/lang/String;)Ljava/lang/String;official aLami;a(Ljava/lang/String;)Ljava/lang/String;
-
setUseWhitelist
public void setUseWhitelist(boolean useWhitelist) - Mappings:
Namespace Name Mixin selector named setUseWhitelistLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setUseWhitelist(Z)Vintermediary method_16712Lnet/minecraft/class_3176;method_16712(Z)Vofficial iLaqr;i(Z)V
-
shutdown
public void shutdown()- Overrides:
shutdownin classMinecraftServer- Mappings:
Namespace Name Mixin selector named shutdownLnet/minecraft/server/MinecraftServer;shutdown()Vintermediary method_3782Lnet/minecraft/server/MinecraftServer;method_3782()Vofficial vLnet/minecraft/server/MinecraftServer;v()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
-
getLevelName
- Specified by:
getLevelNamein interfaceDedicatedServer- Mappings:
Namespace Name Mixin selector named getLevelNameLnet/minecraft/server/dedicated/DedicatedServer;getLevelName()Ljava/lang/String;intermediary method_3865Lnet/minecraft/class_2994;method_3865()Ljava/lang/String;official jLami;j()Ljava/lang/String;
-
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 aXLnet/minecraft/server/MinecraftServer;aX()Z
-
createFilterer
- Overrides:
createFiltererin classMinecraftServer- 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(Lasc;)Latk;
-
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/world/GameMode;intermediary method_3761Lnet/minecraft/server/MinecraftServer;method_3761()Lnet/minecraft/class_1934;official bdLnet/minecraft/server/MinecraftServer;bd()Ldkg;
-
getResourcePackProperties
- Overrides:
getResourcePackPropertiesin classMinecraftServer- 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 YLnet/minecraft/server/MinecraftServer;Y()Ljava/util/Optional;
-
endTickMetrics
public void endTickMetrics()- Overrides:
endTickMetricsin classMinecraftServer- Mappings:
Namespace Name Mixin selector named endTickMetricsLnet/minecraft/server/MinecraftServer;endTickMetrics()Vintermediary method_24490Lnet/minecraft/server/MinecraftServer;method_24490()Vofficial aSLnet/minecraft/server/MinecraftServer;aS()V
-
getDebugSampleLog
- Specified by:
getDebugSampleLogin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getDebugSampleLogLnet/minecraft/server/MinecraftServer;getDebugSampleLog()Lnet/minecraft/util/profiler/log/DebugSampleLog;intermediary method_56593Lnet/minecraft/server/MinecraftServer;method_56593()Lnet/minecraft/class_8743;official fLnet/minecraft/server/MinecraftServer;f()Lbpq;
-
shouldPushTickTimeLog
public boolean shouldPushTickTimeLog()- Specified by:
shouldPushTickTimeLogin classMinecraftServer- Mappings:
Namespace Name Mixin selector named shouldPushTickTimeLogLnet/minecraft/server/MinecraftServer;shouldPushTickTimeLog()Zintermediary method_56626Lnet/minecraft/server/MinecraftServer;method_56626()Zofficial gLnet/minecraft/server/MinecraftServer;g()Z
-
subscribeToDebugSample
- Overrides:
subscribeToDebugSamplein classMinecraftServer- 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(Lasc;Lbpo;)V
-
acceptsTransfers
public boolean acceptsTransfers()- Overrides:
acceptsTransfersin classMinecraftServer- Mappings:
Namespace Name Mixin selector named acceptsTransfersLnet/minecraft/server/MinecraftServer;acceptsTransfers()Zintermediary method_56040Lnet/minecraft/server/MinecraftServer;method_56040()Zofficial bmLnet/minecraft/server/MinecraftServer;bm()Z
-
getServerLinks
- Overrides:
getServerLinksin classMinecraftServer- 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 bpLnet/minecraft/server/MinecraftServer;bp()Lamj;
-
getPauseWhenEmptySeconds
public int getPauseWhenEmptySeconds()- Overrides:
getPauseWhenEmptySecondsin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getPauseWhenEmptySecondsLnet/minecraft/server/MinecraftServer;getPauseWhenEmptySeconds()Iintermediary method_61255Lnet/minecraft/server/MinecraftServer;method_61255()Iofficial bqLnet/minecraft/server/MinecraftServer;bq()I
-
loadServerLinks
- Mappings:
Namespace Name Mixin selector named loadServerLinksLnet/minecraft/server/dedicated/MinecraftDedicatedServer;loadServerLinks(Lnet/minecraft/server/dedicated/ServerPropertiesLoader;)Lnet/minecraft/server/ServerLinks;intermediary method_60940Lnet/minecraft/class_3176;method_60940(Lnet/minecraft/class_3807;)Lnet/minecraft/class_9782;official aLaqr;a(Laqt;)Lamj;
-
parseBugReportLink
- Mappings:
Namespace Name Mixin selector named parseBugReportLinkLnet/minecraft/server/dedicated/MinecraftDedicatedServer;parseBugReportLink(Lnet/minecraft/server/dedicated/ServerPropertiesHandler;)Ljava/util/Optional;intermediary method_60939Lnet/minecraft/class_3176;method_60939(Lnet/minecraft/class_3806;)Ljava/util/Optional;official aLaqr;a(Laqs;)Ljava/util/Optional;
-