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_208017_, StructureFeatureManager p_208018_, RegistryAccess p_208019_, StructureManager p_208020_, long p_208021_, ChunkAccess p_208022_, ChunkPos p_208023_, SectionPos p_208024_) -
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 TypeMethodDescriptionStructureSet.entry
(Holder<ConfiguredStructureFeature<?, ?>> p_210016_) StructureSet.entry
(Holder<ConfiguredStructureFeature<?, ?>> p_210018_, int p_210019_) Modifier and TypeMethodDescriptionStructureSet.structures()
Returns the value of thestructures
record component.ModifierConstructorDescriptionStructureSet
(List<StructureSet.StructureSelectionEntry> structures, StructurePlacement placement) Creates an instance of aStructureSet
record class.