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 pSource, Vec3 pWorldPosition, Vec2 pRotation, ServerLevel pLevel, int pPermissionLevel, String pTextName, Component pDisplayName, MinecraftServer pServer, Entity pEntity) protectedCommandSourceStack(CommandSource pSource, Vec3 pWorldPosition, Vec2 pRotation, ServerLevel pLevel, int pPermissionLevel, String pTextName, Component pDisplayName, MinecraftServer pServer, Entity pEntity, boolean pSilent, CommandResultCallback pResultCallback, EntityAnchorArgument.Anchor pAnchor, CommandSigningContext pSigningContext, TaskChainer pChatMessageChainer) -
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 TypeFieldDescriptionprivate final MinecraftServerServerFunctionManager.serverprivate final MinecraftServerServerScoreboard.serverprivate final MinecraftServerServerTickRateManager.serverMethods in net.minecraft.server with type parameters of type MinecraftServerConstructors in net.minecraft.server with parameters of type MinecraftServerModifierConstructorDescriptionServerFunctionManager(MinecraftServer pServer, ServerFunctionLibrary pLibrary) ServerScoreboard(MinecraftServer pServer) ServerTickRateManager(MinecraftServer pServer) -
Uses of MinecraftServer in net.minecraft.server.chase
Fields in net.minecraft.server.chase declared as MinecraftServerConstructors in net.minecraft.server.chase with parameters of type MinecraftServerModifierConstructorDescriptionChaseClient(String pServerHost, int pServerPort, MinecraftServer pServer) -
Uses of MinecraftServer in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MinecraftServerModifier and TypeMethodDescriptionDebugConfigCommand.getUuidsInConfig(MinecraftServer pServer) private static voidPerfCommand.saveResults(CommandSourceStack pSource, Path pPath, MinecraftServer pServer) -
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 final MinecraftServerPlayerListComponent.serverprivate final MinecraftServerStatsComponent.serverConstructors in net.minecraft.server.gui with parameters of type MinecraftServerModifierConstructorDescriptionPlayerListComponent(MinecraftServer pServer) StatsComponent(MinecraftServer pServer) -
Uses of MinecraftServer in net.minecraft.server.level
Fields in net.minecraft.server.level declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerServerLevel.serverfinal MinecraftServerServerPlayer.serverMethods in net.minecraft.server.level that return MinecraftServerConstructors in net.minecraft.server.level with parameters of type MinecraftServerModifierConstructorDescriptionServerLevel(MinecraftServer pServer, Executor pDispatcher, LevelStorageSource.LevelStorageAccess pLevelStorageAccess, ServerLevelData pServerLevelData, ResourceKey<Level> pDimension, LevelStem pLevelStem, ChunkProgressListener pProgressListener, boolean pIsDebug, long pBiomeZoomSeed, List<CustomSpawner> pCustomSpawners, boolean pTickTime, RandomSequences pRandomSequences) ServerPlayer(MinecraftServer pServer, ServerLevel pLevel, com.mojang.authlib.GameProfile pGameProfile, ClientInformation pClientInformation) -
Uses of MinecraftServer in net.minecraft.server.network
Fields in net.minecraft.server.network declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerMemoryServerHandshakePacketListenerImpl.serverprotected final MinecraftServerServerCommonPacketListenerImpl.server(package private) final MinecraftServerServerConnectionListener.serverReference to the MinecraftServer object.private final MinecraftServerServerHandshakePacketListenerImpl.server(package private) final MinecraftServerServerLoginPacketListenerImpl.serverMethods in net.minecraft.server.network that return MinecraftServerConstructors in net.minecraft.server.network with parameters of type MinecraftServerModifierConstructorDescriptionMemoryServerHandshakePacketListenerImpl(MinecraftServer pServer, Connection pConnection) ServerCommonPacketListenerImpl(MinecraftServer pServer, Connection pConnection, CommonListenerCookie pCookie) ServerConfigurationPacketListenerImpl(MinecraftServer p_294645_, Connection p_295787_, CommonListenerCookie p_302003_) ServerConnectionListener(MinecraftServer pServer) ServerGamePacketListenerImpl(MinecraftServer pServer, Connection pConnection, ServerPlayer pPlayer, CommonListenerCookie pCookie) ServerHandshakePacketListenerImpl(MinecraftServer pServer, Connection pConnection) ServerLoginPacketListenerImpl(MinecraftServer pServer, Connection pConnection, boolean pTransferred) -
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 booleanOldUsersConverter.areOldPlayersConverted(MinecraftServer pServer) static booleanOldUsersConverter.convertIpBanlist(MinecraftServer pServer) static UUIDOldUsersConverter.convertMobOwnerIfNecessary(MinecraftServer pServer, String pUsername) static booleanOldUsersConverter.convertOpsList(MinecraftServer pServer) static booleanOldUsersConverter.convertUserBanlist(MinecraftServer pServer) static booleanOldUsersConverter.convertWhiteList(MinecraftServer pServer) private static FileOldUsersConverter.getWorldPlayersDirectory(MinecraftServer pServer) private static voidOldUsersConverter.lookupPlayers(MinecraftServer pServer, Collection<String> pNames, com.mojang.authlib.ProfileLookupCallback pCallback) static booleanOldUsersConverter.serverReadyAfterUserconversion(MinecraftServer pServer) Constructors in net.minecraft.server.players with parameters of type MinecraftServerModifierConstructorDescriptionPlayerList(MinecraftServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo, int pMaxPlayers) -
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 voidMinecraftServerStatistics.registerJmxMonitoring(MinecraftServer pServer) Constructors in net.minecraft.util.monitoring.jmx with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.util.profiling.jfr
Methods in net.minecraft.util.profiling.jfr 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) final BiConsumer<MinecraftServer, T> GameRules.Type.callbackMethods 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> pKey, GameRules pRules, MinecraftServer pServer) voidGameRules.assignFrom(GameRules pRules, MinecraftServer pServer) protected voidGameRules.Value.onChanged(MinecraftServer pServer) voidGameRules.BooleanValue.set(boolean pValue, MinecraftServer pServer) voidGameRules.IntegerValue.set(int pValue, MinecraftServer pServer) voidGameRules.BooleanValue.setFrom(GameRules.BooleanValue pValue, MinecraftServer pServer) voidGameRules.IntegerValue.setFrom(GameRules.IntegerValue pValue, MinecraftServer pServer) abstract voidGameRules.Value.setFrom(T pValue, MinecraftServer pServer) Method parameters in net.minecraft.world.level with type arguments of type MinecraftServerModifier and TypeMethodDescriptionstatic GameRules.Type<GameRules.BooleanValue> GameRules.BooleanValue.create(boolean pDefaultValue, BiConsumer<MinecraftServer, GameRules.BooleanValue> pChangeListener) (package private) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int pDefaultValue, int pMin, int pMax, FeatureFlagSet pRequiredFeatures, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int pDefaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) Constructor parameters in net.minecraft.world.level with type arguments of type MinecraftServerModifierConstructorDescription(package private)Type(Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> pArgument, Function<GameRules.Type<T>, T> pConstructor, BiConsumer<MinecraftServer, T> pCallback, GameRules.VisitorCaller<T> pVisitorCaller, FeatureFlagSet pRequiredFeature) -
Uses of MinecraftServer in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage with type parameters of type MinecraftServerModifier and TypeFieldDescriptionprivate final TimerQueue<MinecraftServer> PrimaryLevelData.scheduledEventsMethods 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 MinecraftServerModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag pLoadedPlayerTag, boolean pWasModded, BlockPos pSpawnPos, float pSpawnAngle, long pGameTime, long pDayTime, int pVersion, int pClearWeatherTime, int pRainTime, boolean pRaining, int pThunderTime, boolean pThundering, boolean pInitialized, boolean pDifficultyLocked, WorldBorder.Settings pWorldBorder, int pWanderingTraderSpawnDelay, int pWanderingTraderSpawnChance, UUID pWanderingTraderId, Set<String> pKnownServerBrands, Set<String> pRemovedFeatureFlags, TimerQueue<MinecraftServer> pScheduledEvents, CompoundTag pCustomBossEvents, EndDragonFight.Data pEndDragonFightData, LevelSettings pSettings, WorldOptions pWorldOptions, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle) -
Uses of MinecraftServer in net.minecraft.world.level.timers
Fields in net.minecraft.world.level.timers with type parameters of type MinecraftServerModifier and TypeFieldDescriptionstatic final TimerCallbacks<MinecraftServer> TimerCallbacks.SERVER_CALLBACKSMethods in net.minecraft.world.level.timers with parameters of type MinecraftServerModifier and TypeMethodDescriptionvoidFunctionCallback.handle(MinecraftServer pObj, TimerQueue<MinecraftServer> pManager, long pGameTime) voidFunctionTagCallback.handle(MinecraftServer pObj, TimerQueue<MinecraftServer> pManager, long pGameTime) Method parameters in net.minecraft.world.level.timers with type arguments of type MinecraftServerModifier and TypeMethodDescriptionvoidFunctionCallback.handle(MinecraftServer pObj, TimerQueue<MinecraftServer> pManager, long pGameTime) voidFunctionTagCallback.handle(MinecraftServer pObj, TimerQueue<MinecraftServer> pManager, long pGameTime) -
Uses of MinecraftServer in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return MinecraftServer -
Uses of MinecraftServer in net.neoforged.neoforge.common.util
Fields in net.neoforged.neoforge.common.util with type parameters of type MinecraftServerModifier and TypeFieldDescriptionprivate static Supplier<MinecraftServer> LogicalSidedProvider.serverprivate final Function<Supplier<MinecraftServer>, T> LogicalSidedProvider.serverSideMethods in net.neoforged.neoforge.common.util that return MinecraftServerMethod parameters in net.neoforged.neoforge.common.util with type arguments of type MinecraftServerModifier and TypeMethodDescriptionstatic voidLogicalSidedProvider.setServer(Supplier<MinecraftServer> server) Constructors in net.neoforged.neoforge.common.util with parameters of type MinecraftServer -
Uses of MinecraftServer in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type MinecraftServerModifier and TypeMethodDescriptionstatic voidEventHooks.fireServerTickPost(BooleanSupplier haveTime, MinecraftServer server) FiresServerTickEvent.Post.static voidEventHooks.fireServerTickPre(BooleanSupplier haveTime, MinecraftServer server) FiresServerTickEvent.Pre. -
Uses of MinecraftServer in net.neoforged.neoforge.event.server
Fields in net.neoforged.neoforge.event.server declared as MinecraftServerMethods in net.neoforged.neoforge.event.server that return MinecraftServerConstructors in net.neoforged.neoforge.event.server with parameters of type MinecraftServerModifierConstructorDescriptionServerLifecycleEvent(MinecraftServer server) ServerStartedEvent(MinecraftServer server) ServerStartingEvent(MinecraftServer server) ServerStoppedEvent(MinecraftServer server) ServerStoppingEvent(MinecraftServer server) -
Uses of MinecraftServer in net.neoforged.neoforge.event.tick
Fields in net.neoforged.neoforge.event.tick declared as MinecraftServerMethods in net.neoforged.neoforge.event.tick that return MinecraftServerConstructors in net.neoforged.neoforge.event.tick with parameters of type MinecraftServerModifierConstructorDescriptionPost(BooleanSupplier haveTime, MinecraftServer server) Pre(BooleanSupplier haveTime, MinecraftServer server) protectedServerTickEvent(BooleanSupplier hasTime, MinecraftServer server) -
Uses of MinecraftServer in net.neoforged.neoforge.server
Fields in net.neoforged.neoforge.server declared as MinecraftServerModifier and TypeFieldDescriptionprivate static @Nullable MinecraftServerServerLifecycleHooks.currentServerMethods in net.neoforged.neoforge.server that return MinecraftServerModifier and TypeMethodDescriptionstatic @Nullable MinecraftServerServerLifecycleHooks.getCurrentServer()Methods in net.neoforged.neoforge.server with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate static PathServerLifecycleHooks.getServerConfigPath(MinecraftServer server) static voidServerLifecycleHooks.handleServerAboutToStart(MinecraftServer server) static voidServerLifecycleHooks.handleServerStarted(MinecraftServer server) static voidServerLifecycleHooks.handleServerStarting(MinecraftServer server) static voidServerLifecycleHooks.handleServerStopped(MinecraftServer server) static voidServerLifecycleHooks.handleServerStopping(MinecraftServer server) private static voidLanguageHook.loadLanguage(String langName, MinecraftServer server) (package private) static voidLanguageHook.loadModLanguages(MinecraftServer server) private static voidServerLifecycleHooks.runModifiers(MinecraftServer server) -
Uses of MinecraftServer in net.neoforged.neoforge.server.command
Methods in net.neoforged.neoforge.server.command with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate static ComponentTPSCommand.createComponent(MinecraftServer server, @Nullable ServerLevel dimension) -
Uses of MinecraftServer in net.neoforged.neoforge.server.command.generation
Fields in net.neoforged.neoforge.server.command.generation declared as MinecraftServer