Uses of Class
net.minecraft.server.MinecraftServer
Package
Description
-
Uses of MinecraftServer in net.minecraft.advancements
ModifierConstructorDescriptionFunctionManager
(MinecraftServer p_i232597_1_, FunctionReloader p_i232597_2_) -
Uses of MinecraftServer in net.minecraft.client.network.handshake
ModifierConstructorDescriptionClientHandshakeNetHandler
(MinecraftServer p_i45287_1_, NetworkManager p_i45287_2_) -
Uses of MinecraftServer in net.minecraft.command
Modifier and TypeFieldDescriptionstatic final TimerCallbackSerializers<MinecraftServer>
TimerCallbackSerializers.SERVER_CALLBACKS
Modifier and TypeMethodDescriptionvoid
TimedFunction.handle
(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_) void
TimedFunctionTag.handle
(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_) Modifier and TypeMethodDescriptionvoid
TimedFunction.handle
(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_) void
TimedFunctionTag.handle
(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_) ModifierConstructorDescriptionCommandSource
(ICommandSource p_i49552_1_, Vector3d p_i49552_2_, Vector2f p_i49552_3_, ServerWorld p_i49552_4_, int p_i49552_5_, String p_i49552_6_, ITextComponent p_i49552_7_, MinecraftServer p_i49552_8_, Entity p_i49552_9_) protected
CommandSource
(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_) -
Uses of MinecraftServer in net.minecraft.entity
-
Uses of MinecraftServer in net.minecraft.entity.player
ModifierConstructorDescriptionServerPlayerEntity
(MinecraftServer p_i45285_1_, ServerWorld p_i45285_2_, com.mojang.authlib.GameProfile p_i45285_3_, PlayerInteractionManager p_i45285_4_) -
Uses of MinecraftServer in net.minecraft.network
-
Uses of MinecraftServer in net.minecraft.network.handshake
ModifierConstructorDescriptionServerHandshakeNetHandler
(MinecraftServer p_i45295_1_, NetworkManager p_i45295_2_) -
Uses of MinecraftServer in net.minecraft.network.login
ModifierConstructorDescriptionServerLoginNetHandler
(MinecraftServer p_i45298_1_, NetworkManager p_i45298_2_) -
Uses of MinecraftServer in net.minecraft.network.play
ModifierConstructorDescriptionServerPlayNetHandler
(MinecraftServer p_i1530_1_, NetworkManager p_i1530_2_, ServerPlayerEntity p_i1530_3_) -
Uses of MinecraftServer in net.minecraft.network.rcon
-
Uses of MinecraftServer in net.minecraft.network.status
ModifierConstructorDescriptionServerStatusNetHandler
(MinecraftServer p_i45299_1_, NetworkManager p_i45299_2_) -
Uses of MinecraftServer in net.minecraft.scoreboard
-
Uses of MinecraftServer in net.minecraft.server
-
Uses of MinecraftServer in net.minecraft.server.dedicated
Modifier and TypeMethodDescriptionstatic void
ServerInfoMBean.registerJmxMonitoring
(MinecraftServer p_233490_0_) -
Uses of MinecraftServer in net.minecraft.server.gui
Modifier and TypeFieldDescriptionprivate final MinecraftServer
PlayerListComponent.server
private final MinecraftServer
StatsComponent.server
ModifierConstructorDescriptionPlayerListComponent
(MinecraftServer p_i2366_1_) StatsComponent
(MinecraftServer p_i2367_1_) -
Uses of MinecraftServer in net.minecraft.server.integrated
-
Uses of MinecraftServer in net.minecraft.server.management
Modifier and TypeMethodDescriptionprivate static boolean
PreYggdrasilConverter.areOldPlayersConverted
(MinecraftServer p_219589_0_) static boolean
PreYggdrasilConverter.convertIpBanlist
(MinecraftServer p_152722_0_) static UUID
PreYggdrasilConverter.convertMobOwnerIfNecessary
(MinecraftServer p_187473_0_, String p_187473_1_) static boolean
PreYggdrasilConverter.convertOpsList
(MinecraftServer p_152718_0_) static boolean
PreYggdrasilConverter.convertUserBanlist
(MinecraftServer p_152724_0_) static boolean
PreYggdrasilConverter.convertWhiteList
(MinecraftServer p_152710_0_) private static File
PreYggdrasilConverter.getWorldPlayersDirectory
(MinecraftServer p_219585_0_) private static void
PreYggdrasilConverter.lookupPlayers
(MinecraftServer p_152717_0_, Collection<String> p_152717_1_, com.mojang.authlib.ProfileLookupCallback p_152717_2_) static boolean
PreYggdrasilConverter.serverReadyAfterUserconversion
(MinecraftServer p_219587_0_) ModifierConstructorDescriptionPlayerList
(MinecraftServer p_i231425_1_, DynamicRegistries.Impl p_i231425_2_, PlayerData p_i231425_3_, int p_i231425_4_) -
Uses of MinecraftServer in net.minecraft.stats
ModifierConstructorDescriptionServerStatisticsManager
(MinecraftServer p_i45306_1_, File p_i45306_2_) -
Uses of MinecraftServer in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final BiConsumer<MinecraftServer,
T> GameRules.RuleType.callback
Modifier and TypeMethodDescriptionprivate <T extends GameRules.RuleValue<T>>
voidGameRules.assignCap
(GameRules.RuleKey<T> p_234898_1_, GameRules p_234898_2_, MinecraftServer p_234898_3_) void
GameRules.assignFrom
(GameRules p_234899_1_, MinecraftServer p_234899_2_) protected void
GameRules.RuleValue.onChanged
(MinecraftServer p_223556_1_) void
GameRules.BooleanValue.set
(boolean p_223570_1_, MinecraftServer p_223570_2_) void
GameRules.BooleanValue.setFrom
(GameRules.BooleanValue p_230313_1_, MinecraftServer p_230313_2_) void
GameRules.IntegerValue.setFrom
(GameRules.IntegerValue p_230313_1_, MinecraftServer p_230313_2_) abstract void
GameRules.RuleValue.setFrom
(T p_230313_1_, MinecraftServer p_230313_2_) Modifier and TypeMethodDescriptionprivate static GameRules.RuleType<GameRules.BooleanValue>
GameRules.BooleanValue.create
(boolean p_223567_0_, BiConsumer<MinecraftServer, GameRules.BooleanValue> p_223567_1_) private static GameRules.RuleType<GameRules.IntegerValue>
GameRules.IntegerValue.create
(int p_223564_0_, BiConsumer<MinecraftServer, GameRules.IntegerValue> p_223564_1_) ModifierConstructorDescriptionprivate
RuleType
(Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> p_i231615_1_, Function<GameRules.RuleType<T>, T> p_i231615_2_, BiConsumer<MinecraftServer, T> p_i231615_3_, GameRules.IRule<T> p_i231615_4_) -
Uses of MinecraftServer in net.minecraft.world.server
ModifierConstructorDescriptionServerWorld
(MinecraftServer p_i241885_1_, Executor p_i241885_2_, SaveFormat.LevelSave p_i241885_3_, IServerWorldInfo p_i241885_4_, RegistryKey<World> p_i241885_5_, DimensionType p_i241885_6_, IChunkStatusListener p_i241885_7_, ChunkGenerator p_i241885_8_, boolean p_i241885_9_, long p_i241885_10_, List<ISpecialSpawner> p_i241885_12_, boolean p_i241885_13_) -
Uses of MinecraftServer in net.minecraft.world.storage
Modifier and TypeFieldDescriptionprivate final TimerCallbackManager<MinecraftServer>
ServerWorldInfo.scheduledEvents
Modifier and TypeMethodDescriptionDerivedWorldInfo.getScheduledEvents()
IServerWorldInfo.getScheduledEvents()
ServerWorldInfo.getScheduledEvents()
ModifierConstructorDescriptionprivate
ServerWorldInfo
(com.mojang.datafixers.DataFixer p_i242043_1_, int p_i242043_2_, CompoundNBT p_i242043_3_, boolean p_i242043_4_, int p_i242043_5_, int p_i242043_6_, int p_i242043_7_, float p_i242043_8_, long p_i242043_9_, long p_i242043_11_, int p_i242043_13_, int p_i242043_14_, int p_i242043_15_, boolean p_i242043_16_, int p_i242043_17_, boolean p_i242043_18_, boolean p_i242043_19_, boolean p_i242043_20_, WorldBorder.Serializer p_i242043_21_, int p_i242043_22_, int p_i242043_23_, UUID p_i242043_24_, LinkedHashSet<String> p_i242043_25_, TimerCallbackManager<MinecraftServer> p_i242043_26_, CompoundNBT p_i242043_27_, CompoundNBT p_i242043_28_, WorldSettings p_i242043_29_, DimensionGeneratorSettings p_i242043_30_, com.mojang.serialization.Lifecycle p_i242043_31_) -
Uses of MinecraftServer in net.minecraftforge.common.util
ModifierConstructorDescriptionFakePlayerNetHandler
(MinecraftServer server, ServerPlayerEntity player) -
Uses of MinecraftServer in net.minecraftforge.fml
Modifier and TypeFieldDescriptionprivate static Supplier<MinecraftServer>
LogicalSidedProvider.server
private final Function<Supplier<MinecraftServer>,
?> LogicalSidedProvider.serverSide
Modifier and TypeMethodDescriptionstatic void
LogicalSidedProvider.setServer
(Supplier<MinecraftServer> server) -
Uses of MinecraftServer in net.minecraftforge.fml.event.server
ModifierConstructorDescriptionFMLServerStartedEvent
(MinecraftServer server) FMLServerStoppedEvent
(MinecraftServer server) ServerLifecycleEvent
(MinecraftServer server) -
Uses of MinecraftServer in net.minecraftforge.fml.network
-
Uses of MinecraftServer in net.minecraftforge.fml.server
Modifier and TypeFieldDescriptionprivate static MinecraftServer
ServerLifecycleHooks.currentServer
Modifier and TypeMethodDescriptionprivate static Path
ServerLifecycleHooks.getServerConfigPath
(MinecraftServer server) static boolean
ServerLifecycleHooks.handleServerAboutToStart
(MinecraftServer server) static void
ServerLifecycleHooks.handleServerStarted
(MinecraftServer server) static boolean
ServerLifecycleHooks.handleServerStarting
(MinecraftServer server) static void
ServerLifecycleHooks.handleServerStopped
(MinecraftServer server) static void
ServerLifecycleHooks.handleServerStopping
(MinecraftServer server) private static void
LanguageHook.loadLanguage
(String langName, MinecraftServer server) (package private) static void
LanguageHook.loadLanguagesOnServer
(MinecraftServer server)