Package net.minecraft.world.spawner
Class PatrolSpawner
java.lang.Object
net.minecraft.world.spawner.PatrolSpawner
- All Implemented Interfaces:
Spawner
A spawner for pillager patrols.
Pillager spawns in pillager outposts are controlled at
.invalid @link
net.minecraft.world.gen.chunk.ChunkGeneratorSettings#getEntitySpawnList
- Mappings:
Namespace Name official cuk
intermediary net/minecraft/class_3769
named net/minecraft/world/spawner/PatrolSpawner
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
spawn
(ServerWorld world, boolean spawnMonsters, boolean spawnAnimals) Spawns entities into a world.private boolean
spawnPillager
(ServerWorld world, BlockPos pos, Random random, boolean captain)
-
Field Details
-
cooldown
private int cooldown- Mappings:
Namespace Name Mixin selector official a
Lcuk;a:I
intermediary field_16652
Lnet/minecraft/class_3769;field_16652:I
named cooldown
Lnet/minecraft/world/spawner/PatrolSpawner;cooldown:I
-
-
Constructor Details
-
PatrolSpawner
public PatrolSpawner()
-
-
Method Details
-
spawn
Spawns entities into a world.- Specified by:
spawn
in interfaceSpawner
- Parameters:
spawnMonsters
- whether monsters should be spawnedspawnAnimals
- whether animals should be spawned- Returns:
- the number of entities spawned
- Mappings:
Namespace Name Mixin selector official a
Lcai;a(Ladw;ZZ)I
intermediary method_6445
Lnet/minecraft/class_5304;method_6445(Lnet/minecraft/class_3218;ZZ)I
named spawn
Lnet/minecraft/world/spawner/Spawner;spawn(Lnet/minecraft/server/world/ServerWorld;ZZ)I
-
spawnPillager
- Parameters:
captain
- whether the pillager is the captain of a patrol- Mappings:
Namespace Name Mixin selector official a
Lcuk;a(Ladw;Lgj;Ljava/util/Random;Z)Z
intermediary method_16575
Lnet/minecraft/class_3769;method_16575(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;Z)Z
named spawnPillager
Lnet/minecraft/world/spawner/PatrolSpawner;spawnPillager(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;Z)Z
-