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 @Nullable NaturalSpawner.SpawnStateServerChunkCache.lastSpawnStateMethods in net.minecraft.server.level that return NaturalSpawner.SpawnStateModifier and TypeMethodDescription@Nullable NaturalSpawner.SpawnStateServerChunkCache.getLastSpawnState()Methods in net.minecraft.server.level with parameters of type NaturalSpawner.SpawnStateModifier and TypeMethodDescriptionprivate voidServerChunkCache.tickSpawningChunk(LevelChunk chunk, long timeDiff, List<MobCategory> spawningCategories, NaturalSpawner.SpawnState spawnCookie) -
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 localMobCapCalculator) Methods in net.minecraft.world.level with parameters of type NaturalSpawner.SpawnStateModifier and TypeMethodDescriptionstatic List<MobCategory> NaturalSpawner.getFilteredSpawningCategories(NaturalSpawner.SpawnState state, boolean spawnFriendlies, boolean spawnEnemies, boolean spawnPersistent) static voidNaturalSpawner.spawnForChunk(ServerLevel level, LevelChunk chunk, NaturalSpawner.SpawnState state, List<MobCategory> spawningCategories)