Uses of Class
net.minecraft.world.level.NaturalSpawner.SpawnState
Packages that use NaturalSpawner.SpawnState
-
Uses of NaturalSpawner.SpawnState in net.minecraft.server.level
Fields in net.minecraft.server.level declared as NaturalSpawner.SpawnStateModifier and TypeFieldDescriptionprivate NaturalSpawner.SpawnStateServerChunkCache.lastSpawnStateMethods in net.minecraft.server.level that return NaturalSpawner.SpawnStateMethods in net.minecraft.server.level with parameters of type NaturalSpawner.SpawnStateModifier and TypeMethodDescriptionprivate voidServerChunkCache.tickSpawningChunk(LevelChunk chunk, long timeInhabited, List<MobCategory> spawnCategories, NaturalSpawner.SpawnState spawnState) -
Uses of NaturalSpawner.SpawnState in net.minecraft.world.level
Methods in net.minecraft.world.level that return NaturalSpawner.SpawnStateModifier and TypeMethodDescriptionstatic NaturalSpawner.SpawnStateNaturalSpawner.createState(int spawnableChunkCount, Iterable<Entity> entities, NaturalSpawner.ChunkGetter chunkGetter, LocalMobCapCalculator calculator) Methods in net.minecraft.world.level with parameters of type NaturalSpawner.SpawnStateModifier and TypeMethodDescriptionstatic List<MobCategory> NaturalSpawner.getFilteredSpawningCategories(NaturalSpawner.SpawnState spawnState, boolean spawnFriendlies, boolean spawnEnemies, boolean spawnPassives) static voidNaturalSpawner.spawnForChunk(ServerLevel level, LevelChunk chunk, NaturalSpawner.SpawnState spawnState, List<MobCategory> categories)