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_3603.field_17517private final ServerWorldclass_3915.field_19278private final ServerWorldclass_2782.serverMethods in net.minecraft that return ServerWorldMethods in net.minecraft with parameters of type ServerWorldModifier and TypeMethodDescriptionvoidclass_3210.class_3211.method_14329(ServerWorld serverWorld, double double2, double double3, double double4) voidclass_3218.class_3219.method_14358(ServerWorld serverWorld, Vec3d vec3d, double double2, double double3, double double4) voidclass_3222.class_3223.method_14373(BlockState blockState, BlockPos blockPos, ServerWorld serverWorld, ItemStack itemStack) booleanclass_3210.class_3613.method_16490(ServerWorld serverWorld, double double2, double double3, double double4) booleanclass_3218.class_3696.method_16633(ServerWorld serverWorld, Vec3d vec3d, double double2, double double3, double double4) booleanclass_3222.class_3704.method_16663(BlockState blockState, BlockPos blockPos, ServerWorld serverWorld, ItemStack itemStack) class_3915.method_17460(ServerWorld serverWorld) booleanclass_4213.method_19039(ServerWorld serverWorld, BlockPos blockPos, int int2) private voidclass_4317.method_19733(List<Entity> list, ServerWorld serverWorld, Vec3d vec3d, Predicate<Entity> predicate) private static OptionalIntclass_4419.method_20709(ServerWorld serverWorld, BlockPos blockPos, BlockPos blockPos2, BlockPos blockPos3, boolean bool) private static voidclass_4431.method_21016(Vec2f vec2f, double double2, ServerWorld serverWorld, Random random, double double3, double double4, double double5, double double6, class_4431.class_1598[] class_1598, boolean bool) private static doubleclass_4431.method_21021(Collection<? extends Entity> collection, ServerWorld serverWorld, class_4431.class_1598[] class_1598, boolean bool) Constructors in net.minecraft with parameters of type ServerWorldModifierConstructorDescriptionclass_2782(float float2, ServerWorld serverWorld, class_2787 class_2787, Entity entity, PlayerEntity playerEntity, DamageSource damageSource, BlockPos blockPos) class_2783(ServerWorld serverWorld) class_3603(ServerWorld serverWorld, Predicate<T> predicate, Function<T, Identifier> function, Function<Identifier, T> function2, Consumer<TickableEntry<T>> consumer) class_3915(class_3893 class_3893, Vec3d vec3d, Vec2f vec2f, ServerWorld serverWorld, int int2, String string, Text text, MinecraftServer minecraftServer, Entity entity) protectedclass_3915(class_3893 class_3893, Vec3d vec3d, Vec2f vec2f, ServerWorld serverWorld, int int2, String string, Text text, MinecraftServer minecraftServer, Entity entity, boolean bool, com.mojang.brigadier.ResultConsumer<class_3915> resultConsumer, class_4048.class_4049 class_4049) -
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 ServerWorldMethods in net.minecraft.entity.player with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate voidServerPlayerEntity.method_21281(ServerWorld serverWorld) voidServerPlayerEntity.method_21282(ServerWorld serverWorld, double double2, double double3, double double4, float float2, float float3) Constructors 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.entity.vehicle
Methods in net.minecraft.entity.vehicle that return ServerWorld -
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.worldFields in net.minecraft.server with type parameters of type ServerWorldModifier and TypeFieldDescriptionprivate final Map<DimensionType,ServerWorld> MinecraftServer.field_21613Methods in net.minecraft.server that return ServerWorldModifier and TypeMethodDescriptionPlayerWorldManager.getWorld()MinecraftServer.method_20312(DimensionType dimensionType) Methods in net.minecraft.server that return types with arguments of type 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_21387(ServerWorld serverWorld) voidPlayerManager.method_4399(Entity entity, DimensionType dimensionType, ServerWorld serverWorld, ServerWorld serverWorld2) abstract voidDragonRespawnAnimationStatus.play(ServerWorld world, DragonRespawnAnimation battle, List<EndCrystalEntity> crystals, int animationTicks, BlockPos pos) voidPlayerManager.sendWorldInfo(ServerPlayerEntity player, 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.command
Methods in net.minecraft.server.command with parameters of type ServerWorldModifier and TypeMethodDescriptionSetBlockCommand.class_4427.filter(BlockBox blockBox, BlockPos blockPos, class_4213 class_4213, ServerWorld serverWorld) private static voidTeleportCommand.method_21104(class_3915 class_3915, Entity entity, ServerWorld serverWorld, double double2, double double3, double double4, Set<PlayerPositionLookS2CPacket.Flag> set, float float2, float float3, TeleportCommand.class_4434 class_4434) private static intTeleportCommand.method_21106(class_3915 class_3915, Collection<? extends Entity> collection, ServerWorld serverWorld, class_4261 class_4261, class_4261 class_42612, TeleportCommand.class_4434 class_4434) private static intTimeCommand.method_21125(ServerWorld serverWorld) -
Uses of ServerWorld in net.minecraft.server.dedicated.command
Methods in net.minecraft.server.dedicated.command with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate static booleanSaveAllCommand.method_20935(ServerWorld serverWorld, boolean bool) -
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 ServerWorldMethods in net.minecraft.server.world that return ServerWorldConstructors in net.minecraft.server.world with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.util.json
Methods in net.minecraft.util.json with parameters of type ServerWorldModifier and TypeMethodDescriptionbooleanLocationJson.method_14322(ServerWorld world, double x, double y, double z) booleanLocationJson.method_14323(ServerWorld world, float x, float y, float z) -
Uses of ServerWorld in net.minecraft.world
Subclasses of ServerWorld in net.minecraft.worldMethods in net.minecraft.world that return ServerWorldConstructors in net.minecraft.world with parameters of type ServerWorldModifierConstructorDescriptionMultiServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, DimensionType dimensionType, ServerWorld serverWorld, 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 serverWorld, ChunkStorage chunkStorage, ChunkGenerator<?> chunkGenerator, ThreadExecutor threadExecutor)