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 asd
-
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 longprivate final @Nullable AbstractTextFiltererprivate @Nullable DedicatedServerGui(package private) static final Loggerprivate @Nullable ManagementServerprivate 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, field_48466, 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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddExtraSystemDetails(SystemDetails details) intadjustTrackingDistance(int initialDistance) protected booleancreateFilterer(ServerPlayerEntity player) voidvoiddumpProperties(Path file) voidvoidenqueueCommand(String command, ServerCommandSource commandSource) voidexecuteRconCommand(String command) voidexit()intReturns the game mode a player should be set to when connecting to the server, ornullif none is set.booleanintintintlongintgetMotd()intintintintintgetPort()intintintintbooleanintbooleanhasGui()booleanbooleanChecks whether this server is a dedicated server.booleanbooleanbooleanisHost(PlayerConfigEntry player) booleanisRemote()booleanisSpawnProtected(ServerWorld world, BlockPos pos, PlayerEntity player) booleanprivate static ServerLinksloadServerLinks(ServerPropertiesLoader propertiesLoader) parseBugReportLink(ServerPropertiesHandler propertiesHandler) booleansave(boolean suppressLogs, boolean flush, boolean force) Saves the server to the data storage device.voidsetAcceptTransfers(boolean bool) voidsetAllowFlight(boolean bool) voidsetDifficulty(Difficulty difficulty) voidsetEnforceWhitelist(boolean enforceWhitelist) voidsetEntityBroadcastRange(int int2) voidsetForceGameMode(boolean forceGameMode) voidsetGameMode(GameMode gameMode) voidsetHideOnlinePlayers(boolean bool) voidsetMaxPlayers(int int2) voidvoidsetOperatorUserPermissionLevel(int int2) voidsetPauseWhenEmptySeconds(int int2) voidsetPlayerIdleTimeout(int playerIdleTimeout) voidsetSimulationDistance(int int2) voidsetSpawnProtectionRadius(int int2) voidsetStatusHeartbeatInterval(int int2) voidsetStatusReplies(boolean bool) booleanSetups a Minecraft server to be ready for players to connect.voidsetUseAllowlist(boolean bool) voidsetViewDistance(int int2) booleanbooleanbooleanbooleanbooleanvoidshutdown()private voidvoidsubscribeToDebugSample(ServerPlayerEntity player, DebugSampleType type) booleanvoidtick(BooleanSupplier shouldKeepTicking) voidvoidMethods inherited from class net.minecraft.server.MinecraftServer
addServerGuiTickable, addSystemDetails, areCommandBlocksEnabled, canExecute, checkWorldGenException, close, createChunkLoadMap, createTask, createWorlds, executeSync, executeTask, forcePlayerSampleUpdate, forceStopRecorder, generateKeyPair, getAdvancementLoader, getApiServices, getAutosave, getAverageNanosPerTick, getAverageTickTime, getBossBarManager, getBrewingRecipeRegistry, getChunkLoadProgress, getCombinedDynamicRegistries, getCommandFunctionManager, getCommandManager, getCommandSource, getCurrentPlayerCount, getDataCommandStorage, getDataFixer, getDataPackManager, getDefaultGameMode, getFuelRegistry, getGameRules, getHostProfile, getIconFile, getKeyPair, getManagementListener, getMessageDecorator, getModStatus, getNetworkIo, getOverworld, getPath, getPermissionLevel, getPlayerInteractionManager, getPlayerNames, getProxy, getRecipeManager, getRegistryManager, getReloadableRegistries, getResourceManager, getRunDirectory, getSavePath, getSaveProperties, getScoreboard, getServerIp, getServerMetadata, getServerModName, getServerPort, getSpawnPos, getStructureTemplateManager, getThread, getTickManager, getTicks, getTickTimes, getTimeReference, getVersion, getWorld, getWorldRegistryKeys, getWorlds, handleCustomClickAction, isDebugRunning, isDemo, isHardcore, isLoading, isOnlineMode, isPaused, isPvpEnabled, isRecorderActive, isRunning, isSaving, isSingleplayer, isStopped, isStopping, kickNonWhitelistedPlayers, loadDataPacks, loadWorld, logChatMessage, method_74056, method_74057, method_74059, method_74432, onChunkLoadFailure, onChunkSaveFailure, onGameRuleUpdated, onPacketException, openToLan, reloadResources, requireResourcePack, resetRecorder, runServer, runTask, runTasks, runTasksTillTickEnd, saveAll, sendMessage, sendTimeUpdatePackets, setAutosave, setCrashReport, setDefaultGameMode, setDemo, setDifficulty, setDifficultyLocked, setHostProfile, setOnlineMode, setPlayerManager, setPreventProxyConnections, setServerId, setServerIp, setServerPort, setupRecorder, setWorldGenException, shouldExecuteAsync, shouldPreventProxyConnections, shouldReceiveFeedback, shouldTrackOutput, startDebug, startServer, stop, stopDebug, stopRecorder, 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, method_72378, 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, 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 mLasd;m: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 nLasd;n: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 oLasd;o: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 pLasd;p: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 qLasd;q:Lbbs;
-
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 rLasd;r:Lbbp;
-
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 sLasd;s:Lbbu;
-
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 tLasd;t:Lasf;
-
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 uLasd;u:Lats;
-
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 vLasd;v:Layb;
-
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 wLasd;w:Lbvg;
-
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 xLasd;x:Lbvd;
-
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 yLasd;y:Lanq;
-
codeOfConductLanguages
- Mappings:
Namespace Name Mixin selector named codeOfConductLanguagesLnet/minecraft/server/dedicated/MinecraftDedicatedServer;codeOfConductLanguages:Ljava/util/Map;intermediary field_62062Lnet/minecraft/class_3176;field_62062:Ljava/util/Map;official zLasd;z:Ljava/util/Map;
-
managementServer
- Mappings:
Namespace Name Mixin selector named managementServerLnet/minecraft/server/dedicated/MinecraftDedicatedServer;managementServer:Lnet/minecraft/server/dedicated/management/ManagementServer;intermediary field_62279Lnet/minecraft/class_3176;field_62279:Lnet/minecraft/class_11807;official ALasd;A:Laud;
-
field_62278
private long field_62278- Mappings:
Namespace Name Mixin selector named field_62278Lnet/minecraft/server/dedicated/MinecraftDedicatedServer;field_62278:Jintermediary field_62278Lnet/minecraft/class_3176;field_62278:Jofficial BLasd;B:J
-
-
Constructor Details
-
MinecraftDedicatedServer
public MinecraftDedicatedServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices) - 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;)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;)Vofficial <init>Lasd;<init>(Ljava/lang/Thread;Lfhk$c;Lazx;Lanx;Lasf;Lcom/mojang/datafixers/DataFixer;Lant;)V
-
-
Method Details
-
loadCodeOfConductLanguages
- Mappings:
Namespace Name Mixin selector named loadCodeOfConductLanguagesLnet/minecraft/server/dedicated/MinecraftDedicatedServer;loadCodeOfConductLanguages()Ljava/util/Map;intermediary method_73283Lnet/minecraft/class_3176;method_73283()Ljava/util/Map;official bPLasd;bP()Ljava/util/Map;
-
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
-
isEnforceWhitelist
public boolean isEnforceWhitelist()- Overrides:
isEnforceWhitelistin classMinecraftServer- Mappings:
Namespace Name Mixin selector named isEnforceWhitelistLnet/minecraft/server/MinecraftServer;isEnforceWhitelist()Zintermediary method_3729Lnet/minecraft/server/MinecraftServer;method_3729()Zofficial aOLnet/minecraft/server/MinecraftServer;aO()Z
-
setEnforceWhitelist
public void setEnforceWhitelist(boolean enforceWhitelist) - Overrides:
setEnforceWhitelistin classMinecraftServer- Mappings:
Namespace Name Mixin selector named setEnforceWhitelistLnet/minecraft/server/MinecraftServer;setEnforceWhitelist(Z)Vintermediary method_3731Lnet/minecraft/server/MinecraftServer;method_3731(Z)Vofficial fLnet/minecraft/server/MinecraftServer;f(Z)V
-
getUseAllowlist
public boolean getUseAllowlist()- Overrides:
getUseAllowlistin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getUseAllowlistLnet/minecraft/server/MinecraftServer;getUseAllowlist()Zintermediary method_73568Lnet/minecraft/server/MinecraftServer;method_73568()Zofficial aPLnet/minecraft/server/MinecraftServer;aP()Z
-
setUseAllowlist
public void setUseAllowlist(boolean bool) - Overrides:
setUseAllowlistin classMinecraftServer- Mappings:
Namespace Name Mixin selector named setUseAllowlistLnet/minecraft/server/MinecraftServer;setUseAllowlist(Z)Vintermediary method_73589Lnet/minecraft/server/MinecraftServer;method_73589(Z)Vofficial gLnet/minecraft/server/MinecraftServer;g(Z)V
-
tick
- Overrides:
tickin classMinecraftServer- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/server/MinecraftServer;tick(Ljava/util/function/BooleanSupplier;)Vintermediary method_3748Lnet/minecraft/server/MinecraftServer;method_3748(Ljava/util/function/BooleanSupplier;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/util/function/BooleanSupplier;)V
-
save
public boolean save(boolean suppressLogs, boolean flush, boolean force) Saves the server to the data storage device. To store the player data in addition to server data, call.invalid reference
PlayerManager#saveAllPlayerData()- Overrides:
savein classMinecraftServer- Parameters:
flush- if it should immediately write all data to storage deviceforce- when set to true, all theServerWorlds will be saved even ifServerWorld.savingDisabledis set to true- Returns:
- whether saving was successful
- Mappings:
Namespace Name Mixin selector named saveLnet/minecraft/server/MinecraftServer;save(ZZZ)Zintermediary method_3723Lnet/minecraft/server/MinecraftServer;method_3723(ZZZ)Zofficial aLnet/minecraft/server/MinecraftServer;a(ZZZ)Z
-
isFlightEnabled
public boolean isFlightEnabled()- Overrides:
isFlightEnabledin classMinecraftServer- Mappings:
Namespace Name Mixin selector named isFlightEnabledLnet/minecraft/server/MinecraftServer;isFlightEnabled()Zintermediary method_3718Lnet/minecraft/server/MinecraftServer;method_3718()Zofficial ahLnet/minecraft/server/MinecraftServer;ah()Z
-
setAllowFlight
public void setAllowFlight(boolean bool) - Mappings:
Namespace Name Mixin selector named setAllowFlightLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setAllowFlight(Z)Vintermediary method_73595Lnet/minecraft/class_3176;method_73595(Z)Vofficial iLasd;i(Z)V
-
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 aLanp;a()Lase;
-
setDifficulty
- Mappings:
Namespace Name Mixin selector named setDifficultyLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setDifficulty(Lnet/minecraft/world/Difficulty;)Vintermediary method_73563Lnet/minecraft/class_3176;method_73563(Lnet/minecraft/class_1267;)Vofficial aLasd;a(Lcaq;)V
-
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 uLnet/minecraft/server/MinecraftServer;u()V
-
getViewDistance
public int getViewDistance()- Mappings:
Namespace Name Mixin selector named getViewDistanceLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getViewDistance()Iintermediary method_73575Lnet/minecraft/class_3176;method_73575()Iofficial bwLasd;bw()I
-
setViewDistance
public void setViewDistance(int int2) - Mappings:
Namespace Name Mixin selector named setViewDistanceLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setViewDistance(I)Vintermediary method_73581Lnet/minecraft/class_3176;method_73581(I)Vofficial eLasd;e(I)V
-
getSimulationDistance
public int getSimulationDistance()- Mappings:
Namespace Name Mixin selector named getSimulationDistanceLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getSimulationDistance()Iintermediary method_73576Lnet/minecraft/class_3176;method_73576()Iofficial bxLasd;bx()I
-
setSimulationDistance
public void setSimulationDistance(int int2) - Mappings:
Namespace Name Mixin selector named setSimulationDistanceLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setSimulationDistance(I)Vintermediary method_73584Lnet/minecraft/class_3176;method_73584(I)Vofficial fLasd;f(I)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 KLnet/minecraft/server/MinecraftServer;K()V
-
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 aLasd;a(Ljava/lang/String;Lej;)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 byLasd;by()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 bzLasd;bz()Lasc;
-
getMaxPlayerCount
public int getMaxPlayerCount()- Specified by:
getMaxPlayerCountin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getMaxPlayerCountLnet/minecraft/network/QueryableServer;getMaxPlayerCount()Iintermediary method_3802Lnet/minecraft/class_8599;method_3802()Iofficial sLano;s()I
-
setMaxPlayers
public void setMaxPlayers(int int2) - Mappings:
Namespace Name Mixin selector named setMaxPlayersLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setMaxPlayers(I)Vintermediary method_73587Lnet/minecraft/class_3176;method_73587(I)Vofficial gLasd;g(I)V
-
isRemote
public boolean isRemote()- Specified by:
isRemotein classMinecraftServer- Mappings:
Namespace Name Mixin selector named isRemoteLnet/minecraft/server/MinecraftServer;isRemote()Zintermediary method_3860Lnet/minecraft/server/MinecraftServer;method_3860()Zofficial 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 bLanp;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 dLanp;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 hLanp;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 bALasd;bA()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 anLnet/minecraft/server/MinecraftServer;an()Z
-
getSpawnProtectionRadius
public int getSpawnProtectionRadius()- Mappings:
Namespace Name Mixin selector named getSpawnProtectionRadiusLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getSpawnProtectionRadius()Iintermediary method_3841Lnet/minecraft/class_3176;method_3841()Iofficial bBLasd;bB()I
-
setSpawnProtectionRadius
public void setSpawnProtectionRadius(int int2) - Mappings:
Namespace Name Mixin selector named setSpawnProtectionRadiusLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setSpawnProtectionRadius(I)Vintermediary method_73591Lnet/minecraft/class_3176;method_73591(I)Vofficial hLasd;h(I)V
-
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(Lawu;Lja;Lcyp;)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 apLnet/minecraft/server/MinecraftServer;ap()Z
-
setStatusReplies
public void setStatusReplies(boolean bool) - Mappings:
Namespace Name Mixin selector named setStatusRepliesLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setStatusReplies(Z)Vintermediary method_73597Lnet/minecraft/class_3176;method_73597(Z)Vofficial jLasd;j(Z)V
-
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 aqLnet/minecraft/server/MinecraftServer;aq()Z
-
setHideOnlinePlayers
public void setHideOnlinePlayers(boolean bool) - Mappings:
Namespace Name Mixin selector named setHideOnlinePlayersLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setHideOnlinePlayers(Z)Vintermediary method_73599Lnet/minecraft/class_3176;method_73599(Z)Vofficial kLasd;k(Z)V
-
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
-
setOperatorUserPermissionLevel
public void setOperatorUserPermissionLevel(int int2) - Mappings:
Namespace Name Mixin selector named setOperatorUserPermissionLevelLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setOperatorUserPermissionLevel(I)Vintermediary method_73593Lnet/minecraft/class_3176;method_73593(I)Vofficial iLasd;i(I)V
-
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
-
getPlayerIdleTimeout
public int getPlayerIdleTimeout()- Overrides:
getPlayerIdleTimeoutin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getPlayerIdleTimeoutLnet/minecraft/server/MinecraftServer;getPlayerIdleTimeout()Iintermediary method_3862Lnet/minecraft/server/MinecraftServer;method_3862()Iofficial asLnet/minecraft/server/MinecraftServer;as()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 dLnet/minecraft/server/MinecraftServer;d(I)V
-
getStatusHeartbeatInterval
public int getStatusHeartbeatInterval()- Mappings:
Namespace Name Mixin selector named getStatusHeartbeatIntervalLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getStatusHeartbeatInterval()Iintermediary method_73571Lnet/minecraft/class_3176;method_73571()Iofficial bCLasd;bC()I
-
setStatusHeartbeatInterval
public void setStatusHeartbeatInterval(int int2) - Mappings:
Namespace Name Mixin selector named setStatusHeartbeatIntervalLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setStatusHeartbeatInterval(I)Vintermediary method_73596Lnet/minecraft/class_3176;method_73596(I)Vofficial jLasd;j(I)V
-
getServerMotd
- Specified by:
getServerMotdin interfaceQueryableServer- Overrides:
getServerMotdin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getServerMotdLnet/minecraft/network/QueryableServer;getServerMotd()Ljava/lang/String;intermediary method_3818Lnet/minecraft/class_8599;method_3818()Ljava/lang/String;official aiLano;ai()Ljava/lang/String;
-
setMotd
- Overrides:
setMotdin classMinecraftServer- Mappings:
Namespace Name Mixin selector named setMotdLnet/minecraft/server/MinecraftServer;setMotd(Ljava/lang/String;)Vintermediary method_3834Lnet/minecraft/server/MinecraftServer;method_3834(Ljava/lang/String;)Vofficial dLnet/minecraft/server/MinecraftServer;d(Ljava/lang/String;)V
-
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 cLei;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 bnLnet/minecraft/server/MinecraftServer;bn()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 bDLasd;bD()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 bQLasd;bQ()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 bELasd;bE()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 blLnet/minecraft/server/MinecraftServer;bl()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 qLanp;q()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 aLanp;a(Ljava/lang/String;)Ljava/lang/String;
-
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 yLnet/minecraft/server/MinecraftServer;y()V
-
isHost
- Specified by:
isHostin classMinecraftServer- Mappings:
Namespace Name Mixin selector named isHostLnet/minecraft/server/MinecraftServer;isHost(Lnet/minecraft/server/PlayerConfigEntry;)Zintermediary method_19466Lnet/minecraft/server/MinecraftServer;method_19466(Lnet/minecraft/class_11560;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lbay;)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 cLnet/minecraft/server/MinecraftServer;c(I)I
-
getEntityBroadcastRange
public int getEntityBroadcastRange()- Mappings:
Namespace Name Mixin selector named getEntityBroadcastRangeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getEntityBroadcastRange()Iintermediary method_73572Lnet/minecraft/class_3176;method_73572()Iofficial bFLasd;bF()I
-
setEntityBroadcastRange
public void setEntityBroadcastRange(int int2) - Mappings:
Namespace Name Mixin selector named setEntityBroadcastRangeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setEntityBroadcastRange(I)Vintermediary method_73598Lnet/minecraft/class_3176;method_73598(I)Vofficial kLasd;k(I)V
-
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 jLanp;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 aZLnet/minecraft/server/MinecraftServer;aZ()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(Lawv;)Layc;
-
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 bfLnet/minecraft/server/MinecraftServer;bf()Ldqq;
-
getForceGameMode
public boolean getForceGameMode()- Mappings:
Namespace Name Mixin selector named getForceGameModeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getForceGameMode()Zintermediary method_73573Lnet/minecraft/class_3176;method_73573()Zofficial bGLasd;bG()Z
-
setForceGameMode
public void setForceGameMode(boolean forceGameMode) - Mappings:
Namespace Name Mixin selector named setForceGameModeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setForceGameMode(Z)Vintermediary method_73601Lnet/minecraft/class_3176;method_73601(Z)Vofficial lLasd;l(Z)V
-
getGameMode
- Mappings:
Namespace Name Mixin selector named getGameModeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;getGameMode()Lnet/minecraft/world/GameMode;intermediary method_73574Lnet/minecraft/class_3176;method_73574()Lnet/minecraft/class_1934;official bHLasd;bH()Ldqq;
-
setGameMode
- Mappings:
Namespace Name Mixin selector named setGameModeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setGameMode(Lnet/minecraft/world/GameMode;)Vintermediary method_73578Lnet/minecraft/class_3176;method_73578(Lnet/minecraft/class_1934;)Vofficial cLasd;c(Ldqq;)V
-
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 acLnet/minecraft/server/MinecraftServer;ac()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 aULnet/minecraft/server/MinecraftServer;aU()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()Lbvh;
-
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(Lawv;Lbvf;)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 bqLnet/minecraft/server/MinecraftServer;bq()Z
-
setAcceptTransfers
public void setAcceptTransfers(boolean bool) - Mappings:
Namespace Name Mixin selector named setAcceptTransfersLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setAcceptTransfers(Z)Vintermediary method_73602Lnet/minecraft/class_3176;method_73602(Z)Vofficial mLasd;m(Z)V
-
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 btLnet/minecraft/server/MinecraftServer;bt()Lanq;
-
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 buLnet/minecraft/server/MinecraftServer;bu()I
-
setPauseWhenEmptySeconds
public void setPauseWhenEmptySeconds(int int2) - Mappings:
Namespace Name Mixin selector named setPauseWhenEmptySecondsLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setPauseWhenEmptySeconds(I)Vintermediary method_73600Lnet/minecraft/class_3176;method_73600(I)Vofficial lLasd;l(I)V
-
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 aLasd;a(Lasf;)Lanq;
-
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 aLasd;a(Lase;)Ljava/util/Optional;
-
getCodeOfConductLanguages
- Overrides:
getCodeOfConductLanguagesin classMinecraftServer- Mappings:
Namespace Name Mixin selector named getCodeOfConductLanguagesLnet/minecraft/server/MinecraftServer;getCodeOfConductLanguages()Ljava/util/Map;intermediary method_73282Lnet/minecraft/server/MinecraftServer;method_73282()Ljava/util/Map;official abLnet/minecraft/server/MinecraftServer;ab()Ljava/util/Map;
-