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 int
spawnCat
(BlockPos pPos, ServerLevel pServerLevel) private int
spawnInHut
(ServerLevel pServerLevel, BlockPos pPos) private int
spawnInVillage
(ServerLevel pServerLevel, BlockPos pPos) int
tick
(ServerLevel pLevel, boolean pSpawnHostiles, boolean pSpawnPassives)
-
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:
tick
in interfaceCustomSpawner
-
spawnInVillage
-
spawnInHut
-
spawnCat
-