Package net.minecraft.world.spawner
Interface ISpecialSpawner
-
- All Known Implementing Classes:
CatSpawner
,PatrolSpawner
,PhantomSpawner
,VillageSiege
,WanderingTraderSpawner
public interface ISpecialSpawner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_)
-
-
-
Method Detail
-
tick
int tick(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_)
-
-