Uses of Record Class
net.minecraft.world.level.levelgen.structure.StructureSet.StructureSelectionEntry
-
Uses of StructureSet.StructureSelectionEntry in net.minecraft.world.level.chunk
Modifier and TypeMethodDescriptionprivate boolean
ChunkGenerator.tryGenerateStructure
(StructureSet.StructureSelectionEntry p_223105_, StructureManager p_223106_, RegistryAccess p_223107_, RandomState p_223108_, StructureTemplateManager p_223109_, long p_223110_, ChunkAccess p_223111_, ChunkPos p_223112_, SectionPos p_223113_) -
Uses of StructureSet.StructureSelectionEntry in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureSet.StructureSelectionEntry>
StructureSet.StructureSelectionEntry.CODEC
private final List<StructureSet.StructureSelectionEntry>
StructureSet.structures
The field for thestructures
record component.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionStructureSet.structures()
Returns the value of thestructures
record component.ModifierConstructorDescriptionStructureSet
(List<StructureSet.StructureSelectionEntry> structures, StructurePlacement placement) Creates an instance of aStructureSet
record class.