Uses of Record Class
net.minecraft.world.level.levelgen.structure.StructureSet.StructureSelectionEntry
Packages that use StructureSet.StructureSelectionEntry
-
Uses of StructureSet.StructureSelectionEntry in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type StructureSet.StructureSelectionEntryModifier and TypeMethodDescriptionprivate boolean
ChunkGenerator.tryGenerateStructure
(StructureSet.StructureSelectionEntry structureSelectionEntry, StructureManager structureManager, RegistryAccess registryAccess, RandomState random, StructureTemplateManager structureTemplateManager, long seed, ChunkAccess chunk, ChunkPos chunkPos, SectionPos sectionPos) -
Uses of StructureSet.StructureSelectionEntry in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure with type parameters of type StructureSet.StructureSelectionEntryModifier 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.Methods in net.minecraft.world.level.levelgen.structure that return StructureSet.StructureSelectionEntryModifier and TypeMethodDescriptionMethods in net.minecraft.world.level.levelgen.structure that return types with arguments of type StructureSet.StructureSelectionEntryModifier and TypeMethodDescriptionStructureSet.structures()
Returns the value of thestructures
record component.Constructor parameters in net.minecraft.world.level.levelgen.structure with type arguments of type StructureSet.StructureSelectionEntryModifierConstructorDescriptionStructureSet
(List<StructureSet.StructureSelectionEntry> structures, StructurePlacement placement) Creates an instance of aStructureSet
record class.