Package net.minecraft.world.entity.npc
Class CatSpawner
java.lang.Object
net.minecraft.world.entity.npc.CatSpawner
- All Implemented Interfaces:
- CustomSpawner
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate intspawnCat(BlockPos p_35334_, ServerLevel p_35335_) private intspawnInHut(ServerLevel p_35337_, BlockPos p_35338_) private intspawnInVillage(ServerLevel p_35327_, BlockPos p_35328_) inttick(ServerLevel p_35330_, boolean p_35331_, boolean p_35332_) 
- 
Field Details- 
TICK_DELAYprivate static final int TICK_DELAY- See Also:
 
- 
nextTickprivate int nextTick
 
- 
- 
Constructor Details- 
CatSpawnerpublic CatSpawner()
 
- 
- 
Method Details- 
tick- Specified by:
- tickin interface- CustomSpawner
 
- 
spawnInVillage
- 
spawnInHut
- 
spawnCat
 
-