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_426.field_1687private MinecraftServerclass_481.field_1978private MinecraftServerclass_488.field_2006private MinecraftServerclass_167.field_2132private MinecraftServerclass_72.field_267private MinecraftServerclass_73.field_276private 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, class_73 class_73) class_166(MinecraftServer minecraftServer) class_167(MinecraftServer minecraftServer, int int2, int int3) class_284(MinecraftServer minecraftServer) class_426(MinecraftServer minecraftServer) class_481(MinecraftServer minecraftServer) class_488(MinecraftServer minecraftServer, int int2) class_72(MinecraftServer minecraftServer, class_73 class_73) class_73(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2) 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, class_70 class_70) -
Uses of MinecraftServer in net.minecraft.server
Constructors in net.minecraft.server with parameters of type MinecraftServer -
Uses of MinecraftServer in net.minecraft.server.network
Fields in net.minecraft.server.network declared as MinecraftServerModifier and TypeFieldDescriptionprivate MinecraftServerServerPlayNetworkHandler.field_919private MinecraftServerServerLoginNetworkHandler.serverConstructors in net.minecraft.server.network with parameters of type MinecraftServerModifierConstructorDescriptionServerLoginNetworkHandler(MinecraftServer server, Socket socket, String string) ServerPlayNetworkHandler(MinecraftServer server, Connection connection, ServerPlayerEntity serverPlayerEntity)