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 TypeFieldDescriptionprivate final Map<SpawnGroup,StructureSpawns> StructureFeature.Config.spawnOverridesThe field for thespawnOverridesrecord component.Methods in net.minecraft.world.gen.feature that return types with arguments of type StructureSpawnsModifier and TypeMethodDescriptionStructureFeature.getStructureSpawns()StructureFeature.Config.spawnOverrides()Returns the value of thespawnOverridesrecord component.Method parameters in net.minecraft.world.gen.feature with type arguments of type StructureSpawnsModifier and TypeMethodDescriptionprivate static StructureFeature.ConfigConfiguredStructureFeatures.method_42759(TagKey<Biome> tagKey, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructureSpawnsModifierConstructorDescriptionConfig(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)