Uses of Interface
net.minecraft.world.spawner.ISpecialSpawner
-
Packages that use ISpecialSpawner Package Description net.minecraft.village net.minecraft.world.server net.minecraft.world.spawner -
-
Uses of ISpecialSpawner in net.minecraft.village
Classes in net.minecraft.village that implement ISpecialSpawner Modifier and Type Class Description class
VillageSiege
-
Uses of ISpecialSpawner in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type ISpecialSpawner Modifier and Type Field Description private java.util.List<ISpecialSpawner>
ServerWorld. customSpawners
Constructor parameters in net.minecraft.world.server with type arguments of type ISpecialSpawner Constructor Description ServerWorld(MinecraftServer p_i241885_1_, java.util.concurrent.Executor p_i241885_2_, SaveFormat.LevelSave p_i241885_3_, IServerWorldInfo p_i241885_4_, RegistryKey<World> p_i241885_5_, DimensionType p_i241885_6_, IChunkStatusListener p_i241885_7_, ChunkGenerator p_i241885_8_, boolean p_i241885_9_, long p_i241885_10_, java.util.List<ISpecialSpawner> p_i241885_12_, boolean p_i241885_13_)
-
Uses of ISpecialSpawner in net.minecraft.world.spawner
Classes in net.minecraft.world.spawner that implement ISpecialSpawner Modifier and Type Class Description class
CatSpawner
class
PatrolSpawner
class
PhantomSpawner
class
WanderingTraderSpawner
-