Uses of Class
net.minecraft.server.MinecraftServer
Packages that use MinecraftServer
Package
Description
-
Uses of MinecraftServer in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as MinecraftServerConstructors in net.minecraft.entity.player with parameters of type MinecraftServerModifierConstructorDescriptionServerPlayerEntity(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile, ServerPlayerInteractionManager interactionManager) -
Uses of MinecraftServer in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as MinecraftServerConstructors in net.minecraft.scoreboard with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.server
Fields in net.minecraft.server declared as MinecraftServerModifier and TypeFieldDescriptionprivate static MinecraftServerMinecraftServer.instanceprivate final MinecraftServerPlayerManager.serverprivate final MinecraftServerServerNetworkIo.serverMethods in net.minecraft.server that return MinecraftServerModifier and TypeMethodDescriptionstatic MinecraftServerMinecraftServer.getServer()PlayerManager.getServer()ServerNetworkIo.getServer()Methods in net.minecraft.server with parameters of type MinecraftServerModifier and TypeMethodDescriptionstatic booleanServerConfigHandler.convertBannedIps(MinecraftServer server) static booleanServerConfigHandler.convertBannedPlayers(MinecraftServer server) static booleanServerConfigHandler.convertOperators(MinecraftServer server) static booleanServerConfigHandler.convertWhitelist(MinecraftServer server) private static voidServerConfigHandler.lookupProfile(MinecraftServer server, Collection<String> bannedPlayers, com.mojang.authlib.ProfileLookupCallback callback) Constructors in net.minecraft.server with parameters of type MinecraftServerModifierConstructorDescriptionPlayerManager(MinecraftServer server) ServerNetworkIo(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.dedicated.gui
Fields in net.minecraft.server.dedicated.gui declared as MinecraftServerModifier and TypeFieldDescriptionprivate MinecraftServerPlayerListGui.serverprivate final MinecraftServerPlayerStatsGui.serverConstructors in net.minecraft.server.dedicated.gui with parameters of type MinecraftServerModifierConstructorDescriptionPlayerListGui(MinecraftServer minecraftServer) PlayerStatsGui(MinecraftServer minecraftServer) -
Uses of MinecraftServer in net.minecraft.server.integrated
Subclasses of MinecraftServer in net.minecraft.server.integrated -
Uses of MinecraftServer in net.minecraft.server.network
Fields in net.minecraft.server.network declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerIntegratedServerHandshakeNetworkHandler.serverprivate final MinecraftServerServerHandshakeNetworkHandler.serverprivate final MinecraftServerServerLoginNetworkHandler.serverprivate final MinecraftServerServerPlayNetworkHandler.serverprivate final MinecraftServerServerQueryNetworkHandler.serverConstructors in net.minecraft.server.network with parameters of type MinecraftServerModifierConstructorDescriptionIntegratedServerHandshakeNetworkHandler(MinecraftServer server, ClientConnection connection) ServerHandshakeNetworkHandler(MinecraftServer minecraftServer, ClientConnection clientConnection) ServerLoginNetworkHandler(MinecraftServer minecraftServer, ClientConnection clientConnection) ServerPlayNetworkHandler(MinecraftServer server, ClientConnection connection, ServerPlayerEntity player) ServerQueryNetworkHandler(MinecraftServer minecraftServer, ClientConnection clientConnection) -
Uses of MinecraftServer in net.minecraft.server.world
Fields in net.minecraft.server.world declared as MinecraftServerModifier and TypeFieldDescriptionprivate final MinecraftServerServerWorld.serverprivate MinecraftServerServerWorldManager.serverMethods in net.minecraft.server.world that return MinecraftServerConstructors in net.minecraft.server.world with parameters of type MinecraftServerModifierConstructorDescriptionServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) ServerWorldManager(MinecraftServer server, ServerWorld world) -
Uses of MinecraftServer in net.minecraft.stat
Fields in net.minecraft.stat declared as MinecraftServerConstructors in net.minecraft.stat with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.util
Fields in net.minecraft.util declared as MinecraftServerMethods in net.minecraft.util with parameters of type MinecraftServerModifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfileUserCache.method_8188(MinecraftServer minecraftServer, String string) Constructors in net.minecraft.util with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.world
Constructors in net.minecraft.world with parameters of type MinecraftServerModifierConstructorDescriptionDemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) MultiServerWorld(MinecraftServer server, SaveHandler saveHandler, int id, ServerWorld world, Profiler profiler)