Uses of Class
net.minecraft.world.biome.Biome.SpawnEntry
Packages that use Biome.SpawnEntry
Package
Description
-
Uses of Biome.SpawnEntry in net.minecraft
Fields in net.minecraft with type parameters of type Biome.SpawnEntryModifier and TypeFieldDescriptionprivate static final List<Biome.SpawnEntry>class_3844.field_19154private static final List<Biome.SpawnEntry>class_3869.field_19220private static final List<Biome.SpawnEntry>class_3873.field_19222private static final List<Biome.SpawnEntry>class_3906.field_19264Methods in net.minecraft that return types with arguments of type Biome.SpawnEntryModifier and TypeMethodDescriptionclass_3808.getSpawnEntries(EntityCategory category, BlockPos pos) class_3844.method_17347()class_3869.method_17347()class_3873.method_17347()class_3906.method_17347() -
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.world.biome
Fields in net.minecraft.world.biome with type parameters of type Biome.SpawnEntryModifier and TypeFieldDescriptionprivate final Map<EntityCategory,List<Biome.SpawnEntry>> Biome.field_17573Methods in net.minecraft.world.biome that return types with arguments of type Biome.SpawnEntryMethods in net.minecraft.world.biome with parameters of type Biome.SpawnEntryModifier and TypeMethodDescriptionprotected voidBiome.method_16425(EntityCategory entityCategory, Biome.SpawnEntry 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) SurfaceChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) ServerChunkProvider.method_12775(EntityCategory entityCategory, BlockPos blockPos)