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 source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, String textName, Component displayName, MinecraftServer server, @Nullable Entity entity) privateCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, String textName, Component displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, CommandResultCallback resultCallback, EntityAnchorArgument.Anchor anchor, CommandSigningContext signingContext, TaskChainer chatMessageChainer) -
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.serverFields in net.minecraft.server with type parameters of type MinecraftServerModifier and TypeFieldDescriptionprivate final TimerQueue<MinecraftServer> MinecraftServer.scheduledEventsMethods in net.minecraft.server with type parameters of type MinecraftServerMethods in net.minecraft.server that return types with arguments of type MinecraftServerConstructors in net.minecraft.server with parameters of type MinecraftServerModifierConstructorDescriptionServerFunctionManager(MinecraftServer server, ServerFunctionLibrary library) ServerScoreboard(MinecraftServer server) ServerTickRateManager(MinecraftServer server) -
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 serverHost, int serverPort, MinecraftServer server) -
Uses of MinecraftServer in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate static @Nullable ServerConfigurationPacketListenerImplDebugConfigCommand.findConfigPlayer(MinecraftServer server, UUID target) DebugConfigCommand.getUuidsInConfig(MinecraftServer server) private static voidPerfCommand.saveResults(CommandSourceStack source, Path report, MinecraftServer server) -
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 server) StatsComponent(MinecraftServer server) -
Uses of MinecraftServer in net.minecraft.server.jsonrpc.internalapi
Fields in net.minecraft.server.jsonrpc.internalapi declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerMinecraftOperatorListServiceImpl.minecraftServerprivate final MinecraftServerMinecraftBanListServiceImpl.serverConstructors in net.minecraft.server.jsonrpc.internalapi with parameters of type MinecraftServerModifierConstructorDescriptionMinecraftBanListServiceImpl(MinecraftServer server, JsonRpcLogger jsonrpcLogger) MinecraftOperatorListServiceImpl(MinecraftServer minecraftServer, JsonRpcLogger jsonrpcLogger) -
Uses of MinecraftServer in net.minecraft.server.level
Fields in net.minecraft.server.level declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerServerLevel.serverprivate final MinecraftServerServerPlayer.serverMethods in net.minecraft.server.level that return MinecraftServerModifier and TypeMethodDescriptionServerLevel.getServer()@Nullable MinecraftServerWorldGenRegion.getServer()Constructors in net.minecraft.server.level with parameters of type MinecraftServerModifierConstructorDescriptionServerLevel(MinecraftServer server, Executor executor, LevelStorageSource.LevelStorageAccess levelStorage, ServerLevelData levelData, ResourceKey<Level> dimension, LevelStem levelStem, boolean isDebug, long biomeZoomSeed, List<CustomSpawner> customSpawners, boolean tickTime) ServerPlayer(MinecraftServer server, ServerLevel level, com.mojang.authlib.GameProfile gameProfile, ClientInformation clientInformation) -
Uses of MinecraftServer in net.minecraft.server.network
Fields in net.minecraft.server.network declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerMemoryServerHandshakePacketListenerImpl.serverprotected final MinecraftServerServerCommonPacketListenerImpl.serverprivate final MinecraftServerServerConnectionListener.serverReference to the MinecraftServer object.private final MinecraftServerServerHandshakePacketListenerImpl.serverprivate final MinecraftServerServerLoginPacketListenerImpl.serverMethods in net.minecraft.server.network that return MinecraftServerConstructors in net.minecraft.server.network with parameters of type MinecraftServerModifierConstructorDescriptionMemoryServerHandshakePacketListenerImpl(MinecraftServer server, Connection connection) ServerCommonPacketListenerImpl(MinecraftServer server, Connection connection, CommonListenerCookie cookie) ServerConfigurationPacketListenerImpl(MinecraftServer server, Connection connection, CommonListenerCookie cookie) ServerGamePacketListenerImpl(MinecraftServer server, Connection connection, ServerPlayer player, CommonListenerCookie cookie) ServerHandshakePacketListenerImpl(MinecraftServer server, Connection connection) ServerLoginPacketListenerImpl(MinecraftServer minecraftserver, Connection connection, boolean transferred) -
Uses of MinecraftServer in net.minecraft.server.network.config
Fields in net.minecraft.server.network.config declared as MinecraftServerConstructors in net.minecraft.server.network.config with parameters of type MinecraftServer -
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 TypeMethodDescriptionstatic booleanOldUsersConverter.convertIpBanlist(MinecraftServer server) static @Nullable UUIDOldUsersConverter.convertMobOwnerIfNecessary(MinecraftServer server, String owner) static booleanOldUsersConverter.convertOpsList(MinecraftServer server) static booleanOldUsersConverter.convertUserBanlist(MinecraftServer server) static booleanOldUsersConverter.convertWhiteList(MinecraftServer server) private static voidOldUsersConverter.lookupPlayers(MinecraftServer server, Collection<String> names, com.mojang.authlib.ProfileLookupCallback callback) Constructors in net.minecraft.server.players with parameters of type MinecraftServerModifierConstructorDescriptionPlayerList(MinecraftServer server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerIo, NotificationService notificationService) -
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
Constructors in net.minecraft.stats with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.util.debug
Fields in net.minecraft.util.debug declared as MinecraftServerConstructors in net.minecraft.util.debug 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 server) 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.clock
Fields in net.minecraft.world.clock declared as MinecraftServerMethods in net.minecraft.world.clock with parameters of type MinecraftServerModifier and TypeMethodDescriptionvoidServerClockManager.init(MinecraftServer server) ServerClockManager.ClockInstance.packNetworkState(MinecraftServer server) -
Uses of MinecraftServer in net.minecraft.world.level
Methods in net.minecraft.world.level that return MinecraftServerModifier and TypeMethodDescription@Nullable MinecraftServerLevel.getServer()@Nullable MinecraftServerLevelAccessor.getServer() -
Uses of MinecraftServer in net.minecraft.world.level.gamerules
Methods in net.minecraft.world.level.gamerules with parameters of type MinecraftServerModifier and TypeMethodDescription<T> voidGameRules.set(GameRule<T> gameRule, T value, @Nullable MinecraftServer server) voidGameRules.setAll(GameRuleMap gameRulesMap, @Nullable MinecraftServer server) voidGameRules.setAll(GameRules other, @Nullable MinecraftServer server) private <T> voidGameRules.setFromOther(GameRuleMap gameRulesMap, GameRule<T> gameRule, @Nullable MinecraftServer server) -
Uses of MinecraftServer in net.minecraft.world.level.timers
Classes in net.minecraft.world.level.timers that implement interfaces with type arguments of type MinecraftServerFields in net.minecraft.world.level.timers with type parameters of type MinecraftServerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TimerQueue<MinecraftServer>> TimerQueue.CODECstatic final TimerCallbacks<MinecraftServer> TimerCallbacks.SERVER_CALLBACKSstatic final SavedDataType<TimerQueue<MinecraftServer>> TimerQueue.TYPEMethods in net.minecraft.world.level.timers with parameters of type MinecraftServerModifier and TypeMethodDescriptionvoidFunctionCallback.handle(MinecraftServer server, TimerQueue<MinecraftServer> queue, long time) voidFunctionTagCallback.handle(MinecraftServer server, TimerQueue<MinecraftServer> queue, long time) Method parameters in net.minecraft.world.level.timers with type arguments of type MinecraftServerModifier and TypeMethodDescriptionvoidFunctionCallback.handle(MinecraftServer server, TimerQueue<MinecraftServer> queue, long time) voidFunctionTagCallback.handle(MinecraftServer server, TimerQueue<MinecraftServer> queue, long time) -
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
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.static <T> voidEventHooks.onGameRuleChanged(MinecraftServer server, GameRule<T> gameRule, T newValue) -
Uses of MinecraftServer in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as MinecraftServerMethods in net.neoforged.neoforge.event.level that return MinecraftServerConstructors in net.neoforged.neoforge.event.level with parameters of type MinecraftServerModifierConstructorDescription<T>GameRuleChangedEvent(MinecraftServer server, GameRule<T> gameRule, T newValue) -
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.network
Methods in net.neoforged.neoforge.network with parameters of type MinecraftServerModifier and TypeMethodDescriptionstatic voidConfigSync.syncPendingConfigs(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