Uses of Class
net.minecraft.server.MinecraftServer
Packages that use MinecraftServer
Package
Description
-
Uses of MinecraftServer in net.minecraft.client.server
Subclasses of MinecraftServer in net.minecraft.client.server -
Uses of MinecraftServer in net.minecraft.commands
Fields in net.minecraft.commands declared as MinecraftServerMethods in net.minecraft.commands that return MinecraftServerConstructors in net.minecraft.commands with parameters of type MinecraftServerModifierConstructorDescriptionCommandSourceStack(CommandSource p_81302_, Vec3 p_81303_, Vec2 p_81304_, ServerLevel p_81305_, int p_81306_, String p_81307_, Component p_81308_, MinecraftServer p_81309_, Entity p_81310_)
protected
CommandSourceStack(CommandSource p_81312_, Vec3 p_81313_, Vec2 p_81314_, ServerLevel p_81315_, int p_81316_, String p_81317_, Component p_81318_, MinecraftServer p_81319_, Entity p_81320_, boolean p_81321_, com.mojang.brigadier.ResultConsumer<CommandSourceStack> p_81322_, EntityAnchorArgument.Anchor p_81323_)
-
Uses of MinecraftServer in net.minecraft.gametest.framework
Subclasses of MinecraftServer in net.minecraft.gametest.framework -
Uses of MinecraftServer in net.minecraft.server
Fields in net.minecraft.server declared as MinecraftServerModifier and TypeFieldDescription(package private) MinecraftServer
ServerFunctionManager.server
private MinecraftServer
ServerScoreboard.server
Methods in net.minecraft.server with type parameters of type MinecraftServerConstructors in net.minecraft.server with parameters of type MinecraftServerModifierConstructorDescriptionServerFunctionManager(MinecraftServer p_136110_, ServerFunctionLibrary p_136111_)
ServerScoreboard(MinecraftServer p_136197_)
-
Uses of MinecraftServer in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate static void
PerfCommand.saveResults(CommandSourceStack p_180447_, Path p_180448_, MinecraftServer p_180449_)
-
Uses of MinecraftServer in net.minecraft.server.dedicated
Subclasses of MinecraftServer in net.minecraft.server.dedicated -
Uses of MinecraftServer in net.minecraft.server.gui
Fields in net.minecraft.server.gui declared as MinecraftServerModifier and TypeFieldDescriptionprivate MinecraftServer
PlayerListComponent.server
private MinecraftServer
StatsComponent.server
Constructors in net.minecraft.server.gui with parameters of type MinecraftServerModifierConstructorDescriptionPlayerListComponent(MinecraftServer p_139953_)
StatsComponent(MinecraftServer p_139963_)
-
Uses of MinecraftServer in net.minecraft.server.level
Fields in net.minecraft.server.level declared as MinecraftServerMethods in net.minecraft.server.level that return MinecraftServerConstructors in net.minecraft.server.level with parameters of type MinecraftServerModifierConstructorDescriptionServerLevel(MinecraftServer p_8571_, Executor p_8572_, LevelStorageSource.LevelStorageAccess p_8573_, ServerLevelData p_8574_, ResourceKey<Level> p_8575_, DimensionType p_8576_, ChunkProgressListener p_8577_, ChunkGenerator p_8578_, boolean p_8579_, long p_8580_, List<CustomSpawner> p_8581_, boolean p_8582_)
ServerPlayer(MinecraftServer p_143384_, ServerLevel p_143385_, com.mojang.authlib.GameProfile p_143386_)
-
Uses of MinecraftServer in net.minecraft.server.network
Fields in net.minecraft.server.network declared as MinecraftServerModifier and TypeFieldDescriptionprivate MinecraftServer
MemoryServerHandshakePacketListenerImpl.server
(package private) MinecraftServer
ServerConnectionListener.server
private MinecraftServer
ServerGamePacketListenerImpl.server
private MinecraftServer
ServerHandshakePacketListenerImpl.server
(package private) MinecraftServer
ServerLoginPacketListenerImpl.server
private MinecraftServer
ServerStatusPacketListenerImpl.server
Methods in net.minecraft.server.network that return MinecraftServerConstructors in net.minecraft.server.network with parameters of type MinecraftServerModifierConstructorDescriptionMemoryServerHandshakePacketListenerImpl(MinecraftServer p_9691_, Connection p_9692_)
ServerConnectionListener(MinecraftServer p_9707_)
ServerGamePacketListenerImpl(MinecraftServer p_9770_, Connection p_9771_, ServerPlayer p_9772_)
ServerHandshakePacketListenerImpl(MinecraftServer p_9969_, Connection p_9970_)
ServerLoginPacketListenerImpl(MinecraftServer p_10027_, Connection p_10028_)
ServerStatusPacketListenerImpl(MinecraftServer p_10087_, Connection p_10088_)
-
Uses of MinecraftServer in net.minecraft.server.players
Fields in net.minecraft.server.players declared as MinecraftServerMethods in net.minecraft.server.players that return MinecraftServerMethods in net.minecraft.server.players with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate static boolean
OldUsersConverter.areOldPlayersConverted(MinecraftServer p_11109_)
static boolean
OldUsersConverter.convertIpBanlist(MinecraftServer p_11099_)
static UUID
OldUsersConverter.convertMobOwnerIfNecessary(MinecraftServer p_11084_, String p_11085_)
static boolean
OldUsersConverter.convertOpsList(MinecraftServer p_11103_)
static boolean
OldUsersConverter.convertUserBanlist(MinecraftServer p_11082_)
static boolean
OldUsersConverter.convertWhiteList(MinecraftServer p_11105_)
private static File
OldUsersConverter.getWorldPlayersDirectory(MinecraftServer p_11111_)
private static void
OldUsersConverter.lookupPlayers(MinecraftServer p_11087_, Collection<String> p_11088_, com.mojang.authlib.ProfileLookupCallback p_11089_)
static boolean
OldUsersConverter.serverReadyAfterUserconversion(MinecraftServer p_11107_)
Constructors in net.minecraft.server.players with parameters of type MinecraftServerModifierConstructorDescriptionPlayerList(MinecraftServer p_11213_, RegistryAccess.RegistryHolder p_11214_, PlayerDataStorage p_11215_, int p_11216_)
-
Uses of MinecraftServer in net.minecraft.server.rcon
Fields in net.minecraft.server.rcon declared as MinecraftServerConstructors in net.minecraft.server.rcon with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.stats
Fields in net.minecraft.stats declared as MinecraftServerConstructors in net.minecraft.stats with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.util.monitoring.jmx
Fields in net.minecraft.util.monitoring.jmx declared as MinecraftServerMethods in net.minecraft.util.monitoring.jmx with parameters of type MinecraftServerModifier and TypeMethodDescriptionstatic void
MinecraftServerStatistics.registerJmxMonitoring(MinecraftServer p_18329_)
Constructors in net.minecraft.util.monitoring.jmx with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return MinecraftServer -
Uses of MinecraftServer in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type MinecraftServerModifier and TypeFieldDescription(package private) BiConsumer<MinecraftServer,T>
GameRules.Type.callback
Methods in net.minecraft.world.level that return MinecraftServerMethods in net.minecraft.world.level with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate <T extends GameRules.Value<T>>
voidGameRules.assignCap(GameRules.Key<T> p_46173_, GameRules p_46174_, MinecraftServer p_46175_)
void
GameRules.assignFrom(GameRules p_46177_, MinecraftServer p_46178_)
protected void
GameRules.Value.onChanged(MinecraftServer p_46369_)
void
GameRules.BooleanValue.set(boolean p_46247_, MinecraftServer p_46248_)
void
GameRules.IntegerValue.set(int p_151490_, MinecraftServer p_151491_)
void
GameRules.BooleanValue.setFrom(GameRules.BooleanValue p_46225_, MinecraftServer p_46226_)
void
GameRules.IntegerValue.setFrom(GameRules.IntegerValue p_46298_, MinecraftServer p_46299_)
abstract void
GameRules.Value.setFrom(T p_46363_, MinecraftServer p_46364_)
Method parameters in net.minecraft.world.level with type arguments of type MinecraftServerModifier and TypeMethodDescription(package private) static GameRules.Type<GameRules.BooleanValue>
GameRules.BooleanValue.create(boolean p_46253_, BiConsumer<MinecraftServer,GameRules.BooleanValue> p_46254_)
private static GameRules.Type<GameRules.IntegerValue>
GameRules.IntegerValue.create(int p_46295_, BiConsumer<MinecraftServer,GameRules.IntegerValue> p_46296_)
Constructor parameters in net.minecraft.world.level with type arguments of type MinecraftServerModifierConstructorDescription(package private)
Type(Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> p_46342_, Function<GameRules.Type<T>,T> p_46343_, BiConsumer<MinecraftServer,T> p_46344_, GameRules.VisitorCaller<T> p_46345_)
-
Uses of MinecraftServer in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage with type parameters of type MinecraftServerModifier and TypeFieldDescriptionprivate TimerQueue<MinecraftServer>
PrimaryLevelData.scheduledEvents
Methods in net.minecraft.world.level.storage that return types with arguments of type MinecraftServerModifier and TypeMethodDescriptionDerivedLevelData.getScheduledEvents()
PrimaryLevelData.getScheduledEvents()
ServerLevelData.getScheduledEvents()
Constructor parameters in net.minecraft.world.level.storage with type arguments of type MinecraftServerModifierConstructorDescriptionprivate
PrimaryLevelData(com.mojang.datafixers.DataFixer p_164942_, int p_164943_, CompoundTag p_164944_, boolean p_164945_, int p_164946_, int p_164947_, int p_164948_, float p_164949_, long p_164950_, long p_164951_, int p_164952_, int p_164953_, int p_164954_, boolean p_164955_, int p_164956_, boolean p_164957_, boolean p_164958_, boolean p_164959_, WorldBorder.Settings p_164960_, int p_164961_, int p_164962_, UUID p_164963_, Set<String> p_164964_, TimerQueue<MinecraftServer> p_164965_, CompoundTag p_164966_, CompoundTag p_164967_, LevelSettings p_164968_, WorldGenSettings p_164969_, com.mojang.serialization.Lifecycle p_164970_)
-
Uses of MinecraftServer in net.minecraft.world.level.timers
Fields in net.minecraft.world.level.timers with type parameters of type MinecraftServerModifier and TypeFieldDescriptionstatic TimerCallbacks<MinecraftServer>
TimerCallbacks.SERVER_CALLBACKS
Methods in net.minecraft.world.level.timers with parameters of type MinecraftServerModifier and TypeMethodDescriptionvoid
FunctionCallback.handle(MinecraftServer p_82172_, TimerQueue<MinecraftServer> p_82173_, long p_82174_)
void
FunctionTagCallback.handle(MinecraftServer p_82199_, TimerQueue<MinecraftServer> p_82200_, long p_82201_)
Method parameters in net.minecraft.world.level.timers with type arguments of type MinecraftServerModifier and TypeMethodDescriptionvoid
FunctionCallback.handle(MinecraftServer p_82172_, TimerQueue<MinecraftServer> p_82173_, long p_82174_)
void
FunctionTagCallback.handle(MinecraftServer p_82199_, TimerQueue<MinecraftServer> p_82200_, long p_82201_)
-
Uses of MinecraftServer in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return MinecraftServerConstructors in net.minecraftforge.common.util with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraftforge.fmllegacy
Fields in net.minecraftforge.fmllegacy with type parameters of type MinecraftServerModifier and TypeFieldDescriptionprivate static Supplier<MinecraftServer>
LogicalSidedProvider.server
private Function<Supplier<MinecraftServer>,?>
LogicalSidedProvider.serverSide
Method parameters in net.minecraftforge.fmllegacy with type arguments of type MinecraftServerModifier and TypeMethodDescriptionstatic void
LogicalSidedProvider.setServer(Supplier<MinecraftServer> server)
-
Uses of MinecraftServer in net.minecraftforge.fmllegacy.network
Methods in net.minecraftforge.fmllegacy.network that return MinecraftServer -
Uses of MinecraftServer in net.minecraftforge.fmllegacy.server
Fields in net.minecraftforge.fmllegacy.server declared as MinecraftServerModifier and TypeFieldDescriptionprivate static MinecraftServer
ServerLifecycleHooks.currentServer
Methods in net.minecraftforge.fmllegacy.server that return MinecraftServerMethods in net.minecraftforge.fmllegacy.server with parameters of type MinecraftServerModifier 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)
-
Uses of MinecraftServer in net.minecraftforge.fmlserverevents
Fields in net.minecraftforge.fmlserverevents declared as MinecraftServerMethods in net.minecraftforge.fmlserverevents that return MinecraftServerConstructors in net.minecraftforge.fmlserverevents with parameters of type MinecraftServerModifierConstructorDescriptionFMLServerStartedEvent(MinecraftServer server)
FMLServerStartingEvent(MinecraftServer server)
FMLServerStoppedEvent(MinecraftServer server)
FMLServerStoppingEvent(MinecraftServer server)
ServerLifecycleEvent(MinecraftServer server)