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
- Mappings:
Namespace Name official bguintermediary net/minecraft/class_4274named net/minecraft/world/gen/CatSpawner
-
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 world, boolean spawnMonsters, boolean spawnAnimals)Spawns entities into a world.private intspawn(BlockPos pos, ServerWorld world)private intspawnInHouse(ServerWorld world, BlockPos pos)private intspawnInSwampHut(ServerWorld world, BlockPos pos)
-
Field Details
-
ticksUntilNextSpawn
private int ticksUntilNextSpawn- Mappings:
Namespace Name Mixin selector official aLbgu;a:Iintermediary field_19171Lnet/minecraft/class_4274;field_19171:Inamed ticksUntilNextSpawnLnet/minecraft/world/gen/CatSpawner;ticksUntilNextSpawn:I
-
-
Constructor Details
-
CatSpawner
public CatSpawner()
-
-
Method Details
-
spawn
Spawns entities into a world.- Specified by:
spawnin 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 aLbth;a(Laav;ZZ)Iintermediary method_6445Lnet/minecraft/class_5304;method_6445(Lnet/minecraft/class_3218;ZZ)Inamed spawnLnet/minecraft/world/gen/Spawner;spawn(Lnet/minecraft/server/world/ServerWorld;ZZ)I
-
spawnInHouse
- Mappings:
Namespace Name Mixin selector official aLbgu;a(Laav;Lfx;)Iintermediary method_20263Lnet/minecraft/class_4274;method_20263(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Inamed spawnInHouseLnet/minecraft/world/gen/CatSpawner;spawnInHouse(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)I
-
spawnInSwampHut
- Mappings:
Namespace Name Mixin selector official bLbgu;b(Laav;Lfx;)Iintermediary method_20260Lnet/minecraft/class_4274;method_20260(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Inamed spawnInSwampHutLnet/minecraft/world/gen/CatSpawner;spawnInSwampHut(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)I
-
spawn
- Mappings:
Namespace Name Mixin selector official aLbgu;a(Lfx;Laav;)Iintermediary method_20262Lnet/minecraft/class_4274;method_20262(Lnet/minecraft/class_2338;Lnet/minecraft/class_3218;)Inamed spawnLnet/minecraft/world/gen/CatSpawner;spawn(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/server/world/ServerWorld;)I
-