Class MinecraftServer
- All Implemented Interfaces:
AutoCloseable,Executor,QueryableServer,CommandOutput,ChunkErrorHandler,SampleableExecutor,TaskExecutor<ServerTask>
- Direct Known Subclasses:
IntegratedServer,MinecraftDedicatedServer,TestServer
Since Minecraft uses a Client-Server architecture for the game, the server processes all logical game functions. A few of the actions a Minecraft server will handle includes processing player actions, handling damage to entities, advancing the world time and executing commands.
There are two primary implementations for a Minecraft server: a dedicated and an integrated server.
A dedicated server is a Minecraft server not attached to a Minecraft game client and may be run remotely from any connected players. A dedicated server has a few exclusive features such as a whitelist/blacklist, remote rcon connections, and a terminal to input commands.
An integrated server is functionally equivalent to a dedicated server except that is hosted by a Minecraft game client and is typically used in a single player world. An integrated server differs from a dedicated server by allowing connections within the local area network (LAN) and the host client. Generally, you will always want to treat connection to an integrated server like you would to a dedicated server since the concept of an integrated server is an implementation detail in Minecraft.
- See Also:
- Mappings:
Namespace Name named net/minecraft/server/MinecraftServerintermediary net/minecraft/server/MinecraftServerofficial net/minecraft/server/MinecraftServer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static final recordstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PlayerConfigEntryprotected final ApiServicesprivate floatprivate final BossBarManagerprivate final BrewingRecipeRegistryprivate final ChunkLoadProgressprivate final CombinedDynamicRegistries<ServerDynamicRegistryType> private final CommandFunctionManagerprivate @Nullable DataCommandStorageprivate final com.mojang.datafixers.DataFixerprivate final ResourcePackManagerprivate @Nullable MinecraftServer.DebugStartprivate booleanstatic final LevelInfoprivate final com.mojang.jtracy.DiscontinuousFrameprivate booleanprivate ServerMetadata.Faviconprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intstatic final intprivate FuelRegistryprivate booleanprivate @Nullable com.mojang.authlib.GameProfileprivate intprivate longprivate longprivate longprivate booleanprivate static final Loggerprivate final CompositeManagementListenerstatic final intprivate @Nullable ServerMetadataprivate booleanprivate booleanprivate final ServerNetworkIoprivate booleanprivate static final longprivate static final longprivate final PacketApplyBatcherprivate static final longprivate intprivate PlayerManagerprivate static final longprivate booleanprotected final Proxyprivate final Randomprivate longprivate Recorderprivate Consumer<ProfileResult> private booleanprotected final PlayerSaveHandlerprotected final SavePropertiesprivate booleanprivate final ServerScoreboardprivate Stringprivate intprivate final Threadprotected final LevelStorage.Sessionprivate WorldProperties.SpawnPointprivate booleanprivate final StructureTemplateManagerprivate final SubscriberTrackerprivate final SuppressedExceptionsTrackerprivate longprivate longprivate final ServerTickManagerprivate intprivate longprivate intprivate final long[]private booleanstatic final Stringprivate booleanprivate longprivate final Executorprivate static final AtomicReference<RuntimeException> private final Map<RegistryKey<World>, ServerWorld> Fields inherited from class net.minecraft.util.thread.ThreadExecutor
field_52421Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
ConstructorsConstructorDescriptionMinecraftServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, ChunkLoadProgress chunkLoadProgress) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanabstract SystemDetailsaddExtraSystemDetails(SystemDetails details) voidaddServerGuiTickable(Runnable tickable) addSystemDetails(SystemDetails details) intadjustTrackingDistance(int initialDistance) booleanSpecifies whether command blocks can execute commands on the server.booleanprotected booleancanExecute(ServerTask serverTask) intchangeGameModeGlobally(@Nullable GameMode gameMode) static booleanvoidclose()createChunkLoadMap(int radius) Returns aChunkLoadMapto visualize chunk loading in singleplayer.private static CrashReportcreateCrashReport(Throwable throwable) private static DataPackSettingscreateDataPackSettings(ResourcePackManager dataPackManager, boolean allowEnabling) createFilterer(ServerPlayerEntity player) private ServerMetadataprivate ServerMetadata.PlayerscreateTask(Runnable runnable) protected voidprivate voidprivate voiddumpClasspath(Path path) private voiddumpGamerules(Path path) private voiddumpNativeModules(Path path) voiddumpProperties(Path file) private voidprivate voiddumpThreads(Path path) voidvoidexecuteSync(Runnable runnable) protected voidexecuteTask(ServerTask serverTask) voidexit()private static voidforceEnableRequestedFeatures(ResourcePackManager resourcePackManager, FeatureSet enabledFeatures) voidvoidprotected voidbooleanprivate intlongfloatGets the server's command manager.Creates a command source which represents this Minecraft server instance.intcom.mojang.datafixers.DataFixerprotected abstract DebugSampleLogReturns the game mode a player should be set to when connecting to the server, ornullif none is set.abstract int@Nullable com.mojang.authlib.GameProfileintintReturns the message decorator used by the server.intabstract intfinal ServerWorldprotected intintgetPermissionLevel(PlayerConfigEntry player) intString[]getProxy()abstract intgetSavePath(WorldSavePath worldSavePath) intintgetTicks()Gets the amount of ticks the server has been running for.long[]longbooleangetWorld(RegistryKey<World> key) voidhandleCustomClickAction(Identifier id, Optional<NbtElement> payload) booleanhasGui()booleanprivate voidinitScoreboard(PersistentStateManager persistentStateManager) booleanabstract booleanChecks whether this server is a dedicated server.booleanisDemo()booleanbooleanisEnterableWithPortal(World world) booleanbooleanabstract booleanisHost(PlayerConfigEntry player) booleanbooleanReturns whether this Minecraft server authenticates players logging in with the.invalid reference
Minecraft Session Service
booleanisPaused()booleanbooleanabstract booleanisRemote()booleanbooleanisSaving()booleanReturns whether this server is a singleplayer server.booleanisSpawnProtected(ServerWorld world, BlockPos pos, PlayerEntity player) booleanbooleanabstract booleanvoidprivate static DataConfigurationloadDataPacks(ResourcePackManager resourcePackManager, Collection<String> enabledProfiles, FeatureSet enabledFeatures, boolean allowEnabling) static DataConfigurationloadDataPacks(ResourcePackManager resourcePackManager, DataConfiguration dataConfiguration, boolean initMode, boolean safeMode) private Optional<ServerMetadata.Favicon> protected voidvoidlogChatMessage(Text message, MessageType.Parameters params, @Nullable String prefix) voidonChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidonChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidonGameRuleUpdated(String untypedGameRuleKey, GameRules.Rule<?> rule) voidonPacketException(Throwable exception, PacketType<?> type) booleanOpens a server for LAN connections.private voidprivate voidprivate voidprivate voidpushTickLog(long tickStartTime) private voidreloadResources(Collection<String> dataPacks) Reloads this server's data packs.booleanvoidprivate voidprivate booleanprotected voidbooleanrunTask()voidrunTasks(BooleanSupplier stopCondition) protected voidbooleansave(boolean suppressLogs, boolean flush, boolean force) Saves the server to the data storage device.booleansaveAll(boolean suppressLogs, boolean flush, boolean force) private voidsendDifficulty(ServerPlayerEntity player) voidsendMessage(Text message) Sends a system message.voidprivate voidsendTimeUpdatePackets(ServerWorld world) booleansetAutosave(boolean bool) voidsetCrashReport(CrashReport report) voidsetDefaultGameMode(GameMode gameMode) voidsetDemo(boolean demo) voidsetDifficulty(Difficulty difficulty, boolean forceUpdate) voidsetDifficultyLocked(boolean locked) voidsetEnforceWhitelist(boolean enforceWhitelist) voidsetHostProfile(@Nullable com.mojang.authlib.GameProfile hostProfile) voidvoidsetOnlineMode(boolean onlineMode) Sets whether this server is in the online mode, or whether it authenticates connecting players with the Minecraft Session Service.voidsetPlayerIdleTimeout(int playerIdleTimeout) voidsetPlayerManager(PlayerManager playerManager) voidsetPreventProxyConnections(boolean preventProxyConnections) protected voidsetServerId(String serverId) voidsetServerIp(String serverIp) voidsetServerPort(int serverPort) voidsetSpawnPoint(WorldProperties.SpawnPoint spawnPoint) private voidsetToDebugWorldProperties(SaveProperties properties) voidsetupRecorder(Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) protected abstract booleanSetups a Minecraft server to be ready for players to connect.private static voidsetupSpawn(ServerWorld world, ServerWorldProperties worldProperties, boolean bonusChest, boolean debugWorld, ChunkLoadProgress loadProgress) voidsetUseAllowlist(boolean useAllowlist) static voidsetWorldGenException(RuntimeException exception) abstract booleanabstract booleanbooleanbooleanprivate booleanbooleanbooleanabstract booleanbooleanbooleanbooleanvoidshutdown()voidstatic <S extends MinecraftServer>
SstartServer(Function<Thread, S> serverFactory) private voidprivate Profilervoidstop(boolean waitForShutdown) Stops this server.voidbooleanvoidtick(BooleanSupplier shouldKeepTicking) voidprotected voidtickWorlds(BooleanSupplier shouldKeepTicking) voidprotected voidvoidvoidprivate voidwriteChunkIoReport(CrashReport report, ChunkPos pos, StorageKey key) Methods inherited from class net.minecraft.util.thread.ReentrantThreadExecutor
hasRunningTasksMethods inherited from class net.minecraft.util.thread.ThreadExecutor
cancelTasks, createSamplers, execute, getName, getTaskCount, isExecutionInProgress, 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.network.QueryableServer
getMaxPlayerCountMethods inherited from interface net.minecraft.util.thread.TaskExecutor
executeAsync
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/server/MinecraftServer;LOGGER:Lorg/slf4j/Logger;intermediary field_4546Lnet/minecraft/server/MinecraftServer;field_4546:Lorg/slf4j/Logger;official mLnet/minecraft/server/MinecraftServer;m:Lorg/slf4j/Logger;
-
VANILLA
- See Also:
- Mappings:
Namespace Name Mixin selector named VANILLALnet/minecraft/server/MinecraftServer;VANILLA:Ljava/lang/String;intermediary field_34982Lnet/minecraft/server/MinecraftServer;field_34982:Ljava/lang/String;official bLnet/minecraft/server/MinecraftServer;b:Ljava/lang/String;
-
field_33212
private static final float field_33212- See Also:
- Mappings:
Namespace Name Mixin selector named field_33212Lnet/minecraft/server/MinecraftServer;field_33212:Fintermediary field_33212Lnet/minecraft/server/MinecraftServer;field_33212:Fofficial nLnet/minecraft/server/MinecraftServer;n:F
-
field_33213
private static final int field_33213- See Also:
- Mappings:
Namespace Name Mixin selector named field_33213Lnet/minecraft/server/MinecraftServer;field_33213:Iintermediary field_33213Lnet/minecraft/server/MinecraftServer;field_33213:Iofficial oLnet/minecraft/server/MinecraftServer;o:I
-
OVERLOAD_THRESHOLD_NANOS
private static final long OVERLOAD_THRESHOLD_NANOS- Mappings:
Namespace Name Mixin selector named OVERLOAD_THRESHOLD_NANOSLnet/minecraft/server/MinecraftServer;OVERLOAD_THRESHOLD_NANOS:Jintermediary field_47143Lnet/minecraft/server/MinecraftServer;field_47143:Jofficial pLnet/minecraft/server/MinecraftServer;p:J
-
field_47144
private static final int field_47144- See Also:
- Mappings:
Namespace Name Mixin selector named field_47144Lnet/minecraft/server/MinecraftServer;field_47144:Iintermediary field_47144Lnet/minecraft/server/MinecraftServer;field_47144:Iofficial qLnet/minecraft/server/MinecraftServer;q:I
-
OVERLOAD_WARNING_INTERVAL_NANOS
private static final long OVERLOAD_WARNING_INTERVAL_NANOS- Mappings:
Namespace Name Mixin selector named OVERLOAD_WARNING_INTERVAL_NANOSLnet/minecraft/server/MinecraftServer;OVERLOAD_WARNING_INTERVAL_NANOS:Jintermediary field_47145Lnet/minecraft/server/MinecraftServer;field_47145:Jofficial rLnet/minecraft/server/MinecraftServer;r:J
-
field_47146
private static final int field_47146- See Also:
- Mappings:
Namespace Name Mixin selector named field_47146Lnet/minecraft/server/MinecraftServer;field_47146:Iintermediary field_47146Lnet/minecraft/server/MinecraftServer;field_47146:Iofficial sLnet/minecraft/server/MinecraftServer;s:I
-
PLAYER_SAMPLE_UPDATE_INTERVAL_NANOS
private static final long PLAYER_SAMPLE_UPDATE_INTERVAL_NANOS- Mappings:
Namespace Name Mixin selector named PLAYER_SAMPLE_UPDATE_INTERVAL_NANOSLnet/minecraft/server/MinecraftServer;PLAYER_SAMPLE_UPDATE_INTERVAL_NANOS:Jintermediary field_47147Lnet/minecraft/server/MinecraftServer;field_47147:Jofficial tLnet/minecraft/server/MinecraftServer;t:J
-
PREPARE_START_REGION_TICK_DELAY_NANOS
private static final long PREPARE_START_REGION_TICK_DELAY_NANOS- Mappings:
Namespace Name Mixin selector named PREPARE_START_REGION_TICK_DELAY_NANOSLnet/minecraft/server/MinecraftServer;PREPARE_START_REGION_TICK_DELAY_NANOS:Jintermediary field_47148Lnet/minecraft/server/MinecraftServer;field_47148:Jofficial uLnet/minecraft/server/MinecraftServer;u:J
-
field_33218
private static final int field_33218- See Also:
- Mappings:
Namespace Name Mixin selector named field_33218Lnet/minecraft/server/MinecraftServer;field_33218:Iintermediary field_33218Lnet/minecraft/server/MinecraftServer;field_33218:Iofficial vLnet/minecraft/server/MinecraftServer;v:I
-
field_48466
public static final int field_48466- See Also:
- Mappings:
Namespace Name Mixin selector named field_48466Lnet/minecraft/server/MinecraftServer;field_48466:Iintermediary field_48466Lnet/minecraft/server/MinecraftServer;field_48466:Iofficial cLnet/minecraft/server/MinecraftServer;c:I
-
field_33220
private static final int field_33220- See Also:
- Mappings:
Namespace Name Mixin selector named field_33220Lnet/minecraft/server/MinecraftServer;field_33220:Iintermediary field_33220Lnet/minecraft/server/MinecraftServer;field_33220:Iofficial wLnet/minecraft/server/MinecraftServer;w:I
-
field_47149
private static final int field_47149- See Also:
- Mappings:
Namespace Name Mixin selector named field_47149Lnet/minecraft/server/MinecraftServer;field_47149:Iintermediary field_47149Lnet/minecraft/server/MinecraftServer;field_47149:Iofficial xLnet/minecraft/server/MinecraftServer;x:I
-
field_33221
private static final int field_33221- See Also:
- Mappings:
Namespace Name Mixin selector named field_33221Lnet/minecraft/server/MinecraftServer;field_33221:Iintermediary field_33221Lnet/minecraft/server/MinecraftServer;field_33221:Iofficial yLnet/minecraft/server/MinecraftServer;y:I
-
MAX_WORLD_BORDER_RADIUS
public static final int MAX_WORLD_BORDER_RADIUS- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_WORLD_BORDER_RADIUSLnet/minecraft/server/MinecraftServer;MAX_WORLD_BORDER_RADIUS:Iintermediary field_33211Lnet/minecraft/server/MinecraftServer;field_33211:Iofficial dLnet/minecraft/server/MinecraftServer;d:I
-
DEMO_LEVEL_INFO
- Mappings:
Namespace Name Mixin selector named DEMO_LEVEL_INFOLnet/minecraft/server/MinecraftServer;DEMO_LEVEL_INFO:Lnet/minecraft/world/level/LevelInfo;intermediary field_17704Lnet/minecraft/server/MinecraftServer;field_17704:Lnet/minecraft/class_1940;official eLnet/minecraft/server/MinecraftServer;e:Ldru;
-
ANONYMOUS_PLAYER_PROFILE
- Mappings:
Namespace Name Mixin selector named ANONYMOUS_PLAYER_PROFILELnet/minecraft/server/MinecraftServer;ANONYMOUS_PLAYER_PROFILE:Lnet/minecraft/server/PlayerConfigEntry;intermediary field_35641Lnet/minecraft/server/MinecraftServer;field_35641:Lnet/minecraft/class_11560;official fLnet/minecraft/server/MinecraftServer;f:Lbbb;
-
WORLD_GEN_EXCEPTION
- Mappings:
Namespace Name Mixin selector named WORLD_GEN_EXCEPTIONLnet/minecraft/server/MinecraftServer;WORLD_GEN_EXCEPTION:Ljava/util/concurrent/atomic/AtomicReference;intermediary field_51917Lnet/minecraft/server/MinecraftServer;field_51917:Ljava/util/concurrent/atomic/AtomicReference;official aJLnet/minecraft/server/MinecraftServer;aJ:Ljava/util/concurrent/atomic/AtomicReference;
-
session
- Mappings:
Namespace Name Mixin selector named sessionLnet/minecraft/server/MinecraftServer;session:Lnet/minecraft/world/level/storage/LevelStorage$Session;intermediary field_23784Lnet/minecraft/server/MinecraftServer;field_23784:Lnet/minecraft/class_32$class_5143;official gLnet/minecraft/server/MinecraftServer;g:Lfih$c;
-
saveHandler
- Mappings:
Namespace Name Mixin selector named saveHandlerLnet/minecraft/server/MinecraftServer;saveHandler:Lnet/minecraft/world/PlayerSaveHandler;intermediary field_24371Lnet/minecraft/server/MinecraftServer;field_24371:Lnet/minecraft/class_29;official hLnet/minecraft/server/MinecraftServer;h:Lfik;
-
serverGuiTickables
- Mappings:
Namespace Name Mixin selector named serverGuiTickablesLnet/minecraft/server/MinecraftServer;serverGuiTickables:Ljava/util/List;intermediary field_4568Lnet/minecraft/server/MinecraftServer;field_4568:Ljava/util/List;official zLnet/minecraft/server/MinecraftServer;z:Ljava/util/List;
-
recorder
- Mappings:
Namespace Name Mixin selector named recorderLnet/minecraft/server/MinecraftServer;recorder:Lnet/minecraft/util/profiler/Recorder;intermediary field_22250Lnet/minecraft/server/MinecraftServer;field_22250:Lnet/minecraft/class_5962;official ALnet/minecraft/server/MinecraftServer;A:Lbzr;
-
recorderResultConsumer
- Mappings:
Namespace Name Mixin selector named recorderResultConsumerLnet/minecraft/server/MinecraftServer;recorderResultConsumer:Ljava/util/function/Consumer;intermediary field_33975Lnet/minecraft/server/MinecraftServer;field_33975:Ljava/util/function/Consumer;official BLnet/minecraft/server/MinecraftServer;B:Ljava/util/function/Consumer;
-
recorderDumpConsumer
- Mappings:
Namespace Name Mixin selector named recorderDumpConsumerLnet/minecraft/server/MinecraftServer;recorderDumpConsumer:Ljava/util/function/Consumer;intermediary field_33976Lnet/minecraft/server/MinecraftServer;field_33976:Ljava/util/function/Consumer;official CLnet/minecraft/server/MinecraftServer;C:Ljava/util/function/Consumer;
-
needsRecorderSetup
private boolean needsRecorderSetup- Mappings:
Namespace Name Mixin selector named needsRecorderSetupLnet/minecraft/server/MinecraftServer;needsRecorderSetup:Zintermediary field_33977Lnet/minecraft/server/MinecraftServer;field_33977:Zofficial DLnet/minecraft/server/MinecraftServer;D:Z
-
debugStart
- Mappings:
Namespace Name Mixin selector named debugStartLnet/minecraft/server/MinecraftServer;debugStart:Lnet/minecraft/server/MinecraftServer$DebugStart;intermediary field_33978Lnet/minecraft/server/MinecraftServer;field_33978:Lnet/minecraft/server/MinecraftServer$class_6414;official ELnet/minecraft/server/MinecraftServer;E:Lnet/minecraft/server/MinecraftServer$c;
-
needsDebugSetup
private boolean needsDebugSetup- Mappings:
Namespace Name Mixin selector named needsDebugSetupLnet/minecraft/server/MinecraftServer;needsDebugSetup:Zintermediary field_33979Lnet/minecraft/server/MinecraftServer;field_33979:Zofficial FLnet/minecraft/server/MinecraftServer;F:Z
-
networkIo
- Mappings:
Namespace Name Mixin selector named networkIoLnet/minecraft/server/MinecraftServer;networkIo:Lnet/minecraft/server/ServerNetworkIo;intermediary field_4563Lnet/minecraft/server/MinecraftServer;field_4563:Lnet/minecraft/class_3242;official GLnet/minecraft/server/MinecraftServer;G:Laxy;
-
chunkLoadProgress
- Mappings:
Namespace Name Mixin selector named chunkLoadProgressLnet/minecraft/server/MinecraftServer;chunkLoadProgress:Lnet/minecraft/world/chunk/ChunkLoadProgress;intermediary field_61872Lnet/minecraft/server/MinecraftServer;field_61872:Lnet/minecraft/class_11545;official HLnet/minecraft/server/MinecraftServer;H:Laxi;
-
metadata
- Mappings:
Namespace Name Mixin selector named metadataLnet/minecraft/server/MinecraftServer;metadata:Lnet/minecraft/server/ServerMetadata;intermediary field_4593Lnet/minecraft/server/MinecraftServer;field_4593:Lnet/minecraft/class_2926;official ILnet/minecraft/server/MinecraftServer;I:Lalg;
-
favicon
- Mappings:
Namespace Name Mixin selector named faviconLnet/minecraft/server/MinecraftServer;favicon:Lnet/minecraft/server/ServerMetadata$Favicon;intermediary field_42958Lnet/minecraft/server/MinecraftServer;field_42958:Lnet/minecraft/class_2926$class_8145;official JLnet/minecraft/server/MinecraftServer;J:Lalg$a;
-
random
- Mappings:
Namespace Name Mixin selector named randomLnet/minecraft/server/MinecraftServer;random:Lnet/minecraft/util/math/random/Random;intermediary field_4602Lnet/minecraft/server/MinecraftServer;field_4602:Lnet/minecraft/class_5819;official KLnet/minecraft/server/MinecraftServer;K:Lbfq;
-
dataFixer
private final com.mojang.datafixers.DataFixer dataFixer- Mappings:
Namespace Name Mixin selector named dataFixerLnet/minecraft/server/MinecraftServer;dataFixer:Lcom/mojang/datafixers/DataFixer;intermediary field_4587Lnet/minecraft/server/MinecraftServer;field_4587:Lcom/mojang/datafixers/DataFixer;official LLnet/minecraft/server/MinecraftServer;L:Lcom/mojang/datafixers/DataFixer;
-
serverIp
- Mappings:
Namespace Name Mixin selector named serverIpLnet/minecraft/server/MinecraftServer;serverIp:Ljava/lang/String;intermediary field_4585Lnet/minecraft/server/MinecraftServer;field_4585:Ljava/lang/String;official MLnet/minecraft/server/MinecraftServer;M:Ljava/lang/String;
-
serverPort
private int serverPort- Mappings:
Namespace Name Mixin selector named serverPortLnet/minecraft/server/MinecraftServer;serverPort:Iintermediary field_4555Lnet/minecraft/server/MinecraftServer;field_4555:Iofficial NLnet/minecraft/server/MinecraftServer;N:I
-
combinedDynamicRegistries
- Mappings:
Namespace Name Mixin selector named combinedDynamicRegistriesLnet/minecraft/server/MinecraftServer;combinedDynamicRegistries:Lnet/minecraft/registry/CombinedDynamicRegistries;intermediary field_25132Lnet/minecraft/server/MinecraftServer;field_25132:Lnet/minecraft/class_7780;official OLnet/minecraft/server/MinecraftServer;O:Ljr;
-
worlds
- Mappings:
Namespace Name Mixin selector named worldsLnet/minecraft/server/MinecraftServer;worlds:Ljava/util/Map;intermediary field_4589Lnet/minecraft/server/MinecraftServer;field_4589:Ljava/util/Map;official PLnet/minecraft/server/MinecraftServer;P:Ljava/util/Map;
-
playerManager
- Mappings:
Namespace Name Mixin selector named playerManagerLnet/minecraft/server/MinecraftServer;playerManager:Lnet/minecraft/server/PlayerManager;intermediary field_4550Lnet/minecraft/server/MinecraftServer;field_4550:Lnet/minecraft/class_3324;official QLnet/minecraft/server/MinecraftServer;Q:Lbbd;
-
running
private volatile boolean running- Mappings:
Namespace Name Mixin selector named runningLnet/minecraft/server/MinecraftServer;running:Zintermediary field_4544Lnet/minecraft/server/MinecraftServer;field_4544:Zofficial RLnet/minecraft/server/MinecraftServer;R:Z
-
stopped
private boolean stopped- Mappings:
Namespace Name Mixin selector named stoppedLnet/minecraft/server/MinecraftServer;stopped:Zintermediary field_4561Lnet/minecraft/server/MinecraftServer;field_4561:Zofficial SLnet/minecraft/server/MinecraftServer;S:Z
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector named ticksLnet/minecraft/server/MinecraftServer;ticks:Iintermediary field_4572Lnet/minecraft/server/MinecraftServer;field_4572:Iofficial TLnet/minecraft/server/MinecraftServer;T:I
-
ticksUntilAutosave
private int ticksUntilAutosave- Mappings:
Namespace Name Mixin selector named ticksUntilAutosaveLnet/minecraft/server/MinecraftServer;ticksUntilAutosave:Iintermediary field_47135Lnet/minecraft/server/MinecraftServer;field_47135:Iofficial ULnet/minecraft/server/MinecraftServer;U:I
-
proxy
- Mappings:
Namespace Name Mixin selector named proxyLnet/minecraft/server/MinecraftServer;proxy:Ljava/net/Proxy;intermediary field_4599Lnet/minecraft/server/MinecraftServer;field_4599:Ljava/net/Proxy;official iLnet/minecraft/server/MinecraftServer;i:Ljava/net/Proxy;
-
onlineMode
private boolean onlineMode- Mappings:
Namespace Name Mixin selector named onlineModeLnet/minecraft/server/MinecraftServer;onlineMode:Zintermediary field_4543Lnet/minecraft/server/MinecraftServer;field_4543:Zofficial VLnet/minecraft/server/MinecraftServer;V:Z
-
preventProxyConnections
private boolean preventProxyConnections- Mappings:
Namespace Name Mixin selector named preventProxyConnectionsLnet/minecraft/server/MinecraftServer;preventProxyConnections:Zintermediary field_4560Lnet/minecraft/server/MinecraftServer;field_4560:Zofficial WLnet/minecraft/server/MinecraftServer;W:Z
-
motd
- Mappings:
Namespace Name Mixin selector named motdLnet/minecraft/server/MinecraftServer;motd:Ljava/lang/String;intermediary field_4564Lnet/minecraft/server/MinecraftServer;field_4564:Ljava/lang/String;official XLnet/minecraft/server/MinecraftServer;X:Ljava/lang/String;
-
playerIdleTimeout
private int playerIdleTimeout- Mappings:
Namespace Name Mixin selector named playerIdleTimeoutLnet/minecraft/server/MinecraftServer;playerIdleTimeout:Iintermediary field_4596Lnet/minecraft/server/MinecraftServer;field_4596:Iofficial YLnet/minecraft/server/MinecraftServer;Y:I
-
tickTimes
private final long[] tickTimes- Mappings:
Namespace Name Mixin selector named tickTimesLnet/minecraft/server/MinecraftServer;tickTimes:[Jintermediary field_47136Lnet/minecraft/server/MinecraftServer;field_47136:[Jofficial ZLnet/minecraft/server/MinecraftServer;Z:[J
-
recentTickTimesNanos
private long recentTickTimesNanos- Mappings:
Namespace Name Mixin selector named recentTickTimesNanosLnet/minecraft/server/MinecraftServer;recentTickTimesNanos:Jintermediary field_47137Lnet/minecraft/server/MinecraftServer;field_47137:Jofficial aaLnet/minecraft/server/MinecraftServer;aa:J
-
keyPair
- Mappings:
Namespace Name Mixin selector named keyPairLnet/minecraft/server/MinecraftServer;keyPair:Ljava/security/KeyPair;intermediary field_4552Lnet/minecraft/server/MinecraftServer;field_4552:Ljava/security/KeyPair;official abLnet/minecraft/server/MinecraftServer;ab:Ljava/security/KeyPair;
-
hostProfile
- Mappings:
Namespace Name Mixin selector named hostProfileLnet/minecraft/server/MinecraftServer;hostProfile:Lcom/mojang/authlib/GameProfile;intermediary field_39214Lnet/minecraft/server/MinecraftServer;field_39214:Lcom/mojang/authlib/GameProfile;official acLnet/minecraft/server/MinecraftServer;ac:Lcom/mojang/authlib/GameProfile;
-
demo
private boolean demo- Mappings:
Namespace Name Mixin selector named demoLnet/minecraft/server/MinecraftServer;demo:Zintermediary field_4549Lnet/minecraft/server/MinecraftServer;field_4549:Zofficial adLnet/minecraft/server/MinecraftServer;ad:Z
-
loading
private volatile boolean loading- Mappings:
Namespace Name Mixin selector named loadingLnet/minecraft/server/MinecraftServer;loading:Zintermediary field_4547Lnet/minecraft/server/MinecraftServer;field_4547:Zofficial aeLnet/minecraft/server/MinecraftServer;ae:Z
-
lastOverloadWarningNanos
private long lastOverloadWarningNanos- Mappings:
Namespace Name Mixin selector named lastOverloadWarningNanosLnet/minecraft/server/MinecraftServer;lastOverloadWarningNanos:Jintermediary field_47138Lnet/minecraft/server/MinecraftServer;field_47138:Jofficial afLnet/minecraft/server/MinecraftServer;af:J
-
apiServices
- Mappings:
Namespace Name Mixin selector named apiServicesLnet/minecraft/server/MinecraftServer;apiServices:Lnet/minecraft/util/ApiServices;intermediary field_39440Lnet/minecraft/server/MinecraftServer;field_39440:Lnet/minecraft/class_7497;official jLnet/minecraft/server/MinecraftServer;j:Lane;
-
managementListener
- Mappings:
Namespace Name Mixin selector named managementListenerLnet/minecraft/server/MinecraftServer;managementListener:Lnet/minecraft/server/dedicated/management/listener/CompositeManagementListener;intermediary field_62494Lnet/minecraft/server/MinecraftServer;field_62494:Lnet/minecraft/class_11870;official agLnet/minecraft/server/MinecraftServer;ag:Layo;
-
lastPlayerSampleUpdate
private long lastPlayerSampleUpdate- Mappings:
Namespace Name Mixin selector named lastPlayerSampleUpdateLnet/minecraft/server/MinecraftServer;lastPlayerSampleUpdate:Jintermediary field_4551Lnet/minecraft/server/MinecraftServer;field_4551:Jofficial ahLnet/minecraft/server/MinecraftServer;ah:J
-
serverThread
- Mappings:
Namespace Name Mixin selector named serverThreadLnet/minecraft/server/MinecraftServer;serverThread:Ljava/lang/Thread;intermediary field_16257Lnet/minecraft/server/MinecraftServer;field_16257:Ljava/lang/Thread;official aiLnet/minecraft/server/MinecraftServer;ai:Ljava/lang/Thread;
-
lastFullTickLogTime
private long lastFullTickLogTime- Mappings:
Namespace Name Mixin selector named lastFullTickLogTimeLnet/minecraft/server/MinecraftServer;lastFullTickLogTime:Jintermediary field_48773Lnet/minecraft/server/MinecraftServer;field_48773:Jofficial ajLnet/minecraft/server/MinecraftServer;aj:J
-
tasksStartTime
private long tasksStartTime- Mappings:
Namespace Name Mixin selector named tasksStartTimeLnet/minecraft/server/MinecraftServer;tasksStartTime:Jintermediary field_48774Lnet/minecraft/server/MinecraftServer;field_48774:Jofficial akLnet/minecraft/server/MinecraftServer;ak:J
-
waitTime
private long waitTime- Mappings:
Namespace Name Mixin selector named waitTimeLnet/minecraft/server/MinecraftServer;waitTime:Jintermediary field_48775Lnet/minecraft/server/MinecraftServer;field_48775:Jofficial alLnet/minecraft/server/MinecraftServer;al:J
-
tickStartTimeNanos
private long tickStartTimeNanos- Mappings:
Namespace Name Mixin selector named tickStartTimeNanosLnet/minecraft/server/MinecraftServer;tickStartTimeNanos:Jintermediary field_47139Lnet/minecraft/server/MinecraftServer;field_47139:Jofficial amLnet/minecraft/server/MinecraftServer;am:J
-
waitingForNextTick
private boolean waitingForNextTick- Mappings:
Namespace Name Mixin selector named waitingForNextTickLnet/minecraft/server/MinecraftServer;waitingForNextTick:Zintermediary field_53718Lnet/minecraft/server/MinecraftServer;field_53718:Zofficial anLnet/minecraft/server/MinecraftServer;an:Z
-
tickEndTimeNanos
private long tickEndTimeNanos- Mappings:
Namespace Name Mixin selector named tickEndTimeNanosLnet/minecraft/server/MinecraftServer;tickEndTimeNanos:Jintermediary field_47140Lnet/minecraft/server/MinecraftServer;field_47140:Jofficial aoLnet/minecraft/server/MinecraftServer;ao:J
-
hasJustExecutedTask
private boolean hasJustExecutedTask- Mappings:
Namespace Name Mixin selector named hasJustExecutedTaskLnet/minecraft/server/MinecraftServer;hasJustExecutedTask:Zintermediary field_19249Lnet/minecraft/server/MinecraftServer;field_19249:Zofficial apLnet/minecraft/server/MinecraftServer;ap:Z
-
dataPackManager
- Mappings:
Namespace Name Mixin selector named dataPackManagerLnet/minecraft/server/MinecraftServer;dataPackManager:Lnet/minecraft/resource/ResourcePackManager;intermediary field_4595Lnet/minecraft/server/MinecraftServer;field_4595:Lnet/minecraft/class_3283;official aqLnet/minecraft/server/MinecraftServer;aq:Lbaa;
-
scoreboard
- Mappings:
Namespace Name Mixin selector named scoreboardLnet/minecraft/server/MinecraftServer;scoreboard:Lnet/minecraft/scoreboard/ServerScoreboard;intermediary field_4558Lnet/minecraft/server/MinecraftServer;field_4558:Lnet/minecraft/class_2995;official arLnet/minecraft/server/MinecraftServer;ar:Lanc;
-
dataCommandStorage
- Mappings:
Namespace Name Mixin selector named dataCommandStorageLnet/minecraft/server/MinecraftServer;dataCommandStorage:Lnet/minecraft/command/DataCommandStorage;intermediary field_20850Lnet/minecraft/server/MinecraftServer;field_20850:Lnet/minecraft/class_4565;official asLnet/minecraft/server/MinecraftServer;as:Lfhy;
-
bossBarManager
- Mappings:
Namespace Name Mixin selector named bossBarManagerLnet/minecraft/server/MinecraftServer;bossBarManager:Lnet/minecraft/entity/boss/BossBarManager;intermediary field_4548Lnet/minecraft/server/MinecraftServer;field_4548:Lnet/minecraft/class_3004;official atLnet/minecraft/server/MinecraftServer;at:Lanm;
-
commandFunctionManager
- Mappings:
Namespace Name Mixin selector named commandFunctionManagerLnet/minecraft/server/MinecraftServer;commandFunctionManager:Lnet/minecraft/server/function/CommandFunctionManager;intermediary field_4591Lnet/minecraft/server/MinecraftServer;field_4591:Lnet/minecraft/class_2991;official auLnet/minecraft/server/MinecraftServer;au:Lamy;
-
enforceWhitelist
private boolean enforceWhitelist- Mappings:
Namespace Name Mixin selector named enforceWhitelistLnet/minecraft/server/MinecraftServer;enforceWhitelist:Zintermediary field_4570Lnet/minecraft/server/MinecraftServer;field_4570:Zofficial avLnet/minecraft/server/MinecraftServer;av:Z
-
useAllowlist
private boolean useAllowlist- Mappings:
Namespace Name Mixin selector named useAllowlistLnet/minecraft/server/MinecraftServer;useAllowlist:Zintermediary field_62495Lnet/minecraft/server/MinecraftServer;field_62495:Zofficial awLnet/minecraft/server/MinecraftServer;aw:Z
-
averageTickTime
private float averageTickTime- Mappings:
Namespace Name Mixin selector named averageTickTimeLnet/minecraft/server/MinecraftServer;averageTickTime:Fintermediary field_47141Lnet/minecraft/server/MinecraftServer;field_47141:Fofficial axLnet/minecraft/server/MinecraftServer;ax:F
-
workerExecutor
- Mappings:
Namespace Name Mixin selector named workerExecutorLnet/minecraft/server/MinecraftServer;workerExecutor:Ljava/util/concurrent/Executor;intermediary field_17200Lnet/minecraft/server/MinecraftServer;field_17200:Ljava/util/concurrent/Executor;official ayLnet/minecraft/server/MinecraftServer;ay:Ljava/util/concurrent/Executor;
-
serverId
- Mappings:
Namespace Name Mixin selector named serverIdLnet/minecraft/server/MinecraftServer;serverId:Ljava/lang/String;intermediary field_17601Lnet/minecraft/server/MinecraftServer;field_17601:Ljava/lang/String;official azLnet/minecraft/server/MinecraftServer;az:Ljava/lang/String;
-
resourceManagerHolder
- Mappings:
Namespace Name Mixin selector named resourceManagerHolderLnet/minecraft/server/MinecraftServer;resourceManagerHolder:Lnet/minecraft/server/MinecraftServer$ResourceManagerHolder;intermediary field_25318Lnet/minecraft/server/MinecraftServer;field_25318:Lnet/minecraft/server/MinecraftServer$class_6897;official aALnet/minecraft/server/MinecraftServer;aA:Lnet/minecraft/server/MinecraftServer$a;
-
structureTemplateManager
- Mappings:
Namespace Name Mixin selector named structureTemplateManagerLnet/minecraft/server/MinecraftServer;structureTemplateManager:Lnet/minecraft/structure/StructureTemplateManager;intermediary field_24370Lnet/minecraft/server/MinecraftServer;field_24370:Lnet/minecraft/class_3485;official aBLnet/minecraft/server/MinecraftServer;aB:Lfeq;
-
tickManager
- Mappings:
Namespace Name Mixin selector named tickManagerLnet/minecraft/server/MinecraftServer;tickManager:Lnet/minecraft/server/ServerTickManager;intermediary field_47142Lnet/minecraft/server/MinecraftServer;field_47142:Lnet/minecraft/class_8915;official aCLnet/minecraft/server/MinecraftServer;aC:Land;
-
subscriberTracker
- Mappings:
Namespace Name Mixin selector named subscriberTrackerLnet/minecraft/server/MinecraftServer;subscriberTracker:Lnet/minecraft/server/debug/SubscriberTracker;intermediary field_62998Lnet/minecraft/server/MinecraftServer;field_62998:Lnet/minecraft/class_12027;official aDLnet/minecraft/server/MinecraftServer;aD:Lbvx;
-
saveProperties
- Mappings:
Namespace Name Mixin selector named savePropertiesLnet/minecraft/server/MinecraftServer;saveProperties:Lnet/minecraft/world/SaveProperties;intermediary field_24372Lnet/minecraft/server/MinecraftServer;field_24372:Lnet/minecraft/class_5219;official kLnet/minecraft/server/MinecraftServer;k:Lfis;
-
spawnPoint
- Mappings:
Namespace Name Mixin selector named spawnPointLnet/minecraft/server/MinecraftServer;spawnPoint:Lnet/minecraft/world/WorldProperties$SpawnPoint;intermediary field_63111Lnet/minecraft/server/MinecraftServer;field_63111:Lnet/minecraft/class_5217$class_12064;official aELnet/minecraft/server/MinecraftServer;aE:Lfid$a;
-
brewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named brewingRecipeRegistryLnet/minecraft/server/MinecraftServer;brewingRecipeRegistry:Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary field_51466Lnet/minecraft/server/MinecraftServer;field_51466:Lnet/minecraft/class_1845;official aFLnet/minecraft/server/MinecraftServer;aF:Ldjl;
-
fuelRegistry
- Mappings:
Namespace Name Mixin selector named fuelRegistryLnet/minecraft/server/MinecraftServer;fuelRegistry:Lnet/minecraft/item/FuelRegistry;intermediary field_53715Lnet/minecraft/server/MinecraftServer;field_53715:Lnet/minecraft/class_9895;official aGLnet/minecraft/server/MinecraftServer;aG:Lehg;
-
idleTickCount
private int idleTickCount- Mappings:
Namespace Name Mixin selector named idleTickCountLnet/minecraft/server/MinecraftServer;idleTickCount:Iintermediary field_53716Lnet/minecraft/server/MinecraftServer;field_53716:Iofficial aHLnet/minecraft/server/MinecraftServer;aH:I
-
saving
private volatile boolean saving- Mappings:
Namespace Name Mixin selector named savingLnet/minecraft/server/MinecraftServer;saving:Zintermediary field_35437Lnet/minecraft/server/MinecraftServer;field_35437:Zofficial aILnet/minecraft/server/MinecraftServer;aI:Z
-
suppressedExceptionsTracker
- Mappings:
Namespace Name Mixin selector named suppressedExceptionsTrackerLnet/minecraft/server/MinecraftServer;suppressedExceptionsTracker:Lnet/minecraft/util/crash/SuppressedExceptionsTracker;intermediary field_53717Lnet/minecraft/server/MinecraftServer;field_53717:Lnet/minecraft/class_9843;official aKLnet/minecraft/server/MinecraftServer;aK:Lanf;
-
discontinuousFrame
private final com.mojang.jtracy.DiscontinuousFrame discontinuousFrame- Mappings:
Namespace Name Mixin selector named discontinuousFrameLnet/minecraft/server/MinecraftServer;discontinuousFrame:Lcom/mojang/jtracy/DiscontinuousFrame;intermediary field_54275Lnet/minecraft/server/MinecraftServer;field_54275:Lcom/mojang/jtracy/DiscontinuousFrame;official aLLnet/minecraft/server/MinecraftServer;aL:Lcom/mojang/jtracy/DiscontinuousFrame;
-
packetApplyBatcher
- Mappings:
Namespace Name Mixin selector named packetApplyBatcherLnet/minecraft/server/MinecraftServer;packetApplyBatcher:Lnet/minecraft/network/PacketApplyBatcher;intermediary field_62766Lnet/minecraft/server/MinecraftServer;field_62766:Lnet/minecraft/class_11980;official aMLnet/minecraft/server/MinecraftServer;aM:Lxb;
-
-
Constructor Details
-
MinecraftServer
public MinecraftServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, ChunkLoadProgress chunkLoadProgress) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorage$Session;Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/server/SaveLoader;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/util/ApiServices;Lnet/minecraft/world/chunk/ChunkLoadProgress;)Vintermediary <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_7497;Lnet/minecraft/class_11545;)Vofficial <init>Lnet/minecraft/server/MinecraftServer;<init>(Ljava/lang/Thread;Lfih$c;Lbaa;Lani;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lane;Laxi;)V
-
-
Method Details
-
startServer
- Mappings:
Namespace Name Mixin selector named startServerLnet/minecraft/server/MinecraftServer;startServer(Ljava/util/function/Function;)Lnet/minecraft/server/MinecraftServer;intermediary method_29740Lnet/minecraft/server/MinecraftServer;method_29740(Ljava/util/function/Function;)Lnet/minecraft/server/MinecraftServer;official aLnet/minecraft/server/MinecraftServer;a(Ljava/util/function/Function;)Lnet/minecraft/server/MinecraftServer;
-
initScoreboard
- Mappings:
Namespace Name Mixin selector named initScoreboardLnet/minecraft/server/MinecraftServer;initScoreboard(Lnet/minecraft/world/PersistentStateManager;)Vintermediary method_17976Lnet/minecraft/server/MinecraftServer;method_17976(Lnet/minecraft/class_26;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lfib;)V
-
setupServer
Setups a Minecraft server to be ready for players to connect. This method does several things including loading server properties and loading worlds.- 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
-
createChunkLoadMap
Returns aChunkLoadMapto visualize chunk loading in singleplayer.- Returns:
- a
ChunkLoadMapto visualize chunk loading in singleplayer - Mappings:
Namespace Name Mixin selector named createChunkLoadMapLnet/minecraft/server/MinecraftServer;createChunkLoadMap(I)Lnet/minecraft/world/chunk/ChunkLoadMap;intermediary method_73044Lnet/minecraft/server/MinecraftServer;method_73044(I)Lnet/minecraft/class_11544;official aLnet/minecraft/server/MinecraftServer;a(I)Laxh;
-
loadWorld
protected void loadWorld()- Mappings:
Namespace Name Mixin selector named loadWorldLnet/minecraft/server/MinecraftServer;loadWorld()Vintermediary method_3735Lnet/minecraft/server/MinecraftServer;method_3735()Vofficial uLnet/minecraft/server/MinecraftServer;u()V
-
updateDifficulty
protected void updateDifficulty()- 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
-
createWorlds
protected void createWorlds()- Mappings:
Namespace Name Mixin selector named createWorldsLnet/minecraft/server/MinecraftServer;createWorlds()Vintermediary method_3786Lnet/minecraft/server/MinecraftServer;method_3786()Vofficial wLnet/minecraft/server/MinecraftServer;w()V
-
setupSpawn
private static void setupSpawn(ServerWorld world, ServerWorldProperties worldProperties, boolean bonusChest, boolean debugWorld, ChunkLoadProgress loadProgress) - Mappings:
Namespace Name Mixin selector named setupSpawnLnet/minecraft/server/MinecraftServer;setupSpawn(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/level/ServerWorldProperties;ZZLnet/minecraft/world/chunk/ChunkLoadProgress;)Vintermediary method_27901Lnet/minecraft/server/MinecraftServer;method_27901(Lnet/minecraft/class_3218;Lnet/minecraft/class_5268;ZZLnet/minecraft/class_11545;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lawx;Lfim;ZZLaxi;)V
-
setToDebugWorldProperties
- Mappings:
Namespace Name Mixin selector named setToDebugWorldPropertiesLnet/minecraft/server/MinecraftServer;setToDebugWorldProperties(Lnet/minecraft/world/SaveProperties;)Vintermediary method_17977Lnet/minecraft/server/MinecraftServer;method_17977(Lnet/minecraft/class_5219;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lfis;)V
-
prepareStartRegion
private void prepareStartRegion()- Mappings:
Namespace Name Mixin selector named prepareStartRegionLnet/minecraft/server/MinecraftServer;prepareStartRegion()Vintermediary method_3774Lnet/minecraft/server/MinecraftServer;method_3774()Vofficial bBLnet/minecraft/server/MinecraftServer;bB()V
-
getSpawnPos
- Mappings:
Namespace Name Mixin selector named getSpawnPosLnet/minecraft/server/MinecraftServer;getSpawnPos()Lnet/minecraft/util/math/GlobalPos;intermediary method_73041Lnet/minecraft/server/MinecraftServer;method_73041()Lnet/minecraft/class_4208;official xLnet/minecraft/server/MinecraftServer;x()Ljj;
-
getDefaultGameMode
- Mappings:
Namespace Name Mixin selector named getDefaultGameModeLnet/minecraft/server/MinecraftServer;getDefaultGameMode()Lnet/minecraft/world/GameMode;intermediary method_3790Lnet/minecraft/server/MinecraftServer;method_3790()Lnet/minecraft/class_1934;official yLnet/minecraft/server/MinecraftServer;y()Ldrn;
-
isHardcore
public boolean isHardcore()- Mappings:
Namespace Name Mixin selector named isHardcoreLnet/minecraft/server/MinecraftServer;isHardcore()Zintermediary method_3754Lnet/minecraft/server/MinecraftServer;method_3754()Zofficial w_Lnet/minecraft/server/MinecraftServer;w_()Z
-
getOpPermissionLevel
public abstract int getOpPermissionLevel()- 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 abstract int getFunctionPermissionLevel()- 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
-
shouldBroadcastRconToOps
public abstract boolean shouldBroadcastRconToOps()- 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
-
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, callPlayerManager.saveAllPlayerData().- 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
-
saveAll
public boolean saveAll(boolean suppressLogs, boolean flush, boolean force) - Mappings:
Namespace Name Mixin selector named saveAllLnet/minecraft/server/MinecraftServer;saveAll(ZZZ)Zintermediary method_39218Lnet/minecraft/server/MinecraftServer;method_39218(ZZZ)Zofficial bLnet/minecraft/server/MinecraftServer;b(ZZZ)Z
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTaskExecutor<ServerTask>
-
shutdown
public void shutdown()- 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
-
getServerIp
- Mappings:
Namespace Name Mixin selector named getServerIpLnet/minecraft/server/MinecraftServer;getServerIp()Ljava/lang/String;intermediary method_3819Lnet/minecraft/server/MinecraftServer;method_3819()Ljava/lang/String;official ALnet/minecraft/server/MinecraftServer;A()Ljava/lang/String;
-
setServerIp
- Mappings:
Namespace Name Mixin selector named setServerIpLnet/minecraft/server/MinecraftServer;setServerIp(Ljava/lang/String;)Vintermediary method_3842Lnet/minecraft/server/MinecraftServer;method_3842(Ljava/lang/String;)Vofficial a_Lnet/minecraft/server/MinecraftServer;a_(Ljava/lang/String;)V
-
isRunning
public boolean isRunning()- Mappings:
Namespace Name Mixin selector named isRunningLnet/minecraft/server/MinecraftServer;isRunning()Zintermediary method_3806Lnet/minecraft/server/MinecraftServer;method_3806()Zofficial BLnet/minecraft/server/MinecraftServer;B()Z
-
stop
public void stop(boolean waitForShutdown) Stops this server.- Parameters:
waitForShutdown- whether to wait for server shutdown, if called outside the server thread- API Note:
- Pass
truetowaitForShutdownto wait until the server shuts down. Note that this must befalseif called from the server thread, otherwise it deadlocks. - Mappings:
Namespace Name Mixin selector named stopLnet/minecraft/server/MinecraftServer;stop(Z)Vintermediary method_3747Lnet/minecraft/server/MinecraftServer;method_3747(Z)Vofficial aLnet/minecraft/server/MinecraftServer;a(Z)V
-
runServer
protected void runServer()- Mappings:
Namespace Name Mixin selector named runServerLnet/minecraft/server/MinecraftServer;runServer()Vintermediary method_29741Lnet/minecraft/server/MinecraftServer;method_29741()Vofficial CLnet/minecraft/server/MinecraftServer;C()V
-
pushFullTickLog
private void pushFullTickLog()- Mappings:
Namespace Name Mixin selector named pushFullTickLogLnet/minecraft/server/MinecraftServer;pushFullTickLog()Vintermediary method_56603Lnet/minecraft/server/MinecraftServer;method_56603()Vofficial bCLnet/minecraft/server/MinecraftServer;bC()V
-
startTaskPerformanceLog
private void startTaskPerformanceLog()- Mappings:
Namespace Name Mixin selector named startTaskPerformanceLogLnet/minecraft/server/MinecraftServer;startTaskPerformanceLog()Vintermediary method_56604Lnet/minecraft/server/MinecraftServer;method_56604()Vofficial bDLnet/minecraft/server/MinecraftServer;bD()V
-
pushPerformanceLogs
private void pushPerformanceLogs()- Mappings:
Namespace Name Mixin selector named pushPerformanceLogsLnet/minecraft/server/MinecraftServer;pushPerformanceLogs()Vintermediary method_56605Lnet/minecraft/server/MinecraftServer;method_56605()Vofficial bELnet/minecraft/server/MinecraftServer;bE()V
-
createCrashReport
- Mappings:
Namespace Name Mixin selector named createCrashReportLnet/minecraft/server/MinecraftServer;createCrashReport(Ljava/lang/Throwable;)Lnet/minecraft/util/crash/CrashReport;intermediary method_40376Lnet/minecraft/server/MinecraftServer;method_40376(Ljava/lang/Throwable;)Lnet/minecraft/class_128;official bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/Throwable;)Lp;
-
shouldKeepTicking
private boolean shouldKeepTicking()- Mappings:
Namespace Name Mixin selector named shouldKeepTickingLnet/minecraft/server/MinecraftServer;shouldKeepTicking()Zintermediary method_3866Lnet/minecraft/server/MinecraftServer;method_3866()Zofficial bFLnet/minecraft/server/MinecraftServer;bF()Z
-
checkWorldGenException
public static boolean checkWorldGenException()- Mappings:
Namespace Name Mixin selector named checkWorldGenExceptionLnet/minecraft/server/MinecraftServer;checkWorldGenException()Zintermediary method_60584Lnet/minecraft/server/MinecraftServer;method_60584()Zofficial DLnet/minecraft/server/MinecraftServer;D()Z
-
setWorldGenException
- Mappings:
Namespace Name Mixin selector named setWorldGenExceptionLnet/minecraft/server/MinecraftServer;setWorldGenException(Ljava/lang/RuntimeException;)Vintermediary method_60582Lnet/minecraft/server/MinecraftServer;method_60582(Ljava/lang/RuntimeException;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/RuntimeException;)V
-
runTasks
- Overrides:
runTasksin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named runTasksLnet/minecraft/util/thread/ThreadExecutor;runTasks(Ljava/util/function/BooleanSupplier;)Vintermediary method_18857Lnet/minecraft/class_1255;method_18857(Ljava/util/function/BooleanSupplier;)Vofficial bLcae;b(Ljava/util/function/BooleanSupplier;)V
-
getManagementListener
- Mappings:
Namespace Name Mixin selector named getManagementListenerLnet/minecraft/server/MinecraftServer;getManagementListener()Lnet/minecraft/server/dedicated/management/listener/CompositeManagementListener;intermediary method_74055Lnet/minecraft/server/MinecraftServer;method_74055()Lnet/minecraft/class_11870;official ELnet/minecraft/server/MinecraftServer;E()Layo;
-
runTasksTillTickEnd
protected void runTasksTillTickEnd()- Mappings:
Namespace Name Mixin selector named runTasksTillTickEndLnet/minecraft/server/MinecraftServer;runTasksTillTickEnd()Vintermediary method_16208Lnet/minecraft/server/MinecraftServer;method_16208()Vofficial x_Lnet/minecraft/server/MinecraftServer;x_()V
-
waitForTasks
public void waitForTasks()- Overrides:
waitForTasksin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named waitForTasksLnet/minecraft/util/thread/ThreadExecutor;waitForTasks()Vintermediary method_20813Lnet/minecraft/class_1255;method_20813()Vofficial FLcae;F()V
-
createTask
- Specified by:
createTaskin interfaceTaskExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named createTaskLnet/minecraft/server/MinecraftServer;createTask(Ljava/lang/Runnable;)Lnet/minecraft/server/ServerTask;intermediary method_16209Lnet/minecraft/server/MinecraftServer;method_16209(Ljava/lang/Runnable;)Lnet/minecraft/class_3738;official aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/Runnable;)Lang;
-
canExecute
- Specified by:
canExecutein classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named canExecuteLnet/minecraft/server/MinecraftServer;canExecute(Lnet/minecraft/server/ServerTask;)Zintermediary method_19464Lnet/minecraft/server/MinecraftServer;method_19464(Lnet/minecraft/class_3738;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Lang;)Z
-
runTask
public boolean runTask()- Overrides:
runTaskin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named runTaskLnet/minecraft/util/thread/ThreadExecutor;runTask()Zintermediary method_16075Lnet/minecraft/class_1255;method_16075()Zofficial GLcae;G()Z
-
runOneTask
private boolean runOneTask()- Mappings:
Namespace Name Mixin selector named runOneTaskLnet/minecraft/server/MinecraftServer;runOneTask()Zintermediary method_20415Lnet/minecraft/server/MinecraftServer;method_20415()Zofficial bGLnet/minecraft/server/MinecraftServer;bG()Z
-
executeTask
- Overrides:
executeTaskin classReentrantThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named executeTaskLnet/minecraft/server/MinecraftServer;executeTask(Lnet/minecraft/server/ServerTask;)Vintermediary method_24306Lnet/minecraft/server/MinecraftServer;method_24306(Lnet/minecraft/class_3738;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Lang;)V
-
loadFavicon
- Mappings:
Namespace Name Mixin selector named loadFaviconLnet/minecraft/server/MinecraftServer;loadFavicon()Ljava/util/Optional;intermediary method_49384Lnet/minecraft/server/MinecraftServer;method_49384()Ljava/util/Optional;official bHLnet/minecraft/server/MinecraftServer;bH()Ljava/util/Optional;
-
getIconFile
- Mappings:
Namespace Name Mixin selector named getIconFileLnet/minecraft/server/MinecraftServer;getIconFile()Ljava/util/Optional;intermediary method_3725Lnet/minecraft/server/MinecraftServer;method_3725()Ljava/util/Optional;official HLnet/minecraft/server/MinecraftServer;H()Ljava/util/Optional;
-
getRunDirectory
- Mappings:
Namespace Name Mixin selector named getRunDirectoryLnet/minecraft/server/MinecraftServer;getRunDirectory()Ljava/nio/file/Path;intermediary method_3831Lnet/minecraft/server/MinecraftServer;method_3831()Ljava/nio/file/Path;official ILnet/minecraft/server/MinecraftServer;I()Ljava/nio/file/Path;
-
setCrashReport
- Mappings:
Namespace Name Mixin selector named setCrashReportLnet/minecraft/server/MinecraftServer;setCrashReport(Lnet/minecraft/util/crash/CrashReport;)Vintermediary method_3744Lnet/minecraft/server/MinecraftServer;method_3744(Lnet/minecraft/class_128;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lp;)V
-
exit
public void exit()- 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
-
isPaused
public boolean isPaused()- Mappings:
Namespace Name Mixin selector named isPausedLnet/minecraft/server/MinecraftServer;isPaused()Zintermediary method_54809Lnet/minecraft/server/MinecraftServer;method_54809()Zofficial JLnet/minecraft/server/MinecraftServer;J()Z
-
tick
- 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
-
runAutosave
private void runAutosave()- Mappings:
Namespace Name Mixin selector named runAutosaveLnet/minecraft/server/MinecraftServer;runAutosave()Vintermediary method_62734Lnet/minecraft/server/MinecraftServer;method_62734()Vofficial bILnet/minecraft/server/MinecraftServer;bI()V
-
pushTickLog
private void pushTickLog(long tickStartTime) - Mappings:
Namespace Name Mixin selector named pushTickLogLnet/minecraft/server/MinecraftServer;pushTickLog(J)Vintermediary method_56602Lnet/minecraft/server/MinecraftServer;method_56602(J)Vofficial aLnet/minecraft/server/MinecraftServer;a(J)V
-
getAutosaveInterval
private int getAutosaveInterval()- Mappings:
Namespace Name Mixin selector named getAutosaveIntervalLnet/minecraft/server/MinecraftServer;getAutosaveInterval()Iintermediary method_54837Lnet/minecraft/server/MinecraftServer;method_54837()Iofficial bJLnet/minecraft/server/MinecraftServer;bJ()I
-
updateAutosaveTicks
public void updateAutosaveTicks()- Mappings:
Namespace Name Mixin selector named updateAutosaveTicksLnet/minecraft/server/MinecraftServer;updateAutosaveTicks()Vintermediary method_54831Lnet/minecraft/server/MinecraftServer;method_54831()Vofficial KLnet/minecraft/server/MinecraftServer;K()V
-
getDebugSampleLog
- 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 abstract boolean shouldPushTickTimeLog()- 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
-
createMetadata
- Mappings:
Namespace Name Mixin selector named createMetadataLnet/minecraft/server/MinecraftServer;createMetadata()Lnet/minecraft/server/ServerMetadata;intermediary method_49385Lnet/minecraft/server/MinecraftServer;method_49385()Lnet/minecraft/class_2926;official bKLnet/minecraft/server/MinecraftServer;bK()Lalg;
-
createMetadataPlayers
- Mappings:
Namespace Name Mixin selector named createMetadataPlayersLnet/minecraft/server/MinecraftServer;createMetadataPlayers()Lnet/minecraft/server/ServerMetadata$Players;intermediary method_49386Lnet/minecraft/server/MinecraftServer;method_49386()Lnet/minecraft/class_2926$class_2927;official bLLnet/minecraft/server/MinecraftServer;bL()Lalg$b;
-
tickWorlds
- Mappings:
Namespace Name Mixin selector named tickWorldsLnet/minecraft/server/MinecraftServer;tickWorlds(Ljava/util/function/BooleanSupplier;)Vintermediary method_3813Lnet/minecraft/server/MinecraftServer;method_3813(Ljava/util/function/BooleanSupplier;)Vofficial cLnet/minecraft/server/MinecraftServer;c(Ljava/util/function/BooleanSupplier;)V
-
refreshSpawnPoint
private void refreshSpawnPoint()- Mappings:
Namespace Name Mixin selector named refreshSpawnPointLnet/minecraft/server/MinecraftServer;refreshSpawnPoint()Vintermediary method_74946Lnet/minecraft/server/MinecraftServer;method_74946()Vofficial bMLnet/minecraft/server/MinecraftServer;bM()V
-
tickNetworkIo
public void tickNetworkIo()- 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
-
sendTimeUpdatePackets
- Mappings:
Namespace Name Mixin selector named sendTimeUpdatePacketsLnet/minecraft/server/MinecraftServer;sendTimeUpdatePackets(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_49750Lnet/minecraft/server/MinecraftServer;method_49750(Lnet/minecraft/class_3218;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lawx;)V
-
sendTimeUpdatePackets
public void sendTimeUpdatePackets()- Mappings:
Namespace Name Mixin selector named sendTimeUpdatePacketsLnet/minecraft/server/MinecraftServer;sendTimeUpdatePackets()Vintermediary method_49749Lnet/minecraft/server/MinecraftServer;method_49749()Vofficial MLnet/minecraft/server/MinecraftServer;M()V
-
isEnterableWithPortal
- Mappings:
Namespace Name Mixin selector named isEnterableWithPortalLnet/minecraft/server/MinecraftServer;isEnterableWithPortal(Lnet/minecraft/world/World;)Zintermediary method_74057Lnet/minecraft/server/MinecraftServer;method_74057(Lnet/minecraft/class_1937;)Zofficial aLnet/minecraft/server/MinecraftServer;a(Ldrq;)Z
-
addServerGuiTickable
- Mappings:
Namespace Name Mixin selector named addServerGuiTickableLnet/minecraft/server/MinecraftServer;addServerGuiTickable(Ljava/lang/Runnable;)Vintermediary method_3742Lnet/minecraft/server/MinecraftServer;method_3742(Ljava/lang/Runnable;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/Runnable;)V
-
setServerId
- Mappings:
Namespace Name Mixin selector named setServerIdLnet/minecraft/server/MinecraftServer;setServerId(Ljava/lang/String;)Vintermediary method_17819Lnet/minecraft/server/MinecraftServer;method_17819(Ljava/lang/String;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Ljava/lang/String;)V
-
isStopping
public boolean isStopping()- Mappings:
Namespace Name Mixin selector named isStoppingLnet/minecraft/server/MinecraftServer;isStopping()Zintermediary method_16043Lnet/minecraft/server/MinecraftServer;method_16043()Zofficial NLnet/minecraft/server/MinecraftServer;N()Z
-
getPath
- Parameters:
path- relative path from the run directory- Mappings:
Namespace Name Mixin selector named getPathLnet/minecraft/server/MinecraftServer;getPath(Ljava/lang/String;)Ljava/nio/file/Path;intermediary method_3758Lnet/minecraft/server/MinecraftServer;method_3758(Ljava/lang/String;)Ljava/nio/file/Path;official cLnet/minecraft/server/MinecraftServer;c(Ljava/lang/String;)Ljava/nio/file/Path;
-
getOverworld
- Mappings:
Namespace Name Mixin selector named getOverworldLnet/minecraft/server/MinecraftServer;getOverworld()Lnet/minecraft/server/world/ServerWorld;intermediary method_30002Lnet/minecraft/server/MinecraftServer;method_30002()Lnet/minecraft/class_3218;official OLnet/minecraft/server/MinecraftServer;O()Lawx;
-
getWorld
- Mappings:
Namespace Name Mixin selector named getWorldLnet/minecraft/server/MinecraftServer;getWorld(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/server/world/ServerWorld;intermediary method_3847Lnet/minecraft/server/MinecraftServer;method_3847(Lnet/minecraft/class_5321;)Lnet/minecraft/class_3218;official aLnet/minecraft/server/MinecraftServer;a(Lami;)Lawx;
-
getWorldRegistryKeys
- Mappings:
Namespace Name Mixin selector named getWorldRegistryKeysLnet/minecraft/server/MinecraftServer;getWorldRegistryKeys()Ljava/util/Set;intermediary method_29435Lnet/minecraft/server/MinecraftServer;method_29435()Ljava/util/Set;official PLnet/minecraft/server/MinecraftServer;P()Ljava/util/Set;
-
getWorlds
- Mappings:
Namespace Name Mixin selector named getWorldsLnet/minecraft/server/MinecraftServer;getWorlds()Ljava/lang/Iterable;intermediary method_3738Lnet/minecraft/server/MinecraftServer;method_3738()Ljava/lang/Iterable;official QLnet/minecraft/server/MinecraftServer;Q()Ljava/lang/Iterable;
-
getVersion
- Specified by:
getVersionin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getVersionLnet/minecraft/network/QueryableServer;getVersion()Ljava/lang/String;intermediary method_3827Lnet/minecraft/class_8599;method_3827()Ljava/lang/String;official RLamz;R()Ljava/lang/String;
-
getCurrentPlayerCount
public int getCurrentPlayerCount()- Specified by:
getCurrentPlayerCountin interfaceQueryableServer- Mappings:
Namespace Name Mixin selector named getCurrentPlayerCountLnet/minecraft/network/QueryableServer;getCurrentPlayerCount()Iintermediary method_3788Lnet/minecraft/class_8599;method_3788()Iofficial SLamz;S()I
-
getPlayerNames
- Mappings:
Namespace Name Mixin selector named getPlayerNamesLnet/minecraft/server/MinecraftServer;getPlayerNames()[Ljava/lang/String;intermediary method_3858Lnet/minecraft/server/MinecraftServer;method_3858()[Ljava/lang/String;official TLnet/minecraft/server/MinecraftServer;T()[Ljava/lang/String;
-
getServerModName
-
addSystemDetails
- Mappings:
Namespace Name Mixin selector named addSystemDetailsLnet/minecraft/server/MinecraftServer;addSystemDetails(Lnet/minecraft/util/SystemDetails;)Lnet/minecraft/util/SystemDetails;intermediary method_37324Lnet/minecraft/server/MinecraftServer;method_37324(Lnet/minecraft/class_6396;)Lnet/minecraft/class_6396;official bLnet/minecraft/server/MinecraftServer;b(Lae;)Lae;
-
addExtraSystemDetails
- 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;
-
getModStatus
- Mappings:
Namespace Name Mixin selector named getModStatusLnet/minecraft/server/MinecraftServer;getModStatus()Lnet/minecraft/util/ModStatus;intermediary method_24307Lnet/minecraft/server/MinecraftServer;method_24307()Lnet/minecraft/class_6683;official ULnet/minecraft/server/MinecraftServer;U()Lbfg;
-
sendMessage
Sends a system message.- Specified by:
sendMessagein interfaceCommandOutput- Implementation Note:
- The output location depends on the implementation; players will use the in-game chat, and others will output to the log.
- Mappings:
Namespace Name Mixin selector named sendMessageLnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)Vintermediary method_43496Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)Vofficial aLei;a(Lxx;)V
-
getKeyPair
- Mappings:
Namespace Name Mixin selector named getKeyPairLnet/minecraft/server/MinecraftServer;getKeyPair()Ljava/security/KeyPair;intermediary method_3716Lnet/minecraft/server/MinecraftServer;method_3716()Ljava/security/KeyPair;official VLnet/minecraft/server/MinecraftServer;V()Ljava/security/KeyPair;
-
getServerPort
public int getServerPort()- Mappings:
Namespace Name Mixin selector named getServerPortLnet/minecraft/server/MinecraftServer;getServerPort()Iintermediary method_3756Lnet/minecraft/server/MinecraftServer;method_3756()Iofficial WLnet/minecraft/server/MinecraftServer;W()I
-
setServerPort
public void setServerPort(int serverPort) - Mappings:
Namespace Name Mixin selector named setServerPortLnet/minecraft/server/MinecraftServer;setServerPort(I)Vintermediary method_3779Lnet/minecraft/server/MinecraftServer;method_3779(I)Vofficial bLnet/minecraft/server/MinecraftServer;b(I)V
-
getHostProfile
- Mappings:
Namespace Name Mixin selector named getHostProfileLnet/minecraft/server/MinecraftServer;getHostProfile()Lcom/mojang/authlib/GameProfile;intermediary method_43824Lnet/minecraft/server/MinecraftServer;method_43824()Lcom/mojang/authlib/GameProfile;official XLnet/minecraft/server/MinecraftServer;X()Lcom/mojang/authlib/GameProfile;
-
setHostProfile
- Mappings:
Namespace Name Mixin selector named setHostProfileLnet/minecraft/server/MinecraftServer;setHostProfile(Lcom/mojang/authlib/GameProfile;)Vintermediary method_43825Lnet/minecraft/server/MinecraftServer;method_43825(Lcom/mojang/authlib/GameProfile;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lcom/mojang/authlib/GameProfile;)V
-
isSingleplayer
public boolean isSingleplayer()Returns whether this server is a singleplayer server. A singleplayer server has a "single player" to whom the player data in thelevel.datapplies. Otherwise, the player data is not applied to anyone. Hence, it is necessary to properly load some single-player save games.All vanilla integrated servers and dedicated servers launched with the argument
--singleplayer <singlePlayerName>are singleplayer servers.A dedicated singleplayer server always turns online mode off, regardless of the content of
server.properties.- Returns:
- whether this server is a singleplayer server
- See Also:
- Mappings:
Namespace Name Mixin selector named isSingleplayerLnet/minecraft/server/MinecraftServer;isSingleplayer()Zintermediary method_3724Lnet/minecraft/server/MinecraftServer;method_3724()Zofficial YLnet/minecraft/server/MinecraftServer;Y()Z
-
generateKeyPair
protected void generateKeyPair()- Mappings:
Namespace Name Mixin selector named generateKeyPairLnet/minecraft/server/MinecraftServer;generateKeyPair()Vintermediary method_31400Lnet/minecraft/server/MinecraftServer;method_31400()Vofficial ZLnet/minecraft/server/MinecraftServer;Z()V
-
setDifficulty
- Mappings:
Namespace Name Mixin selector named setDifficultyLnet/minecraft/server/MinecraftServer;setDifficulty(Lnet/minecraft/world/Difficulty;Z)Vintermediary method_3776Lnet/minecraft/server/MinecraftServer;method_3776(Lnet/minecraft/class_1267;Z)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lcbn;Z)V
-
adjustTrackingDistance
public int adjustTrackingDistance(int initialDistance) - 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
-
updateMobSpawnOptions
public void updateMobSpawnOptions()- Mappings:
Namespace Name Mixin selector named updateMobSpawnOptionsLnet/minecraft/server/MinecraftServer;updateMobSpawnOptions()Vintermediary method_27729Lnet/minecraft/server/MinecraftServer;method_27729()Vofficial aaLnet/minecraft/server/MinecraftServer;aa()V
-
setDifficultyLocked
public void setDifficultyLocked(boolean locked) - Mappings:
Namespace Name Mixin selector named setDifficultyLockedLnet/minecraft/server/MinecraftServer;setDifficultyLocked(Z)Vintermediary method_19467Lnet/minecraft/server/MinecraftServer;method_19467(Z)Vofficial bLnet/minecraft/server/MinecraftServer;b(Z)V
-
sendDifficulty
- Mappings:
Namespace Name Mixin selector named sendDifficultyLnet/minecraft/server/MinecraftServer;sendDifficulty(Lnet/minecraft/server/network/ServerPlayerEntity;)Vintermediary method_19465Lnet/minecraft/server/MinecraftServer;method_19465(Lnet/minecraft/class_3222;)Vofficial cLnet/minecraft/server/MinecraftServer;c(Lawy;)V
-
shouldSpawnMonsters
public boolean shouldSpawnMonsters()- Mappings:
Namespace Name Mixin selector named shouldSpawnMonstersLnet/minecraft/server/MinecraftServer;shouldSpawnMonsters()Zintermediary method_74056Lnet/minecraft/server/MinecraftServer;method_74056()Zofficial abLnet/minecraft/server/MinecraftServer;ab()Z
-
isDemo
public boolean isDemo()- Mappings:
Namespace Name Mixin selector named isDemoLnet/minecraft/server/MinecraftServer;isDemo()Zintermediary method_3799Lnet/minecraft/server/MinecraftServer;method_3799()Zofficial acLnet/minecraft/server/MinecraftServer;ac()Z
-
setDemo
public void setDemo(boolean demo) - Mappings:
Namespace Name Mixin selector named setDemoLnet/minecraft/server/MinecraftServer;setDemo(Z)Vintermediary method_3730Lnet/minecraft/server/MinecraftServer;method_3730(Z)Vofficial cLnet/minecraft/server/MinecraftServer;c(Z)V
-
getCodeOfConductLanguages
- 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;
-
getResourcePackProperties
- 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;
-
requireResourcePack
public boolean requireResourcePack()- Mappings:
Namespace Name Mixin selector named requireResourcePackLnet/minecraft/server/MinecraftServer;requireResourcePack()Zintermediary method_32303Lnet/minecraft/server/MinecraftServer;method_32303()Zofficial afLnet/minecraft/server/MinecraftServer;af()Z
-
isDedicated
public abstract 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.
- 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 abstract int getRateLimit()- 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
-
isOnlineMode
public boolean isOnlineMode()Returns whether this Minecraft server authenticates players logging in with the. If this server is singleplayer, such as integrated servers, it will accept unauthenticated players; otherwise, it disconnects such players.invalid reference
Minecraft Session Service
- Returns:
- whether this Minecraft server authenticates players logging in with the
invalid reference
Minecraft Session Service
- See Also:
- Mappings:
Namespace Name Mixin selector named isOnlineModeLnet/minecraft/server/MinecraftServer;isOnlineMode()Zintermediary method_3828Lnet/minecraft/server/MinecraftServer;method_3828()Zofficial agLnet/minecraft/server/MinecraftServer;ag()Z
-
setOnlineMode
public void setOnlineMode(boolean onlineMode) Sets whether this server is in the online mode, or whether it authenticates connecting players with the Minecraft Session Service.This is called by individual server implementations on their setup.
- Parameters:
onlineMode- whether the server will be in online mode- See Also:
- Mappings:
Namespace Name Mixin selector named setOnlineModeLnet/minecraft/server/MinecraftServer;setOnlineMode(Z)Vintermediary method_3864Lnet/minecraft/server/MinecraftServer;method_3864(Z)Vofficial dLnet/minecraft/server/MinecraftServer;d(Z)V
-
shouldPreventProxyConnections
public boolean shouldPreventProxyConnections()- Mappings:
Namespace Name Mixin selector named shouldPreventProxyConnectionsLnet/minecraft/server/MinecraftServer;shouldPreventProxyConnections()Zintermediary method_3775Lnet/minecraft/server/MinecraftServer;method_3775()Zofficial ahLnet/minecraft/server/MinecraftServer;ah()Z
-
setPreventProxyConnections
public void setPreventProxyConnections(boolean preventProxyConnections) - Mappings:
Namespace Name Mixin selector named setPreventProxyConnectionsLnet/minecraft/server/MinecraftServer;setPreventProxyConnections(Z)Vintermediary method_3764Lnet/minecraft/server/MinecraftServer;method_3764(Z)Vofficial eLnet/minecraft/server/MinecraftServer;e(Z)V
-
isUsingNativeTransport
public abstract boolean isUsingNativeTransport()- 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
-
isPvpEnabled
public boolean isPvpEnabled()- Mappings:
Namespace Name Mixin selector named isPvpEnabledLnet/minecraft/server/MinecraftServer;isPvpEnabled()Zintermediary method_3852Lnet/minecraft/server/MinecraftServer;method_3852()Zofficial aiLnet/minecraft/server/MinecraftServer;ai()Z
-
isFlightEnabled
public boolean isFlightEnabled()- 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
-
areCommandBlocksEnabled
public boolean areCommandBlocksEnabled()Specifies whether command blocks can execute commands on the server.- Mappings:
Namespace Name Mixin selector named areCommandBlocksEnabledLnet/minecraft/server/MinecraftServer;areCommandBlocksEnabled()Zintermediary method_3812Lnet/minecraft/server/MinecraftServer;method_3812()Zofficial y_Lnet/minecraft/server/MinecraftServer;y_()Z
-
areSpawnerBlocksEnabled
public boolean areSpawnerBlocksEnabled()- Mappings:
Namespace Name Mixin selector named areSpawnerBlocksEnabledLnet/minecraft/server/MinecraftServer;areSpawnerBlocksEnabled()Zintermediary method_74842Lnet/minecraft/server/MinecraftServer;method_74842()Zofficial rLnet/minecraft/server/MinecraftServer;r()Z
-
getServerMotd
- Specified by:
getServerMotdin interfaceQueryableServer- 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
- 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
-
isStopped
public boolean isStopped()- Mappings:
Namespace Name Mixin selector named isStoppedLnet/minecraft/server/MinecraftServer;isStopped()Zintermediary method_3750Lnet/minecraft/server/MinecraftServer;method_3750()Zofficial alLnet/minecraft/server/MinecraftServer;al()Z
-
getPlayerManager
- Mappings:
Namespace Name Mixin selector named getPlayerManagerLnet/minecraft/server/MinecraftServer;getPlayerManager()Lnet/minecraft/server/PlayerManager;intermediary method_3760Lnet/minecraft/server/MinecraftServer;method_3760()Lnet/minecraft/class_3324;official amLnet/minecraft/server/MinecraftServer;am()Lbbd;
-
setPlayerManager
- Mappings:
Namespace Name Mixin selector named setPlayerManagerLnet/minecraft/server/MinecraftServer;setPlayerManager(Lnet/minecraft/server/PlayerManager;)Vintermediary method_3846Lnet/minecraft/server/MinecraftServer;method_3846(Lnet/minecraft/class_3324;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lbbd;)V
-
isRemote
public abstract boolean isRemote()- 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
-
setDefaultGameMode
- Mappings:
Namespace Name Mixin selector named setDefaultGameModeLnet/minecraft/server/MinecraftServer;setDefaultGameMode(Lnet/minecraft/world/GameMode;)Vintermediary method_3838Lnet/minecraft/server/MinecraftServer;method_3838(Lnet/minecraft/class_1934;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ldrn;)V
-
changeGameModeGlobally
- Mappings:
Namespace Name Mixin selector named changeGameModeGloballyLnet/minecraft/server/MinecraftServer;changeGameModeGlobally(Lnet/minecraft/world/GameMode;)Iintermediary method_74059Lnet/minecraft/server/MinecraftServer;method_74059(Lnet/minecraft/class_1934;)Iofficial bLnet/minecraft/server/MinecraftServer;b(Ldrn;)I
-
getNetworkIo
- Mappings:
Namespace Name Mixin selector named getNetworkIoLnet/minecraft/server/MinecraftServer;getNetworkIo()Lnet/minecraft/server/ServerNetworkIo;intermediary method_3787Lnet/minecraft/server/MinecraftServer;method_3787()Lnet/minecraft/class_3242;official anLnet/minecraft/server/MinecraftServer;an()Laxy;
-
isLoading
public boolean isLoading()- Mappings:
Namespace Name Mixin selector named isLoadingLnet/minecraft/server/MinecraftServer;isLoading()Zintermediary method_3820Lnet/minecraft/server/MinecraftServer;method_3820()Zofficial aoLnet/minecraft/server/MinecraftServer;ao()Z
-
hasGui
public boolean hasGui()- 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
-
openToLan
Opens a server for LAN connections. This is only supported on an integrated server, a dedicated server will always fail to open to LAN.- Parameters:
gameMode- the game mode connecting players will have set by defaultcheatsAllowed- whether players on the server have operator permissionsport- the port to open up to LAN connections- Returns:
- whether the server was successfully opened to LAN
- Mappings:
Namespace Name Mixin selector named openToLanLnet/minecraft/server/MinecraftServer;openToLan(Lnet/minecraft/world/GameMode;ZI)Zintermediary method_3763Lnet/minecraft/server/MinecraftServer;method_3763(Lnet/minecraft/class_1934;ZI)Zofficial aLnet/minecraft/server/MinecraftServer;a(Ldrn;ZI)Z
-
getTicks
public int getTicks()Gets the amount of ticks the server has been running for.- Mappings:
Namespace Name Mixin selector named getTicksLnet/minecraft/server/MinecraftServer;getTicks()Iintermediary method_3780Lnet/minecraft/server/MinecraftServer;method_3780()Iofficial aqLnet/minecraft/server/MinecraftServer;aq()I
-
isSpawnProtected
- 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()- 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
-
hideOnlinePlayers
public boolean hideOnlinePlayers()- 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
-
getProxy
- Mappings:
Namespace Name Mixin selector named getProxyLnet/minecraft/server/MinecraftServer;getProxy()Ljava/net/Proxy;intermediary method_36113Lnet/minecraft/server/MinecraftServer;method_36113()Ljava/net/Proxy;official atLnet/minecraft/server/MinecraftServer;at()Ljava/net/Proxy;
-
getPlayerIdleTimeout
public int getPlayerIdleTimeout()- 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) - 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
-
getApiServices
- Mappings:
Namespace Name Mixin selector named getApiServicesLnet/minecraft/server/MinecraftServer;getApiServices()Lnet/minecraft/util/ApiServices;intermediary method_73550Lnet/minecraft/server/MinecraftServer;method_73550()Lnet/minecraft/class_7497;official avLnet/minecraft/server/MinecraftServer;av()Lane;
-
getServerMetadata
- Mappings:
Namespace Name Mixin selector named getServerMetadataLnet/minecraft/server/MinecraftServer;getServerMetadata()Lnet/minecraft/server/ServerMetadata;intermediary method_3765Lnet/minecraft/server/MinecraftServer;method_3765()Lnet/minecraft/class_2926;official awLnet/minecraft/server/MinecraftServer;aw()Lalg;
-
forcePlayerSampleUpdate
public void forcePlayerSampleUpdate()- Mappings:
Namespace Name Mixin selector named forcePlayerSampleUpdateLnet/minecraft/server/MinecraftServer;forcePlayerSampleUpdate()Vintermediary method_3856Lnet/minecraft/server/MinecraftServer;method_3856()Vofficial axLnet/minecraft/server/MinecraftServer;ax()V
-
getMaxWorldBorderRadius
public int getMaxWorldBorderRadius()- 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
-
shouldExecuteAsync
public boolean shouldExecuteAsync()- Overrides:
shouldExecuteAsyncin classReentrantThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named shouldExecuteAsyncLnet/minecraft/util/thread/ThreadExecutor;shouldExecuteAsync()Zintermediary method_5384Lnet/minecraft/class_1255;method_5384()Zofficial azLcae;az()Z
-
executeSync
- Overrides:
executeSyncin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named executeSyncLnet/minecraft/util/thread/ThreadExecutor;executeSync(Ljava/lang/Runnable;)Vintermediary method_40000Lnet/minecraft/class_1255;method_40000(Ljava/lang/Runnable;)Vofficial cLcae;c(Ljava/lang/Runnable;)V
-
getThread
- Specified by:
getThreadin classThreadExecutor<ServerTask>- Mappings:
Namespace Name Mixin selector named getThreadLnet/minecraft/util/thread/ThreadExecutor;getThread()Ljava/lang/Thread;intermediary method_3777Lnet/minecraft/class_1255;method_3777()Ljava/lang/Thread;official aALcae;aA()Ljava/lang/Thread;
-
getNetworkCompressionThreshold
public int getNetworkCompressionThreshold()- 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()- 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
-
getTimeReference
public long getTimeReference()- Mappings:
Namespace Name Mixin selector named getTimeReferenceLnet/minecraft/server/MinecraftServer;getTimeReference()Jintermediary method_3826Lnet/minecraft/server/MinecraftServer;method_3826()Jofficial aDLnet/minecraft/server/MinecraftServer;aD()J
-
getDataFixer
public com.mojang.datafixers.DataFixer getDataFixer()- Mappings:
Namespace Name Mixin selector named getDataFixerLnet/minecraft/server/MinecraftServer;getDataFixer()Lcom/mojang/datafixers/DataFixer;intermediary method_3855Lnet/minecraft/server/MinecraftServer;method_3855()Lcom/mojang/datafixers/DataFixer;official aELnet/minecraft/server/MinecraftServer;aE()Lcom/mojang/datafixers/DataFixer;
-
getAdvancementLoader
- Mappings:
Namespace Name Mixin selector named getAdvancementLoaderLnet/minecraft/server/MinecraftServer;getAdvancementLoader()Lnet/minecraft/server/ServerAdvancementLoader;intermediary method_3851Lnet/minecraft/server/MinecraftServer;method_3851()Lnet/minecraft/class_2989;official aFLnet/minecraft/server/MinecraftServer;aF()Lamw;
-
getCommandFunctionManager
- Mappings:
Namespace Name Mixin selector named getCommandFunctionManagerLnet/minecraft/server/MinecraftServer;getCommandFunctionManager()Lnet/minecraft/server/function/CommandFunctionManager;intermediary method_3740Lnet/minecraft/server/MinecraftServer;method_3740()Lnet/minecraft/class_2991;official aGLnet/minecraft/server/MinecraftServer;aG()Lamy;
-
reloadResources
Reloads this server's data packs.- Returns:
- a completable future which specifies whether the reload was successful A reload has failed when the future is exceptionally completed.
- See Also:
- Mappings:
Namespace Name Mixin selector named reloadResourcesLnet/minecraft/server/MinecraftServer;reloadResources(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;intermediary method_29439Lnet/minecraft/server/MinecraftServer;method_29439(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;official aLnet/minecraft/server/MinecraftServer;a(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;
-
loadDataPacks
public static DataConfiguration loadDataPacks(ResourcePackManager resourcePackManager, DataConfiguration dataConfiguration, boolean initMode, boolean safeMode) - Mappings:
Namespace Name Mixin selector named loadDataPacksLnet/minecraft/server/MinecraftServer;loadDataPacks(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/DataConfiguration;ZZ)Lnet/minecraft/resource/DataConfiguration;intermediary method_29736Lnet/minecraft/server/MinecraftServer;method_29736(Lnet/minecraft/class_3283;Lnet/minecraft/class_7712;ZZ)Lnet/minecraft/class_7712;official aLnet/minecraft/server/MinecraftServer;a(Lbaa;Ldso;ZZ)Ldso;
-
loadDataPacks
private static DataConfiguration loadDataPacks(ResourcePackManager resourcePackManager, Collection<String> enabledProfiles, FeatureSet enabledFeatures, boolean allowEnabling) - Mappings:
Namespace Name Mixin selector named loadDataPacksLnet/minecraft/server/MinecraftServer;loadDataPacks(Lnet/minecraft/resource/ResourcePackManager;Ljava/util/Collection;Lnet/minecraft/resource/featuretoggle/FeatureSet;Z)Lnet/minecraft/resource/DataConfiguration;intermediary method_59848Lnet/minecraft/server/MinecraftServer;method_59848(Lnet/minecraft/class_3283;Ljava/util/Collection;Lnet/minecraft/class_7699;Z)Lnet/minecraft/class_7712;official aLnet/minecraft/server/MinecraftServer;a(Lbaa;Ljava/util/Collection;Ldcx;Z)Ldso;
-
forceEnableRequestedFeatures
private static void forceEnableRequestedFeatures(ResourcePackManager resourcePackManager, FeatureSet enabledFeatures) - Mappings:
Namespace Name Mixin selector named forceEnableRequestedFeaturesLnet/minecraft/server/MinecraftServer;forceEnableRequestedFeatures(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/featuretoggle/FeatureSet;)Vintermediary method_59847Lnet/minecraft/server/MinecraftServer;method_59847(Lnet/minecraft/class_3283;Lnet/minecraft/class_7699;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lbaa;Ldcx;)V
-
createDataPackSettings
private static DataPackSettings createDataPackSettings(ResourcePackManager dataPackManager, boolean allowEnabling) - Mappings:
Namespace Name Mixin selector named createDataPackSettingsLnet/minecraft/server/MinecraftServer;createDataPackSettings(Lnet/minecraft/resource/ResourcePackManager;Z)Lnet/minecraft/resource/DataPackSettings;intermediary method_29735Lnet/minecraft/server/MinecraftServer;method_29735(Lnet/minecraft/class_3283;Z)Lnet/minecraft/class_5359;official aLnet/minecraft/server/MinecraftServer;a(Lbaa;Z)Ldrd;
-
kickNonWhitelistedPlayers
public void kickNonWhitelistedPlayers()- Mappings:
Namespace Name Mixin selector named kickNonWhitelistedPlayersLnet/minecraft/server/MinecraftServer;kickNonWhitelistedPlayers()Vintermediary method_3728Lnet/minecraft/server/MinecraftServer;method_3728()Vofficial aHLnet/minecraft/server/MinecraftServer;aH()V
-
getDataPackManager
- Mappings:
Namespace Name Mixin selector named getDataPackManagerLnet/minecraft/server/MinecraftServer;getDataPackManager()Lnet/minecraft/resource/ResourcePackManager;intermediary method_3836Lnet/minecraft/server/MinecraftServer;method_3836()Lnet/minecraft/class_3283;official aILnet/minecraft/server/MinecraftServer;aI()Lbaa;
-
getCommandManager
Gets the server's command manager. The command manager is responsible for parsing and dispatching commands.- Mappings:
Namespace Name Mixin selector named getCommandManagerLnet/minecraft/server/MinecraftServer;getCommandManager()Lnet/minecraft/server/command/CommandManager;intermediary method_3734Lnet/minecraft/server/MinecraftServer;method_3734()Lnet/minecraft/class_2170;official aJLnet/minecraft/server/MinecraftServer;aJ()Lek;
-
getCommandSource
Creates a command source which represents this Minecraft server instance.- Mappings:
Namespace Name Mixin selector named getCommandSourceLnet/minecraft/server/MinecraftServer;getCommandSource()Lnet/minecraft/server/command/ServerCommandSource;intermediary method_3739Lnet/minecraft/server/MinecraftServer;method_3739()Lnet/minecraft/class_2168;official aKLnet/minecraft/server/MinecraftServer;aK()Lej;
-
getSpawnWorld
- Mappings:
Namespace Name Mixin selector named getSpawnWorldLnet/minecraft/server/MinecraftServer;getSpawnWorld()Lnet/minecraft/server/world/ServerWorld;intermediary method_74944Lnet/minecraft/server/MinecraftServer;method_74944()Lnet/minecraft/class_3218;official aLLnet/minecraft/server/MinecraftServer;aL()Lawx;
-
setSpawnPoint
- Mappings:
Namespace Name Mixin selector named setSpawnPointLnet/minecraft/server/MinecraftServer;setSpawnPoint(Lnet/minecraft/world/WorldProperties$SpawnPoint;)Vintermediary method_74943Lnet/minecraft/server/MinecraftServer;method_74943(Lnet/minecraft/class_5217$class_12064;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lfid$a;)V
-
getSpawnPoint
- Mappings:
Namespace Name Mixin selector named getSpawnPointLnet/minecraft/server/MinecraftServer;getSpawnPoint()Lnet/minecraft/world/WorldProperties$SpawnPoint;intermediary method_74945Lnet/minecraft/server/MinecraftServer;method_74945()Lnet/minecraft/class_5217$class_12064;official aMLnet/minecraft/server/MinecraftServer;aM()Lfid$a;
-
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
shouldReceiveFeedbackin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector named shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Zofficial z_Lei;z_()Z
-
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
shouldTrackOutputin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector named shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Zofficial A_Lei;A_()Z
-
shouldBroadcastConsoleToOps
public abstract boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOpsin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector named shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Zofficial cLei;c()Z
-
getRecipeManager
- Mappings:
Namespace Name Mixin selector named getRecipeManagerLnet/minecraft/server/MinecraftServer;getRecipeManager()Lnet/minecraft/recipe/ServerRecipeManager;intermediary method_3772Lnet/minecraft/server/MinecraftServer;method_3772()Lnet/minecraft/class_1863;official aNLnet/minecraft/server/MinecraftServer;aN()Ldmp;
-
getScoreboard
- Mappings:
Namespace Name Mixin selector named getScoreboardLnet/minecraft/server/MinecraftServer;getScoreboard()Lnet/minecraft/scoreboard/ServerScoreboard;intermediary method_3845Lnet/minecraft/server/MinecraftServer;method_3845()Lnet/minecraft/class_2995;official aOLnet/minecraft/server/MinecraftServer;aO()Lanc;
-
getDataCommandStorage
- Mappings:
Namespace Name Mixin selector named getDataCommandStorageLnet/minecraft/server/MinecraftServer;getDataCommandStorage()Lnet/minecraft/command/DataCommandStorage;intermediary method_22827Lnet/minecraft/server/MinecraftServer;method_22827()Lnet/minecraft/class_4565;official aPLnet/minecraft/server/MinecraftServer;aP()Lfhy;
-
getGameRules
- Mappings:
Namespace Name Mixin selector named getGameRulesLnet/minecraft/server/MinecraftServer;getGameRules()Lnet/minecraft/world/GameRules;intermediary method_3767Lnet/minecraft/server/MinecraftServer;method_3767()Lnet/minecraft/class_1928;official aQLnet/minecraft/server/MinecraftServer;aQ()Ldrm;
-
getBossBarManager
- Mappings:
Namespace Name Mixin selector named getBossBarManagerLnet/minecraft/server/MinecraftServer;getBossBarManager()Lnet/minecraft/entity/boss/BossBarManager;intermediary method_3837Lnet/minecraft/server/MinecraftServer;method_3837()Lnet/minecraft/class_3004;official aRLnet/minecraft/server/MinecraftServer;aR()Lanm;
-
isEnforceWhitelist
public boolean isEnforceWhitelist()- 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) - 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()- 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) - 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
-
getAverageTickTime
public float getAverageTickTime()- Mappings:
Namespace Name Mixin selector named getAverageTickTimeLnet/minecraft/server/MinecraftServer;getAverageTickTime()Fintermediary method_54832Lnet/minecraft/server/MinecraftServer;method_54832()Fofficial aULnet/minecraft/server/MinecraftServer;aU()F
-
getTickManager
- Mappings:
Namespace Name Mixin selector named getTickManagerLnet/minecraft/server/MinecraftServer;getTickManager()Lnet/minecraft/server/ServerTickManager;intermediary method_54833Lnet/minecraft/server/MinecraftServer;method_54833()Lnet/minecraft/class_8915;official aVLnet/minecraft/server/MinecraftServer;aV()Land;
-
getAverageNanosPerTick
public long getAverageNanosPerTick()- Mappings:
Namespace Name Mixin selector named getAverageNanosPerTickLnet/minecraft/server/MinecraftServer;getAverageNanosPerTick()Jintermediary method_54834Lnet/minecraft/server/MinecraftServer;method_54834()Jofficial aWLnet/minecraft/server/MinecraftServer;aW()J
-
getTickTimes
public long[] getTickTimes()- Mappings:
Namespace Name Mixin selector named getTickTimesLnet/minecraft/server/MinecraftServer;getTickTimes()[Jintermediary method_54835Lnet/minecraft/server/MinecraftServer;method_54835()[Jofficial aXLnet/minecraft/server/MinecraftServer;aX()[J
-
getPermissionLevel
- Mappings:
Namespace Name Mixin selector named getPermissionLevelLnet/minecraft/server/MinecraftServer;getPermissionLevel(Lnet/minecraft/server/PlayerConfigEntry;)Iintermediary method_3835Lnet/minecraft/server/MinecraftServer;method_3835(Lnet/minecraft/class_11560;)Iofficial bLnet/minecraft/server/MinecraftServer;b(Lbbb;)I
-
isHost
- 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
-
dumpProperties
- 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
-
dump
- Mappings:
Namespace Name Mixin selector named dumpLnet/minecraft/server/MinecraftServer;dump(Ljava/nio/file/Path;)Vintermediary method_21613Lnet/minecraft/server/MinecraftServer;method_21613(Ljava/nio/file/Path;)Vofficial bLnet/minecraft/server/MinecraftServer;b(Ljava/nio/file/Path;)V
-
dumpStats
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpStatsLnet/minecraft/server/MinecraftServer;dumpStats(Ljava/nio/file/Path;)Vintermediary method_21692Lnet/minecraft/server/MinecraftServer;method_21692(Ljava/nio/file/Path;)Vofficial cLnet/minecraft/server/MinecraftServer;c(Ljava/nio/file/Path;)V
-
dumpGamerules
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpGamerulesLnet/minecraft/server/MinecraftServer;dumpGamerules(Ljava/nio/file/Path;)Vintermediary method_21615Lnet/minecraft/server/MinecraftServer;method_21615(Ljava/nio/file/Path;)Vofficial dLnet/minecraft/server/MinecraftServer;d(Ljava/nio/file/Path;)V
-
dumpClasspath
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpClasspathLnet/minecraft/server/MinecraftServer;dumpClasspath(Ljava/nio/file/Path;)Vintermediary method_21616Lnet/minecraft/server/MinecraftServer;method_21616(Ljava/nio/file/Path;)Vofficial eLnet/minecraft/server/MinecraftServer;e(Ljava/nio/file/Path;)V
-
dumpThreads
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpThreadsLnet/minecraft/server/MinecraftServer;dumpThreads(Ljava/nio/file/Path;)Vintermediary method_21713Lnet/minecraft/server/MinecraftServer;method_21713(Ljava/nio/file/Path;)Vofficial fLnet/minecraft/server/MinecraftServer;f(Ljava/nio/file/Path;)V
-
dumpNativeModules
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpNativeModulesLnet/minecraft/server/MinecraftServer;dumpNativeModules(Ljava/nio/file/Path;)Vintermediary method_38584Lnet/minecraft/server/MinecraftServer;method_38584(Ljava/nio/file/Path;)Vofficial gLnet/minecraft/server/MinecraftServer;g(Ljava/nio/file/Path;)V
-
startTickMetrics
- Mappings:
Namespace Name Mixin selector named startTickMetricsLnet/minecraft/server/MinecraftServer;startTickMetrics()Lnet/minecraft/util/profiler/Profiler;intermediary method_16044Lnet/minecraft/server/MinecraftServer;method_16044()Lnet/minecraft/class_3695;official bULnet/minecraft/server/MinecraftServer;bU()Lbya;
-
endTickMetrics
public void endTickMetrics()- 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
-
isRecorderActive
public boolean isRecorderActive()- Mappings:
Namespace Name Mixin selector named isRecorderActiveLnet/minecraft/server/MinecraftServer;isRecorderActive()Zintermediary method_37321Lnet/minecraft/server/MinecraftServer;method_37321()Zofficial aZLnet/minecraft/server/MinecraftServer;aZ()Z
-
setupRecorder
- Mappings:
Namespace Name Mixin selector named setupRecorderLnet/minecraft/server/MinecraftServer;setupRecorder(Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Vintermediary method_37320Lnet/minecraft/server/MinecraftServer;method_37320(Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V
-
resetRecorder
public void resetRecorder()- Mappings:
Namespace Name Mixin selector named resetRecorderLnet/minecraft/server/MinecraftServer;resetRecorder()Vintermediary method_37322Lnet/minecraft/server/MinecraftServer;method_37322()Vofficial baLnet/minecraft/server/MinecraftServer;ba()V
-
stopRecorder
public void stopRecorder()- Mappings:
Namespace Name Mixin selector named stopRecorderLnet/minecraft/server/MinecraftServer;stopRecorder()Vintermediary method_37323Lnet/minecraft/server/MinecraftServer;method_37323()Vofficial bbLnet/minecraft/server/MinecraftServer;bb()V
-
forceStopRecorder
public void forceStopRecorder()- Mappings:
Namespace Name Mixin selector named forceStopRecorderLnet/minecraft/server/MinecraftServer;forceStopRecorder()Vintermediary method_42062Lnet/minecraft/server/MinecraftServer;method_42062()Vofficial bcLnet/minecraft/server/MinecraftServer;bc()V
-
getSavePath
- Mappings:
Namespace Name Mixin selector named getSavePathLnet/minecraft/server/MinecraftServer;getSavePath(Lnet/minecraft/util/WorldSavePath;)Ljava/nio/file/Path;intermediary method_27050Lnet/minecraft/server/MinecraftServer;method_27050(Lnet/minecraft/class_5218;)Ljava/nio/file/Path;official aLnet/minecraft/server/MinecraftServer;a(Lfif;)Ljava/nio/file/Path;
-
syncChunkWrites
public boolean syncChunkWrites()- 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
-
getStructureTemplateManager
- Mappings:
Namespace Name Mixin selector named getStructureTemplateManagerLnet/minecraft/server/MinecraftServer;getStructureTemplateManager()Lnet/minecraft/structure/StructureTemplateManager;intermediary method_27727Lnet/minecraft/server/MinecraftServer;method_27727()Lnet/minecraft/class_3485;official beLnet/minecraft/server/MinecraftServer;be()Lfeq;
-
getSaveProperties
- Mappings:
Namespace Name Mixin selector named getSavePropertiesLnet/minecraft/server/MinecraftServer;getSaveProperties()Lnet/minecraft/world/SaveProperties;intermediary method_27728Lnet/minecraft/server/MinecraftServer;method_27728()Lnet/minecraft/class_5219;official bfLnet/minecraft/server/MinecraftServer;bf()Lfis;
-
getRegistryManager
- Mappings:
Namespace Name Mixin selector named getRegistryManagerLnet/minecraft/server/MinecraftServer;getRegistryManager()Lnet/minecraft/registry/DynamicRegistryManager$Immutable;intermediary method_30611Lnet/minecraft/server/MinecraftServer;method_30611()Lnet/minecraft/class_5455$class_6890;official bgLnet/minecraft/server/MinecraftServer;bg()Ljy$b;
-
getCombinedDynamicRegistries
- Mappings:
Namespace Name Mixin selector named getCombinedDynamicRegistriesLnet/minecraft/server/MinecraftServer;getCombinedDynamicRegistries()Lnet/minecraft/registry/CombinedDynamicRegistries;intermediary method_46221Lnet/minecraft/server/MinecraftServer;method_46221()Lnet/minecraft/class_7780;official bhLnet/minecraft/server/MinecraftServer;bh()Ljr;
-
getReloadableRegistries
- Mappings:
Namespace Name Mixin selector named getReloadableRegistriesLnet/minecraft/server/MinecraftServer;getReloadableRegistries()Lnet/minecraft/registry/ReloadableRegistries$Lookup;intermediary method_58576Lnet/minecraft/server/MinecraftServer;method_58576()Lnet/minecraft/class_9383$class_9385;official biLnet/minecraft/server/MinecraftServer;bi()Lamt$a;
-
createFilterer
- 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;
-
getPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector named getPlayerInteractionManagerLnet/minecraft/server/MinecraftServer;getPlayerInteractionManager(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/server/network/ServerPlayerInteractionManager;intermediary method_32816Lnet/minecraft/server/MinecraftServer;method_32816(Lnet/minecraft/class_3222;)Lnet/minecraft/class_3225;official bLnet/minecraft/server/MinecraftServer;b(Lawy;)Lawz;
-
getForcedGameMode
Returns the game mode a player should be set to when connecting to the server, ornullif none is set.- 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;
-
getResourceManager
- Mappings:
Namespace Name Mixin selector named getResourceManagerLnet/minecraft/server/MinecraftServer;getResourceManager()Lnet/minecraft/resource/ResourceManager;intermediary method_34864Lnet/minecraft/server/MinecraftServer;method_34864()Lnet/minecraft/class_3300;official bkLnet/minecraft/server/MinecraftServer;bk()Lbap;
-
isSaving
public boolean isSaving()- Mappings:
Namespace Name Mixin selector named isSavingLnet/minecraft/server/MinecraftServer;isSaving()Zintermediary method_39219Lnet/minecraft/server/MinecraftServer;method_39219()Zofficial blLnet/minecraft/server/MinecraftServer;bl()Z
-
isDebugRunning
public boolean isDebugRunning()- Mappings:
Namespace Name Mixin selector named isDebugRunningLnet/minecraft/server/MinecraftServer;isDebugRunning()Zintermediary method_24488Lnet/minecraft/server/MinecraftServer;method_24488()Zofficial bmLnet/minecraft/server/MinecraftServer;bm()Z
-
startDebug
public void startDebug()- Mappings:
Namespace Name Mixin selector named startDebugLnet/minecraft/server/MinecraftServer;startDebug()Vintermediary method_3832Lnet/minecraft/server/MinecraftServer;method_3832()Vofficial bnLnet/minecraft/server/MinecraftServer;bn()V
-
stopDebug
- Mappings:
Namespace Name Mixin selector named stopDebugLnet/minecraft/server/MinecraftServer;stopDebug()Lnet/minecraft/util/profiler/ProfileResult;intermediary method_24489Lnet/minecraft/server/MinecraftServer;method_24489()Lnet/minecraft/class_3696;official boLnet/minecraft/server/MinecraftServer;bo()Lbxy;
-
getMaxChainedNeighborUpdates
public int getMaxChainedNeighborUpdates()- 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
-
logChatMessage
public void logChatMessage(Text message, MessageType.Parameters params, @Nullable @Nullable String prefix) - Mappings:
Namespace Name Mixin selector named logChatMessageLnet/minecraft/server/MinecraftServer;logChatMessage(Lnet/minecraft/text/Text;Lnet/minecraft/network/message/MessageType$Parameters;Ljava/lang/String;)Vintermediary method_43614Lnet/minecraft/server/MinecraftServer;method_43614(Lnet/minecraft/class_2561;Lnet/minecraft/class_2556$class_7602;Ljava/lang/String;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lxx;Lxt$a;Ljava/lang/String;)V
-
getMessageDecorator
Returns the message decorator used by the server.- Returns:
- the message decorator used by the server
- See Also:
- Mappings:
Namespace Name Mixin selector named getMessageDecoratorLnet/minecraft/server/MinecraftServer;getMessageDecorator()Lnet/minecraft/network/message/MessageDecorator;intermediary method_43929Lnet/minecraft/server/MinecraftServer;method_43929()Lnet/minecraft/class_7492;official bqLnet/minecraft/server/MinecraftServer;bq()Lxs;
-
shouldLogIps
public boolean shouldLogIps()- 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
-
handleCustomClickAction
- Mappings:
Namespace Name Mixin selector named handleCustomClickActionLnet/minecraft/server/MinecraftServer;handleCustomClickAction(Lnet/minecraft/util/Identifier;Ljava/util/Optional;)Vintermediary method_71943Lnet/minecraft/server/MinecraftServer;method_71943(Lnet/minecraft/class_2960;Ljava/util/Optional;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lamj;Ljava/util/Optional;)V
-
getChunkLoadProgress
- Mappings:
Namespace Name Mixin selector named getChunkLoadProgressLnet/minecraft/server/MinecraftServer;getChunkLoadProgress()Lnet/minecraft/world/chunk/ChunkLoadProgress;intermediary method_73046Lnet/minecraft/server/MinecraftServer;method_73046()Lnet/minecraft/class_11545;official bsLnet/minecraft/server/MinecraftServer;bs()Laxi;
-
setAutosave
public boolean setAutosave(boolean bool) - Mappings:
Namespace Name Mixin selector named setAutosaveLnet/minecraft/server/MinecraftServer;setAutosave(Z)Zintermediary method_74061Lnet/minecraft/server/MinecraftServer;method_74061(Z)Zofficial hLnet/minecraft/server/MinecraftServer;h(Z)Z
-
getAutosave
public boolean getAutosave()- Mappings:
Namespace Name Mixin selector named getAutosaveLnet/minecraft/server/MinecraftServer;getAutosave()Zintermediary method_74060Lnet/minecraft/server/MinecraftServer;method_74060()Zofficial btLnet/minecraft/server/MinecraftServer;bt()Z
-
onGameRuleUpdated
- Mappings:
Namespace Name Mixin selector named onGameRuleUpdatedLnet/minecraft/server/MinecraftServer;onGameRuleUpdated(Ljava/lang/String;Lnet/minecraft/world/GameRules$Rule;)Vintermediary method_74058Lnet/minecraft/server/MinecraftServer;method_74058(Ljava/lang/String;Lnet/minecraft/class_1928$class_4315;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/String;Ldrm$g;)V
-
acceptsTransfers
public boolean acceptsTransfers()- 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
-
writeChunkIoReport
- Mappings:
Namespace Name Mixin selector named writeChunkIoReportLnet/minecraft/server/MinecraftServer;writeChunkIoReport(Lnet/minecraft/util/crash/CrashReport;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/storage/StorageKey;)Vintermediary method_61089Lnet/minecraft/server/MinecraftServer;method_61089(Lnet/minecraft/class_128;Lnet/minecraft/class_1923;Lnet/minecraft/class_9240;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Lp;Ldqv;Leng;)V
-
onChunkLoadFailure
- Specified by:
onChunkLoadFailurein interfaceChunkErrorHandler- Mappings:
Namespace Name Mixin selector named onChunkLoadFailureLnet/minecraft/server/world/ChunkErrorHandler;onChunkLoadFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_57821Lnet/minecraft/class_9820;method_57821(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)Vofficial aLemv;a(Ljava/lang/Throwable;Leng;Ldqv;)V
-
onChunkSaveFailure
- Specified by:
onChunkSaveFailurein interfaceChunkErrorHandler- Mappings:
Namespace Name Mixin selector named onChunkSaveFailureLnet/minecraft/server/world/ChunkErrorHandler;onChunkSaveFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_57822Lnet/minecraft/class_9820;method_57822(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)Vofficial bLemv;b(Ljava/lang/Throwable;Leng;Ldqv;)V
-
onPacketException
- Mappings:
Namespace Name Mixin selector named onPacketExceptionLnet/minecraft/server/MinecraftServer;onPacketException(Ljava/lang/Throwable;Lnet/minecraft/network/packet/PacketType;)Vintermediary method_62733Lnet/minecraft/server/MinecraftServer;method_62733(Ljava/lang/Throwable;Lnet/minecraft/class_9145;)Vofficial aLnet/minecraft/server/MinecraftServer;a(Ljava/lang/Throwable;Laaq;)V
-
getBrewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named getBrewingRecipeRegistryLnet/minecraft/server/MinecraftServer;getBrewingRecipeRegistry()Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary method_59777Lnet/minecraft/server/MinecraftServer;method_59777()Lnet/minecraft/class_1845;official bvLnet/minecraft/server/MinecraftServer;bv()Ldjl;
-
getFuelRegistry
- Mappings:
Namespace Name Mixin selector named getFuelRegistryLnet/minecraft/server/MinecraftServer;getFuelRegistry()Lnet/minecraft/item/FuelRegistry;intermediary method_62735Lnet/minecraft/server/MinecraftServer;method_62735()Lnet/minecraft/class_9895;official bwLnet/minecraft/server/MinecraftServer;bw()Lehg;
-
getServerLinks
- 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
protected int getPauseWhenEmptySeconds()- 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
-
getPacketApplyBatcher
- Mappings:
Namespace Name Mixin selector named getPacketApplyBatcherLnet/minecraft/server/MinecraftServer;getPacketApplyBatcher()Lnet/minecraft/network/PacketApplyBatcher;intermediary method_74432Lnet/minecraft/server/MinecraftServer;method_74432()Lnet/minecraft/class_11980;official bzLnet/minecraft/server/MinecraftServer;bz()Lxb;
-
getSubscriberTracker
- Mappings:
Namespace Name Mixin selector named getSubscriberTrackerLnet/minecraft/server/MinecraftServer;getSubscriberTracker()Lnet/minecraft/server/debug/SubscriberTracker;intermediary method_74841Lnet/minecraft/server/MinecraftServer;method_74841()Lnet/minecraft/class_12027;official bALnet/minecraft/server/MinecraftServer;bA()Lbvx;
-