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()Constructors in net.minecraft.server with parameters of type MinecraftServerModifierConstructorDescriptionclass_739(MinecraftServer minecraftServer, String string) PlayerManager(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 minecraftServer, SaveHandler saveHandler, String string, int int2, LevelInfo levelInfo, 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
Constructors in net.minecraft.util with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.util.crash.provider.server
Constructors in net.minecraft.util.crash.provider.server with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.world
Constructors in net.minecraft.world with parameters of type MinecraftServerModifierConstructorDescriptionDemoServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, String string, int int2, Profiler profiler) MultiServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, String string, int int2, LevelInfo levelInfo, ServerWorld serverWorld, Profiler profiler)