Uses of Class
net.minecraft.server.MinecraftServer
Packages that use MinecraftServer
Package
Description
-
Uses of MinecraftServer in net.minecraft
Fields in net.minecraft declared as MinecraftServerModifier and TypeFieldDescriptionprivate MinecraftServerclass_284.field_1135private MinecraftServerclass_481.field_1978private MinecraftServerclass_488.field_2006private MinecraftServerclass_167.field_2132private MinecraftServerclass_72.field_267private MinecraftServerclass_166.field_579class_9.serverMethods in net.minecraft with parameters of type MinecraftServerModifier and TypeMethodDescriptionstatic voidclass_481.method_1651(MinecraftServer minecraftServer) Constructors in net.minecraft with parameters of type MinecraftServerModifierConstructorDescriptionclass_120(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2, ServerWorld serverWorld) class_166(MinecraftServer minecraftServer) class_167(MinecraftServer minecraftServer, int int2, int int3) class_284(MinecraftServer minecraftServer) class_481(MinecraftServer minecraftServer) class_488(MinecraftServer minecraftServer, int int2) class_72(MinecraftServer minecraftServer, ServerWorld serverWorld) class_9(MinecraftServer minecraftServer, InetAddress inetAddress, int int2) -
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, World world, String name, ServerPlayerInteractionManager interactionManager) -
Uses of MinecraftServer in net.minecraft.server
Constructors in net.minecraft.server with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.server.command
Fields in net.minecraft.server.command declared as MinecraftServerConstructors in net.minecraft.server.command with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.server.network
Fields in net.minecraft.server.network declared as MinecraftServerModifier and TypeFieldDescriptionprivate MinecraftServerServerLoginNetworkHandler.serverprivate MinecraftServerServerPlayNetworkHandler.serverConstructors in net.minecraft.server.network with parameters of type MinecraftServerModifierConstructorDescriptionServerLoginNetworkHandler(MinecraftServer server, Socket socket, String string) ServerPlayNetworkHandler(MinecraftServer server, Connection connection, ServerPlayerEntity player) -
Uses of MinecraftServer in net.minecraft.world
Fields in net.minecraft.world declared as MinecraftServerConstructors in net.minecraft.world with parameters of type MinecraftServerModifierConstructorDescriptionServerWorld(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2)