Uses of Class
net.minecraft.world.biome.Biome.SpawnEntry
Packages that use Biome.SpawnEntry
Package
Description
-
Uses of Biome.SpawnEntry in net.minecraft.server.world
Methods in net.minecraft.server.world that return Biome.SpawnEntryModifier and TypeMethodDescriptionServerWorld.method_10754(EntityCategory entityCategory, BlockPos blockPos) Methods in net.minecraft.server.world that return types with arguments of type Biome.SpawnEntryModifier and TypeMethodDescriptionChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) Methods in net.minecraft.server.world with parameters of type Biome.SpawnEntryModifier and TypeMethodDescriptionbooleanServerWorld.method_10753(EntityCategory entityCategory, Biome.SpawnEntry spawnEntry, BlockPos blockPos) -
Uses of Biome.SpawnEntry in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type Biome.SpawnEntryModifier and TypeFieldDescriptionprivate static final List<Biome.SpawnEntry>OceanMonumentStructure.MONSTER_SPAWNSprivate final List<Biome.SpawnEntry>NetherFortressStructure.monsterSpawnsprivate List<Biome.SpawnEntry>TempleStructure.monsterSpawnsMethods in net.minecraft.structure that return types with arguments of type Biome.SpawnEntryModifier and TypeMethodDescriptionNetherFortressStructure.getMonsterSpawns()TempleStructure.getMonsterSpawns()OceanMonumentStructure.getSpawnableMobs() -
Uses of Biome.SpawnEntry in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type Biome.SpawnEntryModifier and TypeFieldDescriptionprotected List<Biome.SpawnEntry>Biome.flyingEntriesprotected List<Biome.SpawnEntry>Biome.monsterEntriesprotected List<Biome.SpawnEntry>Biome.passiveEntriesprotected List<Biome.SpawnEntry>Biome.waterEntriesMethods in net.minecraft.world.biome that return types with arguments of type Biome.SpawnEntry -
Uses of Biome.SpawnEntry in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return types with arguments of type Biome.SpawnEntryModifier and TypeMethodDescriptionDebugChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) EndChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) FlatChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) NetherChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) SurfaceChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) ServerChunkProvider.method_12775(EntityCategory entityCategory, BlockPos blockPos)