Uses of Record Class
net.minecraft.world.StructureSpawns
Packages that use StructureSpawns
-
Uses of StructureSpawns in net.minecraft.world
Fields in net.minecraft.world with type parameters of type StructureSpawnsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureSpawns>StructureSpawns.CODEC -
Uses of StructureSpawns in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type StructureSpawnsModifier and TypeFieldDescriptionfinal Map<SpawnGroup,StructureSpawns> ConfiguredStructureFeature.field_37143Method parameters in net.minecraft.world.gen.feature with type arguments of type StructureSpawnsModifier and TypeMethodDescriptionConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.configure(C config, TagKey<Biome> biomeTag, boolean bool, Map<SpawnGroup, StructureSpawns> map) ConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.configure(C config, TagKey<Biome> biomeTag, Map<SpawnGroup, StructureSpawns> map) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructureSpawnsModifierConstructorDescriptionConfiguredStructureFeature(F feature, FC config, RegistryEntryList<Biome> biomes, boolean bool, Map<SpawnGroup, StructureSpawns> map)