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 aro
-
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 DedicatedServerGuiprivate long(package private) static final Loggerprivate @Nullable ManagementServerprivate final ServerPropertiesLoaderprivate @Nullable QueryResponseHandlerprivate final RconCommandOutputprivate @Nullable RconListenerprivate final ServerLinksprivate booleanFields 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) voidprivate SslContextvoiddumpProperties(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 acceptTransfers) voidsetAllowFlight(boolean allowFlight) voidsetDifficulty(Difficulty difficulty) voidsetEnforceWhitelist(boolean enforceWhitelist) voidsetEntityBroadcastRange(int entityBroadcastRange) voidsetForceGameMode(boolean forceGameMode) voidsetGameMode(GameMode gameMode) voidsetHideOnlinePlayers(boolean hideOnlinePlayers) voidsetMaxPlayers(int maxPlayers) voidvoidsetOperatorUserPermissionLevel(int operatorUserPermissionLevel) voidsetPauseWhenEmptySeconds(int pauseWhenEmptySeconds) voidsetPlayerIdleTimeout(int playerIdleTimeout) voidsetSimulationDistance(int simulationDistance) voidsetSpawnProtectionRadius(int spawnProtectionRadius) voidsetStatusHeartbeatInterval(int statusHeartbeatInterval) voidsetStatusReplies(boolean statusReplies) booleanSetups a Minecraft server to be ready for players to connect.voidsetUseAllowlist(boolean useAllowlist) voidsetViewDistance(int viewDistance) booleanbooleanbooleanbooleanbooleanvoidshutdown()private voidbooleanvoidtick(BooleanSupplier shouldKeepTicking) voidvoidMethods inherited from class net.minecraft.server.MinecraftServer
addServerGuiTickable, addSystemDetails, areCommandBlocksEnabled, areSpawnerBlocksEnabled, canExecute, changeGameModeGlobally, 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, getPacketApplyBatcher, getPath, getPermissionLevel, getPlayerInteractionManager, getPlayerNames, getProxy, getRecipeManager, getRegistryManager, getReloadableRegistries, getResourceManager, getRunDirectory, getSavePath, getSaveProperties, getScoreboard, getServerIp, getServerMetadata, getServerModName, getServerPort, getSpawnPoint, getSpawnPos, getSpawnWorld, getStructureTemplateManager, getSubscriberTracker, getThread, getTickManager, getTicks, getTickTimes, getTimeReference, getVersion, getWorld, getWorldRegistryKeys, getWorlds, handleCustomClickAction, isDebugRunning, isDemo, isEnterableWithPortal, isHardcore, isLoading, isOnlineMode, isPaused, isPvpEnabled, isRecorderActive, isRunning, isSaving, isSingleplayer, isStopped, isStopping, kickNonWhitelistedPlayers, loadDataPacks, loadWorld, logChatMessage, 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, setSpawnPoint, setupRecorder, setWorldGenException, shouldExecuteAsync, shouldPreventProxyConnections, shouldReceiveFeedback, shouldSpawnMonsters, shouldTrackOutput, startDebug, startServer, stop, stopDebug, stopRecorder, tickWorlds, updateAutosaveTicks, updateMobSpawnOptions, 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 mLaro;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 nLaro;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 oLaro;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 pLaro;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 qLaro;q:Lbbv;
-
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 rLaro;r:Lbbs;
-
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 sLaro;s:Lbbx;
-
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 tLaro;t:Larq;
-
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 uLaro;u:Latd;
-
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 vLaro;v:Laye;
-
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 wLaro;w:Lbwd;
-
shouldPushTickTimeLog
private boolean shouldPushTickTimeLog- Mappings:
Namespace Name Mixin selector named shouldPushTickTimeLogLnet/minecraft/server/dedicated/MinecraftDedicatedServer;shouldPushTickTimeLog:Zintermediary field_62792Lnet/minecraft/class_3176;field_62792:Zofficial xLaro;x:Z
-
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 yLaro;y:Lanb;
-
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 zLaro;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 ALaro;A:Lato;
-
lastManagementHeartbeatTime
private long lastManagementHeartbeatTime- Mappings:
Namespace Name Mixin selector named lastManagementHeartbeatTimeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;lastManagementHeartbeatTime:Jintermediary field_62278Lnet/minecraft/class_3176;field_62278:Jofficial BLaro;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>Laro;<init>(Ljava/lang/Thread;Lfih$c;Lbaa;Lani;Larq;Lcom/mojang/datafixers/DataFixer;Lane;)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 bULaro;bU()Ljava/util/Map;
-
createManagementSslContext
- Mappings:
Namespace Name Mixin selector named createManagementSslContextLnet/minecraft/server/dedicated/MinecraftDedicatedServer;createManagementSslContext()Lio/netty/handler/ssl/SslContext;intermediary method_74470Lnet/minecraft/class_3176;method_74470()Lio/netty/handler/ssl/SslContext;official bVLaro;bV()Lio/netty/handler/ssl/SslContext;
-
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 aSLnet/minecraft/server/MinecraftServer;aS()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 aTLnet/minecraft/server/MinecraftServer;aT()Z
-
setUseAllowlist
public void setUseAllowlist(boolean useAllowlist) - 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 ajLnet/minecraft/server/MinecraftServer;aj()Z
-
setAllowFlight
public void setAllowFlight(boolean allowFlight) - Mappings:
Namespace Name Mixin selector named setAllowFlightLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setAllowFlight(Z)Vintermediary method_73595Lnet/minecraft/class_3176;method_73595(Z)Vofficial iLaro;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 aLana;a()Larp;
-
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 aLaro;a(Lcbn;)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 vLnet/minecraft/server/MinecraftServer;v()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 bBLaro;bB()I
-
setViewDistance
public void setViewDistance(int viewDistance) - Mappings:
Namespace Name Mixin selector named setViewDistanceLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setViewDistance(I)Vintermediary method_73581Lnet/minecraft/class_3176;method_73581(I)Vofficial eLaro;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 bCLaro;bC()I
-
setSimulationDistance
public void setSimulationDistance(int simulationDistance) - Mappings:
Namespace Name Mixin selector named setSimulationDistanceLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setSimulationDistance(I)Vintermediary method_73584Lnet/minecraft/class_3176;method_73584(I)Vofficial fLaro;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 LLnet/minecraft/server/MinecraftServer;L()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 aLaro;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 bDLaro;bD()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 bELaro;bE()Larn;
-
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 tLamz;t()I
-
setMaxPlayers
public void setMaxPlayers(int maxPlayers) - Mappings:
Namespace Name Mixin selector named setMaxPlayersLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setMaxPlayers(I)Vintermediary method_73587Lnet/minecraft/class_3176;method_73587(I)Vofficial gLaro;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 sLnet/minecraft/server/MinecraftServer;s()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 bLana;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 dLana;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 hLana;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 bFLaro;bF()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 apLnet/minecraft/server/MinecraftServer;ap()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 bGLaro;bG()I
-
setSpawnProtectionRadius
public void setSpawnProtectionRadius(int spawnProtectionRadius) - Mappings:
Namespace Name Mixin selector named setSpawnProtectionRadiusLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setSpawnProtectionRadius(I)Vintermediary method_73591Lnet/minecraft/class_3176;method_73591(I)Vofficial hLaro;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(Lawx;Lja;Lczl;)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 arLnet/minecraft/server/MinecraftServer;ar()Z
-
setStatusReplies
public void setStatusReplies(boolean statusReplies) - Mappings:
Namespace Name Mixin selector named setStatusRepliesLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setStatusReplies(Z)Vintermediary method_73597Lnet/minecraft/class_3176;method_73597(Z)Vofficial jLaro;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 asLnet/minecraft/server/MinecraftServer;as()Z
-
setHideOnlinePlayers
public void setHideOnlinePlayers(boolean hideOnlinePlayers) - Mappings:
Namespace Name Mixin selector named setHideOnlinePlayersLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setHideOnlinePlayers(Z)Vintermediary method_73599Lnet/minecraft/class_3176;method_73599(Z)Vofficial kLaro;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 operatorUserPermissionLevel) - Mappings:
Namespace Name Mixin selector named setOperatorUserPermissionLevelLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setOperatorUserPermissionLevel(I)Vintermediary method_73593Lnet/minecraft/class_3176;method_73593(I)Vofficial iLaro;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 auLnet/minecraft/server/MinecraftServer;au()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 bHLaro;bH()I
-
setStatusHeartbeatInterval
public void setStatusHeartbeatInterval(int statusHeartbeatInterval) - Mappings:
Namespace Name Mixin selector named setStatusHeartbeatIntervalLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setStatusHeartbeatInterval(I)Vintermediary method_73596Lnet/minecraft/class_3176;method_73596(I)Vofficial jLaro;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 akLamz;ak()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 ayLnet/minecraft/server/MinecraftServer;ay()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 aBLnet/minecraft/server/MinecraftServer;aB()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 aCLnet/minecraft/server/MinecraftServer;aC()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 brLnet/minecraft/server/MinecraftServer;br()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 bILaro;bI()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 bWLaro;bW()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 bJLaro;bJ()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 bpLnet/minecraft/server/MinecraftServer;bp()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 qLana;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 aLana;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 zLnet/minecraft/server/MinecraftServer;z()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(Lbbb;)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 bKLaro;bK()I
-
setEntityBroadcastRange
public void setEntityBroadcastRange(int entityBroadcastRange) - Mappings:
Namespace Name Mixin selector named setEntityBroadcastRangeLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setEntityBroadcastRange(I)Vintermediary method_73598Lnet/minecraft/class_3176;method_73598(I)Vofficial kLaro;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 jLana;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 bdLnet/minecraft/server/MinecraftServer;bd()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(Lawy;)Layf;
-
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 bjLnet/minecraft/server/MinecraftServer;bj()Ldrn;
-
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 bLLaro;bL()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 lLaro;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 bMLaro;bM()Ldrn;
-
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 cLaro;c(Ldrn;)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 aeLnet/minecraft/server/MinecraftServer;ae()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 aYLnet/minecraft/server/MinecraftServer;aY()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()Lbwe;
-
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
-
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 buLnet/minecraft/server/MinecraftServer;bu()Z
-
setAcceptTransfers
public void setAcceptTransfers(boolean acceptTransfers) - Mappings:
Namespace Name Mixin selector named setAcceptTransfersLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setAcceptTransfers(Z)Vintermediary method_73602Lnet/minecraft/class_3176;method_73602(Z)Vofficial mLaro;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 bxLnet/minecraft/server/MinecraftServer;bx()Lanb;
-
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 byLnet/minecraft/server/MinecraftServer;by()I
-
setPauseWhenEmptySeconds
public void setPauseWhenEmptySeconds(int pauseWhenEmptySeconds) - Mappings:
Namespace Name Mixin selector named setPauseWhenEmptySecondsLnet/minecraft/server/dedicated/MinecraftDedicatedServer;setPauseWhenEmptySeconds(I)Vintermediary method_73600Lnet/minecraft/class_3176;method_73600(I)Vofficial lLaro;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 aLaro;a(Larq;)Lanb;
-
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 aLaro;a(Larp;)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 adLnet/minecraft/server/MinecraftServer;ad()Ljava/util/Map;
-