Uses of Class
net.minecraft.world.server.ServerWorld
Packages that use ServerWorld
Package
Description
-
Uses of ServerWorld in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type ServerWorldModifier and TypeMethodDescriptionbooleanBlockPredicate.matches(ServerWorld p_226238_1_, BlockPos p_226238_2_) booleanDamageSourcePredicate.matches(ServerWorld p_217952_1_, Vector3d p_217952_2_, DamageSource p_217952_3_) booleanEntityPredicate.matches(ServerWorld p_217993_1_, Vector3d p_217993_2_, Entity p_217993_3_) booleanFluidPredicate.matches(ServerWorld p_226649_1_, BlockPos p_226649_2_) booleanLightPredicate.matches(ServerWorld p_226858_1_, BlockPos p_226858_2_) booleanLocationPredicate.matches(ServerWorld p_193452_1_, double p_193452_2_, double p_193452_4_, double p_193452_6_) booleanLocationPredicate.matches(ServerWorld p_193453_1_, float p_193453_2_, float p_193453_3_, float p_193453_4_) booleanNetherTravelTrigger.Instance.matches(ServerWorld p_193206_1_, Vector3d p_193206_2_, double p_193206_3_, double p_193206_5_, double p_193206_7_) booleanPlacedBlockTrigger.Instance.matches(BlockState p_193210_1_, BlockPos p_193210_2_, ServerWorld p_193210_3_, ItemStack p_193210_4_) booleanPositionTrigger.Instance.matches(ServerWorld p_193204_1_, double p_193204_2_, double p_193204_4_, double p_193204_6_) booleanRightClickBlockWithItemTrigger.Instance.matches(BlockState p_226700_1_, ServerWorld p_226700_2_, BlockPos p_226700_3_, ItemStack p_226700_4_) -
Uses of ServerWorld in net.minecraft.block
Methods in net.minecraft.block with parameters of type ServerWorldModifier and TypeMethodDescriptionvoidSaplingBlock.advanceTree(ServerWorld p_226942_1_, BlockPos p_226942_2_, BlockState p_226942_3_, Random p_226942_4_) static PortalInfoPortalSize.createPortalInfo(ServerWorld p_242963_0_, TeleportationRepositioner.Result p_242963_1_, Direction.Axis p_242963_2_, Vector3d p_242963_3_, EntitySize p_242963_4_, Vector3d p_242963_5_, float p_242963_6_, float p_242963_7_) protected voidDispenserBlock.dispenseFrom(ServerWorld p_176439_1_, BlockPos p_176439_2_) protected voidDropperBlock.dispenseFrom(ServerWorld p_176439_1_, BlockPos p_176439_2_) Block.getDrops(BlockState p_220070_0_, ServerWorld p_220070_1_, BlockPos p_220070_2_, TileEntity p_220070_3_) Block.getDrops(BlockState p_220077_0_, ServerWorld p_220077_1_, BlockPos p_220077_2_, TileEntity p_220077_3_, Entity p_220077_4_, ItemStack p_220077_5_) booleanMushroomBlock.growMushroom(ServerWorld p_226940_1_, BlockPos p_226940_2_, BlockState p_226940_3_, Random p_226940_4_) static BlockStateComposterBlock.insertItem(BlockState p_235486_0_, ServerWorld p_235486_1_, ItemStack p_235486_2_, BlockPos p_235486_3_) voidAbstractBodyPlantBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidAbstractTopPlantBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidBambooBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidBambooSaplingBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidCocoaBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidCropsBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidFungusBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidGrassBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidIGrowable.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidMushroomBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidNetherrackBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidNyliumBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidSaplingBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidSeaGrassBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidSeaPickleBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidStemBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidSweetBerryBushBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidTallFlowerBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidTallGrassBlock.performBonemeal(ServerWorld p_225535_1_, Random p_225535_2_, BlockPos p_225535_3_, BlockState p_225535_4_) voidBlock.popExperience(ServerWorld p_180637_1_, BlockPos p_180637_2_, int p_180637_3_) voidAbstractBlock.AbstractBlockState.randomTick(ServerWorld p_227034_1_, BlockPos p_227034_2_, Random p_227034_3_) voidAbstractBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) Deprecated.voidAbstractTopPlantBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidBambooBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidBambooSaplingBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidBeetrootBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidCactusBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidChorusFlowerBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidCocoaBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidCropsBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidFarmlandBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidFlowingFluidBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidFrostedIceBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidIceBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidLeavesBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidMagmaBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidMushroomBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidNetherPortalBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidNetherWartBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidNyliumBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidRedstoneOreBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidSaplingBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidSnowBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidSpreadableSnowyDirtBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidStairsBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidStemBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidSugarCaneBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidSweetBerryBushBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidTurtleEggBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidVineBlock.randomTick(BlockState p_225542_1_, ServerWorld p_225542_2_, BlockPos p_225542_3_, Random p_225542_4_) voidAbstractBlock.AbstractBlockState.spawnAfterBreak(ServerWorld p_215706_1_, BlockPos p_215706_2_, ItemStack p_215706_3_) voidAbstractBlock.spawnAfterBreak(BlockState p_220062_1_, ServerWorld p_220062_2_, BlockPos p_220062_3_, ItemStack p_220062_4_) Deprecated.voidOreBlock.spawnAfterBreak(BlockState p_220062_1_, ServerWorld p_220062_2_, BlockPos p_220062_3_, ItemStack p_220062_4_) voidRedstoneOreBlock.spawnAfterBreak(BlockState p_220062_1_, ServerWorld p_220062_2_, BlockPos p_220062_3_, ItemStack p_220062_4_) voidSilverfishBlock.spawnAfterBreak(BlockState p_220062_1_, ServerWorld p_220062_2_, BlockPos p_220062_3_, ItemStack p_220062_4_) voidSpawnerBlock.spawnAfterBreak(BlockState p_220062_1_, ServerWorld p_220062_2_, BlockPos p_220062_3_, ItemStack p_220062_4_) private voidSilverfishBlock.spawnInfestation(ServerWorld p_235505_1_, BlockPos p_235505_2_) voidAbstractBlock.AbstractBlockState.tick(ServerWorld p_227033_1_, BlockPos p_227033_2_, Random p_227033_3_) voidAbstractBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) Deprecated.voidAbstractButtonBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidAbstractPlantBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidAbstractPressurePlateBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidBambooBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidBarrelBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidBubbleColumnBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidCactusBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidChorusFlowerBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidChorusPlantBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidCommandBlockBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidComparatorBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidComposterBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidCoralBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidCoralFinBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidCoralPlantBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidCoralWallFanBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidDetectorRailBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidDispenserBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidFallingBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidFarmlandBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidFireBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidFrostedIceBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidGrassPathBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidLeavesBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidLecternBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidMagmaBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidObserverBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidRedstoneDiodeBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidRedstoneLampBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidRedstoneTorchBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidScaffoldingBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidSoulSandBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidStairsBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidSugarCaneBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidTargetBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidTripWireBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) voidTripWireHookBlock.tick(BlockState p_225534_1_, ServerWorld p_225534_2_, BlockPos p_225534_3_, Random p_225534_4_) private voidStructureBlock.trigger(ServerWorld p_242679_1_, StructureBlockTileEntity p_242679_2_) -
Uses of ServerWorld in net.minecraft.block.trees
Methods in net.minecraft.block.trees with parameters of type ServerWorldModifier and TypeMethodDescriptionbooleanBigTree.growTree(ServerWorld p_230339_1_, ChunkGenerator p_230339_2_, BlockPos p_230339_3_, BlockState p_230339_4_, Random p_230339_5_) booleanTree.growTree(ServerWorld p_230339_1_, ChunkGenerator p_230339_2_, BlockPos p_230339_3_, BlockState p_230339_4_, Random p_230339_5_) booleanBigTree.placeMega(ServerWorld p_235678_1_, ChunkGenerator p_235678_2_, BlockPos p_235678_3_, BlockState p_235678_4_, Random p_235678_5_, int p_235678_6_, int p_235678_7_) -
Uses of ServerWorld in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay that return ServerWorld -
Uses of ServerWorld in net.minecraft.command
Fields in net.minecraft.command declared as ServerWorldMethods in net.minecraft.command that return ServerWorldMethods in net.minecraft.command with parameters of type ServerWorldConstructors in net.minecraft.command with parameters of type ServerWorldModifierConstructorDescriptionCommandSource(ICommandSource p_i49552_1_, Vector3d p_i49552_2_, Vector2f p_i49552_3_, ServerWorld p_i49552_4_, int p_i49552_5_, String p_i49552_6_, ITextComponent p_i49552_7_, MinecraftServer p_i49552_8_, Entity p_i49552_9_) protectedCommandSource(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_) -
Uses of ServerWorld in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return ServerWorldModifier and TypeMethodDescriptionstatic ServerWorldDimensionArgument.getDimension(com.mojang.brigadier.context.CommandContext<CommandSource> p_212592_0_, String p_212592_1_) Methods in net.minecraft.command.arguments with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate voidEntitySelector.addEntities(List<Entity> p_197348_1_, ServerWorld p_197348_2_, Vector3d p_197348_3_, Predicate<Entity> p_197348_4_) booleanBlockStateInput.place(ServerWorld p_197230_1_, BlockPos p_197230_2_, int p_197230_3_) -
Uses of ServerWorld in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate static OptionalIntExecuteCommand.checkRegions(ServerWorld p_198395_0_, BlockPos p_198395_1_, BlockPos p_198395_2_, BlockPos p_198395_3_, boolean p_198395_4_) SetBlockCommand.IFilter.filter(MutableBoundingBox p_filter_1_, BlockPos p_filter_2_, BlockStateInput p_filter_3_, ServerWorld p_filter_4_) private static intTimeCommand.getDayTime(ServerWorld p_198833_0_) private static voidTeleportCommand.performTeleport(CommandSource p_201127_0_, Entity p_201127_1_, ServerWorld p_201127_2_, double p_201127_3_, double p_201127_5_, double p_201127_7_, Set<SPlayerPositionLookPacket.Flags> p_201127_9_, float p_201127_10_, float p_201127_11_, TeleportCommand.Facing p_201127_12_) private static doubleSpreadPlayersCommand.setPlayerPositions(Collection<? extends Entity> p_241072_0_, ServerWorld p_241072_1_, SpreadPlayersCommand.Position[] p_241072_2_, int p_241072_3_, boolean p_241072_4_) private static voidSpreadPlayersCommand.spreadPositions(Vector2f p_241071_0_, double p_241071_1_, ServerWorld p_241071_3_, Random p_241071_4_, double p_241071_5_, double p_241071_7_, double p_241071_9_, double p_241071_11_, int p_241071_13_, SpreadPlayersCommand.Position[] p_241071_14_, boolean p_241071_15_) private static intTeleportCommand.teleportToPos(CommandSource p_200559_0_, Collection<? extends Entity> p_200559_1_, ServerWorld p_200559_2_, ILocationArgument p_200559_3_, ILocationArgument p_200559_4_, TeleportCommand.Facing p_200559_5_) -
Uses of ServerWorld in net.minecraft.dispenser
Fields in net.minecraft.dispenser declared as ServerWorldMethods in net.minecraft.dispenser that return ServerWorldMethods in net.minecraft.dispenser with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate static booleanBeehiveDispenseBehavior.tryShearBeehive(ServerWorld p_239797_0_, BlockPos p_239797_1_) private static booleanBeehiveDispenseBehavior.tryShearLivingEntity(ServerWorld p_239798_0_, BlockPos p_239798_1_) Constructors in net.minecraft.dispenser with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ServerWorldModifier and TypeMethodDescriptionEntity.changeDimension(ServerWorld p_241206_1_) Entity.changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter) EntityType.create(ServerWorld p_220349_1_, CompoundNBT p_220349_2_, ITextComponent p_220349_3_, PlayerEntity p_220349_4_, BlockPos p_220349_5_, SpawnReason p_220349_6_, boolean p_220349_7_, boolean p_220349_8_) protected PortalInfoEntity.findDimensionEntryPoint(ServerWorld p_241829_1_) abstract AgeableEntityAgeableEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) protected Optional<TeleportationRepositioner.Result>Entity.getExitPortal(ServerWorld p_241830_1_, BlockPos p_241830_2_, boolean p_241830_3_) voidEntity.killed(ServerWorld p_241847_1_, LivingEntity p_241847_2_) default voidIAngerable.readPersistentAngerSaveData(ServerWorld p_241358_1_, CompoundNBT p_241358_2_) EntityType.spawn(ServerWorld p_220331_1_, ItemStack p_220331_2_, PlayerEntity p_220331_3_, BlockPos p_220331_4_, SpawnReason p_220331_5_, boolean p_220331_6_, boolean p_220331_7_) EntityType.spawn(ServerWorld p_220342_1_, CompoundNBT p_220342_2_, ITextComponent p_220342_3_, PlayerEntity p_220342_4_, BlockPos p_220342_5_, SpawnReason p_220342_6_, boolean p_220342_7_, boolean p_220342_8_) voidEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) default voidIAngerable.updatePersistentAnger(ServerWorld p_241359_1_, boolean p_241359_2_) -
Uses of ServerWorld in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic SectionPosBrainUtil.findSectionClosestToVillage(ServerWorld p_220617_0_, SectionPos p_220617_1_, int p_220617_2_) private voidBrain.startEachNonRunningBehavior(ServerWorld p_218218_1_, E p_218218_2_) voidBrain.stopAll(ServerWorld p_218227_1_, E p_218227_2_) voidBrain.tick(ServerWorld p_218210_1_, E p_218210_2_) private voidBrain.tickEachRunningBehavior(ServerWorld p_218222_1_, E p_218222_2_) private voidBrain.tickSensors(ServerWorld p_233711_1_, E p_233711_2_) -
Uses of ServerWorld in net.minecraft.entity.ai.brain.sensor
Methods in net.minecraft.entity.ai.brain.sensor with parameters of type ServerWorldModifier and TypeMethodDescriptionprotected voidDummySensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidGolemLastSeenSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidHoglinMobsSensor.doTick(ServerWorld p_212872_1_, HoglinEntity p_212872_2_) protected voidHurtBySensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidMateSensor.doTick(ServerWorld p_212872_1_, AgeableEntity p_212872_2_) protected voidNearestBedSensor.doTick(ServerWorld p_212872_1_, MobEntity p_212872_2_) protected voidNearestLivingEntitiesSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidNearestPlayersSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidPiglinBruteSpecificSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidPiglinMobsSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidSecondaryPositionSensor.doTick(ServerWorld p_212872_1_, VillagerEntity p_212872_2_) protected abstract voidSensor.doTick(ServerWorld p_212872_1_, E p_212872_2_) protected voidVillagerBabiesSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidVillagerHostilesSensor.doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_) protected voidWantedItemsSensor.doTick(ServerWorld p_212872_1_, MobEntity p_212872_2_) HoglinMobsSensor.findNearestRepellent(ServerWorld p_234120_1_, HoglinEntity p_234120_2_) PiglinMobsSensor.findNearestRepellent(ServerWorld p_234126_0_, LivingEntity p_234126_1_) private static booleanPiglinMobsSensor.isValidRepellent(ServerWorld p_241391_0_, BlockPos p_241391_1_) final voidSensor.tick(ServerWorld p_220973_1_, E p_220973_2_) -
Uses of ServerWorld in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type ServerWorldModifier and TypeMethodDescriptionabstract <E extends LivingEntity>
voidMultiTask.RunType.apply(WeightedList<Task<? super E>> p_220630_1_, ServerWorld p_220630_2_, E p_220630_3_, long p_220630_4_) private static booleanInteractWithDoorTask.areOtherMobsComingThroughDoor(ServerWorld p_242295_0_, LivingEntity p_242295_1_, BlockPos p_242295_2_) private booleanExpirePOITask.bedIsOccupied(ServerWorld p_223019_1_, BlockPos p_223019_2_, LivingEntity p_223019_3_) private Optional<VillagerEntity>CreateBabyVillagerTask.breed(ServerWorld p_242307_1_, VillagerEntity p_242307_2_, VillagerEntity p_242307_3_) private static intGiveHeroGiftsTask.calculateTimeUntilNextGift(ServerWorld p_220397_0_) protected booleanAnimalBreedTask.canStillUse(ServerWorld p_212834_1_, AnimalEntity p_212834_2_, long p_212834_3_) protected booleanBoneMealCropsTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanCelebrateRaidVictoryTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanCreateBabyVillagerTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanDummyTask.canStillUse(ServerWorld p_212834_1_, LivingEntity p_212834_2_, long p_212834_3_) protected booleanFarmTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanFindPotentialJobTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanGiveHeroGiftsTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanJumpOnBedTask.canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_) protected booleanLookTask.canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_) protected booleanMultiTask.canStillUse(ServerWorld p_212834_1_, E p_212834_2_, long p_212834_3_) protected booleanPanicTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanRunSometimesTask.canStillUse(ServerWorld p_212834_1_, E p_212834_2_, long p_212834_3_) protected booleanShareItemsTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanShootTargetTask.canStillUse(ServerWorld p_212834_1_, E p_212834_2_, long p_212834_3_) booleanShowWaresTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanSleepAtHomeTask.canStillUse(ServerWorld p_212834_1_, LivingEntity p_212834_2_, long p_212834_3_) protected booleanSpawnGolemTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanSupplementedTask.canStillUse(ServerWorld p_212834_1_, E p_212834_2_, long p_212834_3_) protected booleanSwimTask.canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_) protected booleanTask.canStillUse(ServerWorld p_212834_1_, E p_212834_2_, long p_212834_3_) protected booleanTradeTask.canStillUse(ServerWorld p_212834_1_, VillagerEntity p_212834_2_, long p_212834_3_) protected booleanWalkToTargetTask.canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_) protected booleanAnimalBreedTask.checkExtraStartConditions(ServerWorld p_212832_1_, AnimalEntity p_212832_2_) protected booleanAssignProfessionTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanAttackStrafingTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanAttackTargetTask.checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_) protected booleanBeginRaidTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanBoneMealCropsTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanCelebrateRaidVictoryTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanChangeJobTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanChildFollowNearestAdultTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanCongregateTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanCreateBabyVillagerTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanEndAttackTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanExpirePOITask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanFarmTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanFindHidingPlaceDuringRaidTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanFindHidingPlaceTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) booleanFindInteractionAndLookTargetTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanFindJobTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanFindPotentialJobTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanFindWalkTargetAfterRaidVictoryTask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) protected booleanForgetAttackTargetTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanForgetRaidTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanGatherPOITask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) protected booleanGiveHeroGiftsTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanGoOutsideAfterRaidTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanInteractWithDoorTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanInteractWithEntityTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanJumpOnBedTask.checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_) protected booleanLookAtEntityTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanMoveToSkylightTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanPickupWantedItemTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanPiglinIdleActivityTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanPredicateTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanRideEntityTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanRingBellTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanRunAwayTask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) protected booleanRunSometimesTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanShareItemsTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanShootTargetTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) booleanShowWaresTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanSleepAtHomeTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanSpawnGolemTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanStopRidingEntityTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanSupplementedTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanSwimTask.checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_) protected booleanTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanTradeTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanWakeUpTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanWalkRandomlyInsideTask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) protected booleanWalkToHouseTask.checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_) protected booleanWalkToPOITask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanWalkToTargetTask.checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_) protected booleanWalkToVillagerBabiesTask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) protected booleanWalkTowardsPosTask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) protected booleanWalkTowardsRandomSecondaryPosTask.checkExtraStartConditions(ServerWorld p_212832_1_, VillagerEntity p_212832_2_) protected booleanWorkTask.checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_) static voidInteractWithDoorTask.closeDoorsThatIHaveOpenedOrPassedThrough(ServerWorld p_242294_0_, LivingEntity p_242294_1_, PathPoint p_242294_2_, PathPoint p_242294_3_) private booleanStayNearPointTask.closeEnough(ServerWorld p_220547_1_, VillagerEntity p_220547_2_, GlobalPos p_220547_3_) private voidFarmerWorkTask.compostItems(ServerWorld p_234016_1_, VillagerEntity p_234016_2_, GlobalPos p_234016_3_, BlockState p_234016_4_) final voidTask.doStop(ServerWorld p_220380_1_, E p_220380_2_, long p_220380_3_) private voidWalkToVillagerBabiesTask.fleeFromChaser(ServerWorld p_220508_1_, CreatureEntity p_220508_2_, LivingEntity p_220508_3_) private Vector3dMoveToSkylightTask.getOutdoorPosition(ServerWorld p_220493_1_, LivingEntity p_220493_2_) private BlockPosFarmTask.getValidFarmland(ServerWorld p_223517_1_) private voidCreateBabyVillagerTask.giveBedToChild(ServerWorld p_220477_1_, VillagerEntity p_220477_2_, BlockPos p_220477_3_) static booleanMoveToSkylightTask.hasNoBlocksAbove(ServerWorld p_226306_0_, LivingEntity p_226306_1_, BlockPos p_226306_2_) private booleanJumpOnBedTask.isBed(ServerWorld p_220466_1_, BlockPos p_220466_2_) private static booleanInteractWithDoorTask.isDoorTooFarAway(ServerWorld p_242296_0_, LivingEntity p_242296_1_, GlobalPos p_242296_2_) private static booleanInteractWithDoorTask.isMobComingThroughDoor(ServerWorld p_242300_0_, LivingEntity p_242300_1_, BlockPos p_242300_2_) private booleanJumpOnBedTask.nearBed(ServerWorld p_220469_1_, MobEntity p_220469_2_) private booleanJumpOnBedTask.onBedSurface(ServerWorld p_220465_1_, MobEntity p_220465_2_) private booleanJumpOnBedTask.onOrOverBed(ServerWorld p_220468_1_, MobEntity p_220468_2_) BoneMealCropsTask.pickNextTarget(ServerWorld p_233997_1_, VillagerEntity p_233997_2_) private booleanExpirePOITask.poiDoesntExist(ServerWorld p_223020_1_, BlockPos p_223020_2_) private voidInteractWithDoorTask.rememberDoorToClose(ServerWorld p_242301_1_, LivingEntity p_242301_2_, BlockPos p_242301_3_) private voidRunSometimesTask.resetTicksUntilNextStart(ServerWorld p_233949_1_) private voidFarmerWorkTask.spawnComposterFillEffects(ServerWorld p_242308_1_, BlockState p_242308_2_, BlockPos p_242308_3_, BlockState p_242308_4_) protected voidAnimalBreedTask.start(ServerWorld p_212831_1_, AnimalEntity p_212831_2_, long p_212831_3_) protected voidAssignProfessionTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidAttackStrafingTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidAttackTargetTask.start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_) protected voidBeginRaidTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidBoneMealCropsTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidChangeJobTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidChildFollowNearestAdultTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidClearHurtTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidCongregateTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidCreateBabyVillagerTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidEndAttackTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidExpireHidingTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidExpirePOITask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidFarmTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidFindHidingPlaceTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) voidFindInteractionAndLookTargetTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidFindJobTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidFindNewAttackTargetTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidFindWalkTargetTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidForgetAttackTargetTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidForgetRaidTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidGatherPOITask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidGetAngryTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidGiveHeroGiftsTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidHideFromRaidOnBellRingTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidHuntCelebrationTask.start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_) protected voidInteractWithDoorTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidInteractWithEntityTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidJumpOnBedTask.start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_) protected voidLookAtEntityTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidMoveToSkylightTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidMoveToTargetTask.start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_) protected voidMultiTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidPanicTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidPickupWantedItemTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidPiglinIdleActivityTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidPredicateTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidRandomlyStopAttackingTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidRideEntityTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidRingBellTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidRunAwayTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidRunSometimesTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidShareItemsTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) voidShowWaresTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidSleepAtHomeTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidSpawnGolemTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidStayNearPointTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidStopRidingEntityTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidSupplementedTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidSwitchVillagerJobTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidTradeTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidUpdateActivityTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidWakeUpTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidWalkRandomlyInsideTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidWalkRandomlyTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidWalkToHouseTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidWalkToPOITask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidWalkToTargetTask.start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_) protected voidWalkToVillagerBabiesTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidWalkTowardsLookTargetTask.start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_) protected voidWalkTowardsPosTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidWalkTowardsRandomSecondaryPosTask.start(ServerWorld p_212831_1_, VillagerEntity p_212831_2_, long p_212831_3_) protected voidWorkTask.start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_) protected voidAnimalBreedTask.stop(ServerWorld p_212835_1_, AnimalEntity p_212835_2_, long p_212835_3_) protected voidBoneMealCropsTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidCelebrateRaidVictoryTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidCreateBabyVillagerTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidFarmTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidFindPotentialJobTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidGiveHeroGiftsTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidJumpOnBedTask.stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_) protected voidLookTask.stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_) protected voidMultiTask.stop(ServerWorld p_212835_1_, E p_212835_2_, long p_212835_3_) protected voidRunSometimesTask.stop(ServerWorld p_212835_1_, E p_212835_2_, long p_212835_3_) protected voidShareItemsTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidShootTargetTask.stop(ServerWorld p_212835_1_, E p_212835_2_, long p_212835_3_) voidShowWaresTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidSleepAtHomeTask.stop(ServerWorld p_212835_1_, LivingEntity p_212835_2_, long p_212835_3_) protected voidSupplementedTask.stop(ServerWorld p_212835_1_, E p_212835_2_, long p_212835_3_) protected voidTask.stop(ServerWorld p_212835_1_, E p_212835_2_, long p_212835_3_) protected voidTradeTask.stop(ServerWorld p_212835_1_, VillagerEntity p_212835_2_, long p_212835_3_) protected voidWalkToTargetTask.stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_) CreateBabyVillagerTask.takeVacantBed(ServerWorld p_220479_1_, VillagerEntity p_220479_2_) protected voidAnimalBreedTask.tick(ServerWorld p_212833_1_, AnimalEntity p_212833_2_, long p_212833_3_) protected voidBoneMealCropsTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidCelebrateRaidVictoryTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidCreateBabyVillagerTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidFarmTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidFindPotentialJobTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidGiveHeroGiftsTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidJumpOnBedTask.tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_) protected voidLookTask.tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_) protected voidMultiTask.tick(ServerWorld p_212833_1_, E p_212833_2_, long p_212833_3_) protected voidPanicTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidRunSometimesTask.tick(ServerWorld p_212833_1_, E p_212833_2_, long p_212833_3_) protected voidShareItemsTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidShootTargetTask.tick(ServerWorld p_212833_1_, E p_212833_2_, long p_212833_3_) voidShowWaresTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidSupplementedTask.tick(ServerWorld p_212833_1_, E p_212833_2_, long p_212833_3_) protected voidSwimTask.tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_) protected voidTask.tick(ServerWorld p_212833_1_, E p_212833_2_, long p_212833_3_) protected voidTradeTask.tick(ServerWorld p_212833_1_, VillagerEntity p_212833_2_, long p_212833_3_) protected voidWalkToTargetTask.tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_) final voidTask.tickOrStop(ServerWorld p_220377_1_, E p_220377_2_, long p_220377_3_) private booleanJumpOnBedTask.tiredOfJumping(ServerWorld p_220462_1_, MobEntity p_220462_2_) private booleanStayNearPointTask.tiredOfTryingToFindTarget(ServerWorld p_223017_1_, VillagerEntity p_223017_2_) private booleanJumpOnBedTask.tiredOfWalking(ServerWorld p_220464_1_, MobEntity p_220464_2_) final booleanTask.tryStart(ServerWorld p_220378_1_, E p_220378_2_, long p_220378_3_) private voidCreateBabyVillagerTask.tryToGiveBirth(ServerWorld p_223521_1_, VillagerEntity p_223521_2_, VillagerEntity p_223521_3_) protected voidFarmerWorkTask.useWorkstation(ServerWorld p_230251_1_, VillagerEntity p_230251_2_) protected voidSpawnGolemTask.useWorkstation(ServerWorld p_230251_1_, VillagerEntity p_230251_2_) private booleanBoneMealCropsTask.validPos(BlockPos p_233996_1_, ServerWorld p_233996_2_) private booleanFarmTask.validPos(BlockPos p_223516_1_, ServerWorld p_223516_2_) private booleanStayNearPointTask.wrongDimension(ServerWorld p_242303_1_, GlobalPos p_242303_2_) private voidFindJobTask.yieldJobSite(ServerWorld p_234022_1_, VillagerEntity p_234022_2_, VillagerEntity p_234022_3_, BlockPos p_234022_4_, boolean p_234022_5_) -
Uses of ServerWorld in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type ServerWorldModifier and TypeMethodDescriptionEnderPearlEntity.changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter) ItemEntity.changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter) voidArmorStandEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) voidHangingEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of ServerWorld in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart that return ServerWorldMethods in net.minecraft.entity.item.minecart with parameters of type ServerWorldModifier and TypeMethodDescriptionContainerMinecartEntity.changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter) -
Uses of ServerWorld in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type ServerWorldModifier and TypeMethodDescriptionAbstractVillagerEntity.changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter) VillagerEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) WanderingTraderEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) voidVillagerEntity.gossip(ServerWorld p_242368_1_, VillagerEntity p_242368_2_, long p_242368_3_) voidVillagerEntity.refreshBrain(ServerWorld p_213770_1_) voidVillagerEntity.spawnGolemIfNeeded(ServerWorld p_242367_1_, long p_242367_2_, int p_242367_4_) voidVillagerEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) private IronGolemEntityVillagerEntity.trySpawnGolem(ServerWorld p_213759_1_) -
Uses of ServerWorld in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate voidHoglinEntity.finishConversion(ServerWorld p_234360_1_) private voidZombieVillagerEntity.finishConversion(ServerWorld p_213791_1_) HoglinEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) voidZombieEntity.killed(ServerWorld p_241847_1_, LivingEntity p_241847_2_) voidCreeperEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of ServerWorld in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type ServerWorldModifier and TypeMethodDescriptionprotected booleanAdmireItemTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanForgetAdmiredItemTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanStartAdmiringItemTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected booleanStartHuntTask.checkExtraStartConditions(ServerWorld p_212832_1_, PiglinEntity p_212832_2_) protected booleanStopReachingItemTask.checkExtraStartConditions(ServerWorld p_212832_1_, E p_212832_2_) protected voidAbstractPiglinEntity.finishConversion(ServerWorld p_234416_1_) protected voidPiglinEntity.finishConversion(ServerWorld p_234416_1_) protected voidAdmireItemTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidFinishedHuntTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidForgetAdmiredItemTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidStartAdmiringItemTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidStartHuntTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) protected voidStopReachingItemTask.start(ServerWorld p_212831_1_, E p_212831_2_, long p_212831_3_) -
Uses of ServerWorld in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type ServerWorldModifier and TypeMethodDescriptionBeeEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) CatEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) ChickenEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) CowEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) FoxEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) MooshroomEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) OcelotEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) PandaEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) ParrotEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) PigEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) PolarBearEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) RabbitEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) SheepEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) StriderEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) TurtleEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) WolfEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) voidAnimalEntity.spawnChildFromBreeding(ServerWorld p_234177_1_, AnimalEntity p_234177_2_) voidMooshroomEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) voidPigEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) voidTurtleEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of ServerWorld in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse with parameters of type ServerWorldModifier and TypeMethodDescriptionAbstractHorseEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) DonkeyEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) HorseEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) LlamaEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) MuleEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) SkeletonHorseEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) ZombieHorseEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) -
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 TypeMethodDescriptionServerPlayerEntity.changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter) private voidServerPlayerEntity.createEndPlatform(ServerWorld p_242110_1_, BlockPos p_242110_2_) protected PortalInfoServerPlayerEntity.findDimensionEntryPoint(ServerWorld p_241829_1_) PlayerEntity.findRespawnPositionAndUseSpawnBlock(ServerWorld p_242374_0_, BlockPos p_242374_1_, float p_242374_2_, boolean p_242374_3_, boolean p_242374_4_) private voidServerPlayerEntity.fudgeSpawnLocation(ServerWorld p_205734_1_) protected Optional<TeleportationRepositioner.Result>ServerPlayerEntity.getExitPortal(ServerWorld p_241830_1_, BlockPos p_241830_2_, boolean p_241830_3_) protected static BlockPosSpawnLocationHelper.getOverworldRespawnPos(ServerWorld p_241092_0_, int p_241092_1_, int p_241092_2_, boolean p_241092_3_) static BlockPosSpawnLocationHelper.getSpawnPosInChunk(ServerWorld p_241094_0_, ChunkPos p_241094_1_, boolean p_241094_2_) voidPlayerEntity.killed(ServerWorld p_241847_1_, LivingEntity p_241847_2_) voidServerPlayerEntity.teleportTo(ServerWorld p_200619_1_, double p_200619_2_, double p_200619_4_, double p_200619_6_, float p_200619_8_, float p_200619_9_) private voidServerPlayerEntity.triggerDimensionChangeTriggers(ServerWorld p_213846_1_) Constructors in net.minecraft.entity.player with parameters of type ServerWorldModifierConstructorDescriptionServerPlayerEntity(MinecraftServer p_i45285_1_, ServerWorld p_i45285_2_, com.mojang.authlib.GameProfile p_i45285_3_, PlayerInteractionManager p_i45285_4_) -
Uses of ServerWorld in net.minecraft.item
Methods in net.minecraft.item with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic voidFilledMapItem.renderBiomePreviewMap(ServerWorld p_226642_0_, ItemStack p_226642_1_) private voidFishBucketItem.spawn(ServerWorld p_205357_1_, ItemStack p_205357_2_, BlockPos p_205357_3_) SpawnEggItem.spawnOffspringFromSpawnEgg(PlayerEntity p_234809_1_, MobEntity p_234809_2_, EntityType<? extends MobEntity> p_234809_3_, ServerWorld p_234809_4_, Vector3d p_234809_5_, ItemStack p_234809_6_) -
Uses of ServerWorld in net.minecraft.loot
Fields in net.minecraft.loot declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldLootContext.Builder.levelprivate final ServerWorldLootContext.levelMethods in net.minecraft.loot that return ServerWorldConstructors in net.minecraft.loot with parameters of type ServerWorldModifierConstructorDescriptionBuilder(ServerWorld p_i46993_1_) privateLootContext(Random p_i225885_1_, float p_i225885_2_, ServerWorld p_i225885_3_, Function<ResourceLocation, LootTable> p_i225885_4_, Function<ResourceLocation, ILootCondition> p_i225885_5_, Map<LootParameter<?>, Object> p_i225885_6_, Map<ResourceLocation, LootContext.IDynamicDropProvider> p_i225885_7_) privateLootContext(Random rand, float luckIn, ServerWorld worldIn, Function<ResourceLocation, LootTable> lootTableManagerIn, Function<ResourceLocation, ILootCondition> p_i225885_5_, Map<LootParameter<?>, Object> parametersIn, Map<ResourceLocation, LootContext.IDynamicDropProvider> conditionsIn, ResourceLocation queriedLootTableId) -
Uses of ServerWorld in net.minecraft.network
Methods in net.minecraft.network with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic <T extends INetHandler>
voidPacketThreadUtil.ensureRunningOnSameThread(IPacket<T> p_218796_0_, T p_218796_1_, ServerWorld p_218796_2_) static voidDebugPacketSender.sendGameTestAddMarker(ServerWorld p_229752_0_, BlockPos p_229752_1_, String p_229752_2_, int p_229752_3_, int p_229752_4_) static voidDebugPacketSender.sendGameTestClearPacket(ServerWorld p_229751_0_) private static voidDebugPacketSender.sendPacketToAllPlayers(ServerWorld p_229753_0_, PacketBuffer p_229753_1_, ResourceLocation p_229753_2_) static voidDebugPacketSender.sendPoiAddedPacket(ServerWorld p_218799_0_, BlockPos p_218799_1_) static voidDebugPacketSender.sendPoiPacketsForChunk(ServerWorld p_218802_0_, ChunkPos p_218802_1_) static voidDebugPacketSender.sendPoiRemovedPacket(ServerWorld p_218805_0_, BlockPos p_218805_1_) static voidDebugPacketSender.sendPoiTicketCountPacket(ServerWorld p_218801_0_, BlockPos p_218801_1_) static voidDebugPacketSender.sendRaids(ServerWorld p_222946_0_, Collection<Raid> p_222946_1_) private static voidDebugPacketSender.sendVillageSectionsPacket(ServerWorld p_240840_0_, BlockPos p_240840_1_) -
Uses of ServerWorld in net.minecraft.network.play.client
Methods in net.minecraft.network.play.client with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.server
Fields in net.minecraft.server declared as ServerWorldFields in net.minecraft.server with type parameters of type ServerWorldModifier and TypeFieldDescriptionprivate final Map<RegistryKey<World>,ServerWorld> MinecraftServer.levelsMethods in net.minecraft.server that return ServerWorldModifier and TypeMethodDescriptionMinecraftServer.getLevel(RegistryKey<World> p_71218_1_) private ServerWorld[]MinecraftServer.getWorldArray()final ServerWorldMinecraftServer.overworld()Methods in net.minecraft.server that return types with arguments of type ServerWorldModifier and TypeMethodDescriptionMinecraftServer.forgeGetWorldMap()Deprecated.MinecraftServer.getAllLevels()Methods in net.minecraft.server with parameters of type ServerWorldModifier and TypeMethodDescriptionintMinecraftServer.getSpawnRadius(ServerWorld p_184108_1_) booleanMinecraftServer.isUnderSpawnProtection(ServerWorld p_175579_1_, BlockPos p_175579_2_, PlayerEntity p_175579_3_) private static voidMinecraftServer.setInitialSpawn(ServerWorld p_240786_0_, IServerWorldInfo p_240786_1_, boolean p_240786_2_, boolean p_240786_3_, boolean p_240786_4_) -
Uses of ServerWorld in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type ServerWorldModifier and TypeMethodDescriptionbooleanDedicatedServer.isUnderSpawnProtection(ServerWorld p_175579_1_, BlockPos p_175579_2_, PlayerEntity p_175579_3_) -
Uses of ServerWorld in net.minecraft.server.management
Fields in net.minecraft.server.management declared as ServerWorldMethods in net.minecraft.server.management with parameters of type ServerWorldModifier and TypeMethodDescriptionvoidPlayerList.sendLevelInfo(ServerPlayerEntity p_72354_1_, ServerWorld p_72354_2_) voidPlayerInteractionManager.setLevel(ServerWorld p_73080_1_) voidPlayerList.setLevel(ServerWorld p_212504_1_) private voidPlayerList.updatePlayerGameMode(ServerPlayerEntity p_72381_1_, ServerPlayerEntity p_72381_2_, ServerWorld p_72381_3_) Constructors in net.minecraft.server.management with parameters of type ServerWorldModifierConstructorDescriptionDemoPlayerInteractionManager(ServerWorld p_i50709_1_) PlayerInteractionManager(ServerWorld p_i50702_1_) -
Uses of ServerWorld in net.minecraft.test
Fields in net.minecraft.test declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldTestCommand.Callback.levelprivate final ServerWorldTestExecutor.levelprivate final ServerWorldTestTracker.levelFields in net.minecraft.test with type parameters of type ServerWorldModifier and TypeFieldDescriptionprivate final Consumer<ServerWorld>TestBatch.beforeBatchFunctionprivate static final Map<String,Consumer<ServerWorld>> TestRegistry.beforeBatchFunctionsMethods in net.minecraft.test that return ServerWorldMethods in net.minecraft.test that return types with arguments of type ServerWorldModifier and TypeMethodDescriptionstatic Consumer<ServerWorld>TestRegistry.getBeforeBatchFunction(String p_229536_0_) Methods in net.minecraft.test with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic voidStructureHelper.addCommandBlockAndButtonToStartTest(BlockPos p_240564_0_, BlockPos p_240564_1_, Rotation p_240564_2_, ServerWorld p_240564_3_) static voidTestUtils.clearAllTests(ServerWorld p_229555_0_, BlockPos p_229555_1_, TestCollection p_229555_2_, int p_229555_3_) private static voidStructureHelper.clearBlock(int p_229591_0_, BlockPos p_229591_1_, ServerWorld p_229591_2_) static voidTestUtils.clearMarkers(ServerWorld p_229552_0_) static voidStructureHelper.clearSpaceForStructure(MutableBoundingBox p_229595_0_, int p_229595_1_, ServerWorld p_229595_2_) static voidStructureHelper.createNewEmptyStructureBlock(String p_229603_0_, BlockPos p_229603_1_, BlockPos p_229603_2_, Rotation p_229603_3_, ServerWorld p_229603_4_) private static StructureBlockTileEntityStructureHelper.createStructureBlock(String p_240566_0_, BlockPos p_240566_1_, Rotation p_240566_2_, ServerWorld p_240566_3_, boolean p_240566_4_) private static booleanStructureHelper.doesStructureContain(BlockPos p_229599_0_, BlockPos p_229599_1_, ServerWorld p_229599_2_) static BlockPosStructureHelper.findNearestStructureBlock(BlockPos p_229607_0_, int p_229607_1_, ServerWorld p_229607_2_) StructureHelper.findStructureBlockContainingPos(BlockPos p_229596_0_, int p_229596_1_, ServerWorld p_229596_2_) static Collection<BlockPos>StructureHelper.findStructureBlocks(BlockPos p_229609_0_, int p_229609_1_, ServerWorld p_229609_2_) private static voidStructureHelper.forceLoadChunks(BlockPos p_229608_0_, ServerWorld p_229608_1_) private static TemplateStructureHelper.getStructureTemplate(String p_229605_0_, ServerWorld p_229605_1_) voidTestBatch.runBeforeBatchFunction(ServerWorld p_229464_1_) private static voidTestCommand.runTest(ServerWorld p_229623_0_, BlockPos p_229623_1_, TestResultList p_229623_2_) static Collection<TestTracker>TestUtils.runTestBatches(Collection<TestBatch> p_240552_0_, BlockPos p_240552_1_, Rotation p_240552_2_, ServerWorld p_240552_3_, TestCollection p_240552_4_, int p_240552_5_) private static voidTestCommand.runTestPreparation(TestFunctionInfo p_229622_0_, ServerWorld p_229622_1_) static Collection<TestTracker>TestUtils.runTests(Collection<TestFunctionInfo> p_240554_0_, BlockPos p_240554_1_, Rotation p_240554_2_, ServerWorld p_240554_3_, TestCollection p_240554_4_, int p_240554_5_) private static voidTestCommand.say(ServerWorld p_229624_0_, String p_229624_1_, TextFormatting p_229624_2_) private static voidTestUtils.say(ServerWorld p_229556_0_, TextFormatting p_229556_1_, String p_229556_2_) private static voidTestUtils.showRedBox(ServerWorld p_229554_0_, BlockPos p_229554_1_, String p_229554_2_) private static voidTestCommand.showTestSummaryIfAllDone(ServerWorld p_229631_0_, TestResultList p_229631_1_) static StructureBlockTileEntityStructureHelper.spawnStructure(String p_240565_0_, BlockPos p_240565_1_, Rotation p_240565_2_, int p_240565_3_, ServerWorld p_240565_4_, boolean p_240565_5_) Constructors in net.minecraft.test with parameters of type ServerWorldModifierConstructorDescriptionCallback(ServerWorld p_i226073_1_, TestResultList p_i226073_2_) TestExecutor(Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_) TestTracker(TestFunctionInfo p_i232556_1_, Rotation p_i232556_2_, ServerWorld p_i232556_3_) Constructor parameters in net.minecraft.test with type arguments of type ServerWorldModifierConstructorDescriptionTestBatch(String p_i226065_1_, Collection<TestFunctionInfo> p_i226065_2_, Consumer<ServerWorld> p_i226065_3_) -
Uses of ServerWorld in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return ServerWorldMethods in net.minecraft.tileentity with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate voidEndGatewayTileEntity.createExitPortal(ServerWorld p_227016_1_, BlockPos p_227016_2_) private voidEndGatewayTileEntity.findExitPortal(ServerWorld p_227015_1_) voidJigsawTileEntity.generate(ServerWorld p_235665_1_, int p_235665_2_, boolean p_235665_3_) booleanStructureBlockTileEntity.loadStructure(ServerWorld p_242687_1_) booleanStructureBlockTileEntity.loadStructure(ServerWorld p_242688_1_, boolean p_242688_2_) booleanStructureBlockTileEntity.loadStructure(ServerWorld p_242689_1_, boolean p_242689_2_, Template p_242689_3_) -
Uses of ServerWorld in net.minecraft.village
Methods in net.minecraft.village with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate Vector3dVillageSiege.findRandomSpawnPos(ServerWorld p_225476_1_, BlockPos p_225476_2_) intVillageSiege.tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_) private voidVillageSiege.trySpawn(ServerWorld p_75530_1_) private booleanVillageSiege.tryToSetupSiege(ServerWorld p_75529_1_) -
Uses of ServerWorld in net.minecraft.world
Fields in net.minecraft.world declared as ServerWorldModifier and TypeFieldDescriptionprotected final ServerWorldTeleporter.levelprivate final ServerWorldTrackedEntity.levelMethods in net.minecraft.world that return ServerWorldConstructors in net.minecraft.world with parameters of type ServerWorldModifierConstructorDescriptionTeleporter(ServerWorld p_i1963_1_) TrackedEntity(ServerWorld p_i50704_1_, Entity p_i50704_2_, int p_i50704_3_, boolean p_i50704_4_, Consumer<IPacket<?>> p_i50704_5_) -
Uses of ServerWorld in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type ServerWorldModifier and TypeMethodDescriptionCompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> ChunkStatus.IGenerationWorker.doWork(ChunkStatus p_doWork_1_, ServerWorld p_doWork_2_, ChunkGenerator p_doWork_3_, TemplateManager p_doWork_4_, ServerWorldLightManager p_doWork_5_, Function<IChunk, CompletableFuture<com.mojang.datafixers.util.Either<IChunk, ChunkHolder.IChunkLoadingError>>> p_doWork_6_, List<IChunk> p_doWork_7_, IChunk p_doWork_8_) CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> ChunkStatus.ILoadingWorker.doWork(ChunkStatus p_doWork_1_, ServerWorld p_doWork_2_, TemplateManager p_doWork_3_, ServerWorldLightManager p_doWork_4_, Function<IChunk, CompletableFuture<com.mojang.datafixers.util.Either<IChunk, ChunkHolder.IChunkLoadingError>>> p_doWork_5_, IChunk p_doWork_6_) default CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> ChunkStatus.ISelectiveWorker.doWork(ChunkStatus p_doWork_1_, ServerWorld p_doWork_2_, ChunkGenerator p_doWork_3_, TemplateManager p_doWork_4_, ServerWorldLightManager p_doWork_5_, Function<IChunk, CompletableFuture<com.mojang.datafixers.util.Either<IChunk, ChunkHolder.IChunkLoadingError>>> p_doWork_6_, List<IChunk> p_doWork_7_, IChunk p_doWork_8_) voidChunkStatus.ISelectiveWorker.doWork(ServerWorld p_doWork_1_, ChunkGenerator p_doWork_2_, List<IChunk> p_doWork_3_, IChunk p_doWork_4_) CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> ChunkStatus.generate(ServerWorld p_223198_1_, ChunkGenerator p_223198_2_, TemplateManager p_223198_3_, ServerWorldLightManager p_223198_4_, Function<IChunk, CompletableFuture<com.mojang.datafixers.util.Either<IChunk, ChunkHolder.IChunkLoadingError>>> p_223198_5_, List<IChunk> p_223198_6_) CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> ChunkStatus.load(ServerWorld p_223201_1_, TemplateManager p_223201_2_, ServerWorldLightManager p_223201_3_, Function<IChunk, CompletableFuture<com.mojang.datafixers.util.Either<IChunk, ChunkHolder.IChunkLoadingError>>> p_223201_4_, IChunk p_223201_5_) voidChunk.packTicks(ServerWorld p_222880_1_) -
Uses of ServerWorld in net.minecraft.world.chunk.storage
Methods in net.minecraft.world.chunk.storage with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic ChunkPrimerChunkSerializer.read(ServerWorld p_222656_0_, TemplateManager p_222656_1_, PointOfInterestManager p_222656_2_, ChunkPos p_222656_3_, CompoundNBT p_222656_4_) static CompoundNBTChunkSerializer.write(ServerWorld p_222645_0_, IChunk p_222645_1_) -
Uses of ServerWorld in net.minecraft.world.end
Fields in net.minecraft.world.end declared as ServerWorldMethods in net.minecraft.world.end with parameters of type ServerWorldModifier and TypeMethodDescriptionabstract voidDragonSpawnState.tick(ServerWorld p_186079_1_, DragonFightManager p_186079_2_, List<EnderCrystalEntity> p_186079_3_, int p_186079_4_, BlockPos p_186079_5_) Constructors in net.minecraft.world.end with parameters of type ServerWorldModifierConstructorDescriptionDragonFightManager(ServerWorld p_i231901_1_, long p_i231901_2_, CompoundNBT p_i231901_4_) -
Uses of ServerWorld in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as ServerWorldMethods in net.minecraft.world.gen that return ServerWorldMethods in net.minecraft.world.gen with parameters of type ServerWorldModifier and TypeMethodDescriptionChunkGenerator.findNearestMapFeature(ServerWorld p_235956_1_, Structure<?> p_235956_2_, BlockPos p_235956_3_, int p_235956_4_, boolean p_235956_5_) Constructors in net.minecraft.world.gen with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.world.raid
Fields in net.minecraft.world.raid declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldRaid.levelprivate final ServerWorldRaidManager.levelMethods in net.minecraft.world.raid with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate RaidRaidManager.getOrCreateRaid(ServerWorld p_215168_1_, BlockPos p_215168_2_) Constructors in net.minecraft.world.raid with parameters of type ServerWorldModifierConstructorDescriptionRaid(int p_i50144_1_, ServerWorld p_i50144_2_, BlockPos p_i50144_3_) Raid(ServerWorld p_i50145_1_, CompoundNBT p_i50145_2_) RaidManager(ServerWorld p_i50142_1_) -
Uses of ServerWorld in net.minecraft.world.server
Fields in net.minecraft.world.server declared as ServerWorldModifier and TypeFieldDescriptionprivate final ServerWorldChunkManager.levelfinal ServerWorldServerChunkProvider.levelprivate final ServerWorldServerTickList.levelMethods in net.minecraft.world.server that return ServerWorldMethods in net.minecraft.world.server with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic voidServerWorld.makeObsidianPlatform(ServerWorld p_241121_0_) Constructors in net.minecraft.world.server with parameters of type ServerWorldModifierConstructorDescriptionChunkManager(ServerWorld p_i232602_1_, SaveFormat.LevelSave p_i232602_2_, com.mojang.datafixers.DataFixer p_i232602_3_, TemplateManager p_i232602_4_, Executor p_i232602_5_, ThreadTaskExecutor<Runnable> p_i232602_6_, IChunkLightProvider p_i232602_7_, ChunkGenerator p_i232602_8_, IChunkStatusListener p_i232602_9_, Supplier<DimensionSavedDataManager> p_i232602_10_, int p_i232602_11_, boolean p_i232602_12_) ServerChunkProvider(ServerWorld p_i232603_1_, SaveFormat.LevelSave p_i232603_2_, com.mojang.datafixers.DataFixer p_i232603_3_, TemplateManager p_i232603_4_, Executor p_i232603_5_, ChunkGenerator p_i232603_6_, int p_i232603_7_, boolean p_i232603_8_, IChunkStatusListener p_i232603_9_, Supplier<DimensionSavedDataManager> p_i232603_10_) ServerTickList(ServerWorld p_i231625_1_, Predicate<T> p_i231625_2_, Function<T, ResourceLocation> p_i231625_3_, Consumer<NextTickListEntry<T>> p_i231625_4_) -
Uses of ServerWorld in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate static booleanWorldEntitySpawner.canSpawnMobAt(ServerWorld p_234976_0_, StructureManager p_234976_1_, ChunkGenerator p_234976_2_, EntityClassification p_234976_3_, MobSpawnInfo.Spawners p_234976_4_, BlockPos p_234976_5_) private static MobEntityWorldEntitySpawner.getMobForSpawn(ServerWorld p_234973_0_, EntityType<?> p_234973_1_) private static MobSpawnInfo.SpawnersWorldEntitySpawner.getRandomSpawnMobAt(ServerWorld p_234977_0_, StructureManager p_234977_1_, ChunkGenerator p_234977_2_, EntityClassification p_234977_3_, Random p_234977_4_, BlockPos p_234977_5_) private static booleanWorldEntitySpawner.isRightDistanceToPlayerAndSpawnPoint(ServerWorld p_234978_0_, IChunk p_234978_1_, BlockPos.Mutable p_234978_2_, double p_234978_3_) private static booleanWorldEntitySpawner.isValidPositionForMob(ServerWorld p_234974_0_, MobEntity p_234974_1_, double p_234974_2_) private static booleanWorldEntitySpawner.isValidSpawnPostitionForType(ServerWorld p_234975_0_, EntityClassification p_234975_1_, StructureManager p_234975_2_, ChunkGenerator p_234975_3_, MobSpawnInfo.Spawners p_234975_4_, BlockPos.Mutable p_234975_5_, double p_234975_6_) private static List<MobSpawnInfo.Spawners>WorldEntitySpawner.mobsAt(ServerWorld p_241463_0_, StructureManager p_241463_1_, ChunkGenerator p_241463_2_, EntityClassification p_241463_3_, BlockPos p_241463_4_, Biome p_241463_5_) private booleanWanderingTraderSpawner.spawn(ServerWorld p_234562_1_) private intCatSpawner.spawnCat(BlockPos p_221122_1_, ServerWorld p_221122_2_) static voidWorldEntitySpawner.spawnCategoryForChunk(EntityClassification p_234967_0_, ServerWorld p_234967_1_, Chunk p_234967_2_, WorldEntitySpawner.IDensityCheck p_234967_3_, WorldEntitySpawner.IOnSpawnDensityAdder p_234967_4_) static voidWorldEntitySpawner.spawnCategoryForPosition(EntityClassification p_234966_0_, ServerWorld p_234966_1_, IChunk p_234966_2_, BlockPos p_234966_3_, WorldEntitySpawner.IDensityCheck p_234966_4_, WorldEntitySpawner.IOnSpawnDensityAdder p_234966_5_) static voidWorldEntitySpawner.spawnForChunk(ServerWorld p_234979_0_, Chunk p_234979_1_, WorldEntitySpawner.EntityDensityManager p_234979_2_, boolean p_234979_3_, boolean p_234979_4_, boolean p_234979_5_) private intCatSpawner.spawnInHut(ServerWorld p_221123_1_, BlockPos p_221123_2_) private intCatSpawner.spawnInVillage(ServerWorld p_221121_1_, BlockPos p_221121_2_) private booleanPatrolSpawner.spawnPatrolMember(ServerWorld p_222695_1_, BlockPos p_222695_2_, Random p_222695_3_, boolean p_222695_4_) intCatSpawner.tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_) intISpecialSpawner.tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_) intPatrolSpawner.tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_) intPhantomSpawner.tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_) intWanderingTraderSpawner.tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_) private voidWanderingTraderSpawner.tryToSpawnLlamaFor(ServerWorld p_242373_1_, WanderingTraderEntity p_242373_2_, int p_242373_3_) -
Uses of ServerWorld in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return ServerWorldMethods in net.minecraftforge.common.extensions with parameters of type ServerWorldModifier and TypeMethodDescriptiondefault booleanIForgeBlock.addLandingEffects(BlockState state1, ServerWorld worldserver, BlockPos pos, BlockState state2, LivingEntity entity, int numberOfParticles) Allows a block to override the standard EntityLivingBase.updateFallState particles, this is a server side method that spawns particles with WorldServer.spawnParticle.default booleanIForgeBlockState.addLandingEffects(ServerWorld worldserver, BlockPos pos, BlockState state2, LivingEntity entity, int numberOfParticles) Allows a block to override the standard EntityLivingBase.updateFallState particles, this is a server side method that spawns particles with WorldServer.spawnParticle. -
Uses of ServerWorld in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic FakePlayerFakePlayerFactory.get(ServerWorld world, com.mojang.authlib.GameProfile username) Get a fake player with a given username, Mods should either hold weak references to the return value, or listen for a WorldEvent.Unload and kill all references to prevent worlds staying in memory.static FakePlayerFakePlayerFactory.getMinecraft(ServerWorld world) default PortalInfoITeleporter.getPortalInfo(Entity entity, ServerWorld destWorld, Function<ServerWorld, PortalInfo> defaultPortalInfo) Gets the PortalInfo.default EntityITeleporter.placeEntity(Entity entity, ServerWorld currentWorld, ServerWorld destWorld, float yaw, Function<Boolean, Entity> repositionEntity) Called to handle placing the entity in the new world.default booleanITeleporter.playTeleportSound(ServerPlayerEntity player, ServerWorld sourceWorld, ServerWorld destWorld) Called when vanilla wants to play the portal sound after teleporting.static voidFakePlayerFactory.unloadWorld(ServerWorld world) Method parameters in net.minecraftforge.common.util with type arguments of type ServerWorldModifier and TypeMethodDescriptiondefault PortalInfoITeleporter.getPortalInfo(Entity entity, ServerWorld destWorld, Function<ServerWorld, PortalInfo> defaultPortalInfo) Gets the PortalInfo.Constructors in net.minecraftforge.common.util with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic booleanForgeChunkManager.forceChunk(ServerWorld world, String modId, UUID owner, int chunkX, int chunkZ, boolean add, boolean ticking) Forces a chunk to be loaded for the given mod with the "owner" of the ticket being a given UUID.static booleanForgeChunkManager.forceChunk(ServerWorld world, String modId, Entity owner, int chunkX, int chunkZ, boolean add, boolean ticking) Forces a chunk to be loaded for the given mod with the "owner" of the ticket being the UUID of the given entity.static booleanForgeChunkManager.forceChunk(ServerWorld world, String modId, BlockPos owner, int chunkX, int chunkZ, boolean add, boolean ticking) Forces a chunk to be loaded for the given mod with the "owner" of the ticket being a given block position.private static <T extends Comparable<? super T>>
booleanForgeChunkManager.forceChunk(ServerWorld world, String modId, T owner, int chunkX, int chunkZ, boolean add, boolean ticking, TicketType<ForgeChunkManager.TicketOwner<T>> type, Function<ForcedChunksSaveData, ForgeChunkManager.TicketTracker<T>> ticketGetter) Forces a chunk to be loaded for the given mod with the given "owner".private static <T extends Comparable<? super T>>
voidForgeChunkManager.forceChunk(ServerWorld world, ChunkPos pos, TicketType<ForgeChunkManager.TicketOwner<T>> type, ForgeChunkManager.TicketOwner<T> owner, boolean add, boolean ticking) Adds/Removes a ticket from the world's chunk provider with the proper levels to match the forced chunks.static booleanForgeChunkManager.hasForcedChunks(ServerWorld world) Checks if a world has any forced chunks.static voidForgeChunkManager.reinstatePersistentChunks(ServerWorld world, ForcedChunksSaveData saveData) Reinstates forge's forced chunks when vanilla initially loads a world and reinstates their forced chunks.private static <T extends Comparable<? super T>>
voidForgeChunkManager.reinstatePersistentChunks(ServerWorld world, TicketType<ForgeChunkManager.TicketOwner<T>> type, Map<ForgeChunkManager.TicketOwner<T>, it.unimi.dsi.fastutil.longs.LongSet> tickets, boolean ticking) Adds back any persistent forced chunks to the world's chunk provider.voidForgeChunkManager.LoadingValidationCallback.validateTickets(ServerWorld world, ForgeChunkManager.TicketHelper ticketHelper) Called back when tickets are about to be loaded and reinstated to allow mods to invalidate and remove specific tickets that may no longer be valid. -
Uses of ServerWorld in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ServerWorldModifier and TypeMethodDescriptionstatic voidForgeEventFactory.fireChunkWatch(boolean wasLoaded, boolean load, ServerPlayerEntity entity, ChunkPos chunkpos, ServerWorld world) static voidForgeEventFactory.fireChunkWatch(boolean watch, ServerPlayerEntity entity, ChunkPos chunkpos, ServerWorld world) static longForgeEventFactory.onSleepFinished(ServerWorld world, long newTime, long minTime) -
Uses of ServerWorld in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as ServerWorldMethods in net.minecraftforge.event.world that return ServerWorldConstructors in net.minecraftforge.event.world with parameters of type ServerWorldModifierConstructorDescriptionChunkWatchEvent(ServerPlayerEntity player, ChunkPos pos, ServerWorld world) SleepFinishedTimeEvent(ServerWorld worldIn, long newTimeIn, long minTimeIn) UnWatch(ServerPlayerEntity player, ChunkPos pos, ServerWorld world) Watch(ServerPlayerEntity player, ChunkPos pos, ServerWorld world) -
Uses of ServerWorld in net.minecraftforge.server.command
Fields in net.minecraftforge.server.command declared as ServerWorldMethods in net.minecraftforge.server.command with parameters of type ServerWorldModifier and TypeMethodDescriptionprivate static intCommandGenerate.execute(CommandSource source, BlockPos pos, int count, ServerWorld dim, int interval) private static intCommandSetDimension.execute(com.mojang.brigadier.context.CommandContext<CommandSource> ctx, Collection<? extends Entity> entities, ServerWorld dim, BlockPos pos) Deprecated.private static intCommandTps.sendTime(CommandSource cs, ServerWorld dim) Constructors in net.minecraftforge.server.command with parameters of type ServerWorldModifierConstructorDescriptionChunkGenWorker(CommandSource listener, BlockPos start, int total, ServerWorld dim, int interval)