Uses of Record Class
net.minecraft.world.StructureSpawns
-
Uses of StructureSpawns in net.minecraft.world
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureSpawns>
StructureSpawns.CODEC
-
Uses of StructureSpawns in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionprivate final Map<SpawnGroup,
StructureSpawns> Structure.Config.spawnOverrides
The field for thespawnOverrides
record component.Modifier and TypeMethodDescriptionStructure.getStructureSpawns()
Structure.Config.spawnOverrides()
Returns the value of thespawnOverrides
record component.Modifier and TypeMethodDescriptionprivate static Structure.Config
Structures.createConfig
(RegistryEntryList<Biome> biomes, Map<SpawnGroup, StructureSpawns> spawns, GenerationStep.Feature featureStep, StructureTerrainAdaptation terrainAdaptation) ModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)