Uses of Class
net.minecraft.server.world.ServerWorld
Packages that use ServerWorld
Package
Description
-
Uses of ServerWorld in net.minecraft
Fields in net.minecraft declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldclass_2782.class_2783.field_13196private final ServerWorldclass_2782.serverConstructors in net.minecraft with parameters of type ServerWorldModifierConstructorDescriptionclass_2782(float float2, ServerWorld server, class_2787 class_2787, Entity entity, PlayerEntity playerEntity, DamageSource damageSource) class_2783(ServerWorld serverWorld) -
Uses of ServerWorld in net.minecraft.entity
Fields in net.minecraft.entity declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldEntityTracker.worldprivate final ServerWorldPortalTeleporter.worldMethods in net.minecraft.entity with parameters of type ServerWorldModifier and TypeMethodDescriptionintMobSpawnerHelper.tickSpawners(ServerWorld world, boolean spawnAnimals, boolean spawnMonsters, boolean bool) Constructors in net.minecraft.entity with parameters of type ServerWorldModifierConstructorDescriptionEntityTracker(ServerWorld world) PortalTeleporter(ServerWorld world) -
Uses of ServerWorld in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return ServerWorldConstructors in net.minecraft.entity.player with parameters of type ServerWorldModifierConstructorDescriptionServerPlayerEntity(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile, ServerPlayerInteractionManager interactionManager) -
Uses of ServerWorld in net.minecraft.network.packet.c2s.play
Methods in net.minecraft.network.packet.c2s.play with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.server
Fields in net.minecraft.server declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldDragonRespawnAnimation.worldprivate final ServerWorldPlayerWorldManager.worldMinecraftServer.worldsMethods in net.minecraft.server that return ServerWorldMethods in net.minecraft.server with parameters of type ServerWorldModifier and TypeMethodDescriptionintMinecraftServer.method_12834(ServerWorld serverWorld) voidPlayerManager.method_1986(ServerPlayerEntity player, ServerWorld world) voidPlayerManager.method_4399(Entity entity, int int2, ServerWorld serverWorld, ServerWorld serverWorld2) abstract voidDragonRespawnAnimationStatus.play(ServerWorld world, DragonRespawnAnimation battle, List<EndCrystalEntity> crystals, int animationTicks, BlockPos pos) voidPlayerManager.sendWorldInfo(ServerPlayerEntity player, ServerWorld world) voidPlayerManager.setMainWorld(ServerWorld[] world) Constructors in net.minecraft.server with parameters of type ServerWorldModifierConstructorDescriptionDragonRespawnAnimation(ServerWorld world, NbtCompound tag) PlayerWorldManager(ServerWorld world) -
Uses of ServerWorld in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerWorldModifier and TypeMethodDescriptionvoidServerPlayerInteractionManager.setWorld(ServerWorld world) -
Uses of ServerWorld in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ServerWorldConstructors in net.minecraft.server.world with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.world
Subclasses of ServerWorld in net.minecraft.worldFields in net.minecraft.world declared as ServerWorldConstructors in net.minecraft.world with parameters of type ServerWorldModifierConstructorDescriptionMultiServerWorld(MinecraftServer server, SaveHandler saveHandler, int id, ServerWorld world, Profiler profiler) -
Uses of ServerWorld in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ServerWorldConstructors in net.minecraft.world.chunk with parameters of type ServerWorldModifierConstructorDescriptionServerChunkProvider(ServerWorld world, ChunkStorage chunkWriter, ChunkGenerator generator)