Package net.minecraft.world.gen
Class CatSpawner
java.lang.Object
net.minecraft.world.gen.CatSpawner
- All Implemented Interfaces:
Spawner
public class CatSpawner extends Object implements Spawner
-
Field Summary
Fields Modifier and Type Field Description private intticksUntilNextSpawn -
Constructor Summary
Constructors Constructor Description CatSpawner() -
Method Summary
Modifier and Type Method Description intspawn(ServerWorld serverWorld, boolean bool, boolean bool2)private intspawn(BlockPos pos, World world)private intspawnInHouse(ServerWorld world, BlockPos pos)private intspawnInSwampHut(World world, BlockPos pos)
-
Field Details
-
ticksUntilNextSpawn
private int ticksUntilNextSpawn
-
-
Constructor Details
-
CatSpawner
public CatSpawner()
-
-
Method Details