Package net.minecraft.world.entity.npc
Class CatSpawner
java.lang.Object
net.minecraft.world.entity.npc.CatSpawner
- All Implemented Interfaces:
 CustomSpawner
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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_DELAY
private static final int TICK_DELAY- See Also:
 
 - 
nextTick
private int nextTick 
 - 
 - 
Constructor Details
- 
CatSpawner
public CatSpawner() 
 - 
 - 
Method Details
- 
tick
- Specified by:
 tickin interfaceCustomSpawner
 - 
spawnInVillage
 - 
spawnInHut
 - 
spawnCat
 
 -