Uses of Class
net.minecraft.world.spawner.WorldEntitySpawner.EntityDensityManager
-
Packages that use WorldEntitySpawner.EntityDensityManager Package Description net.minecraft.world.server net.minecraft.world.spawner -
-
Uses of WorldEntitySpawner.EntityDensityManager in net.minecraft.world.server
Fields in net.minecraft.world.server declared as WorldEntitySpawner.EntityDensityManager Modifier and Type Field Description private WorldEntitySpawner.EntityDensityManager
ServerChunkProvider. lastSpawnState
Methods in net.minecraft.world.server that return WorldEntitySpawner.EntityDensityManager Modifier and Type Method Description WorldEntitySpawner.EntityDensityManager
ServerChunkProvider. getLastSpawnState()
-
Uses of WorldEntitySpawner.EntityDensityManager in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner that return WorldEntitySpawner.EntityDensityManager Modifier and Type Method Description static WorldEntitySpawner.EntityDensityManager
WorldEntitySpawner. createState(int p_234964_0_, java.lang.Iterable<Entity> p_234964_1_, WorldEntitySpawner.IInitialDensityAdder p_234964_2_)
Methods in net.minecraft.world.spawner with parameters of type WorldEntitySpawner.EntityDensityManager Modifier and Type Method Description static void
WorldEntitySpawner. spawnForChunk(ServerWorld p_234979_0_, Chunk p_234979_1_, WorldEntitySpawner.EntityDensityManager p_234979_2_, boolean p_234979_3_, boolean p_234979_4_, boolean p_234979_5_)
-