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 booleanChunkGenerator.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
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.CODECprivate final List<StructureSet.StructureSelectionEntry>StructureSet.structuresThe field for thestructuresrecord component.Methods in net.minecraft.world.level.levelgen.structure that return StructureSet.StructureSelectionEntryModifier and TypeMethodDescriptionStructureSet.entry(Holder<ConfiguredStructureFeature<?, ?>> p_210016_) StructureSet.entry(Holder<ConfiguredStructureFeature<?, ?>> p_210018_, int p_210019_) Methods in net.minecraft.world.level.levelgen.structure that return types with arguments of type StructureSet.StructureSelectionEntryModifier and TypeMethodDescriptionStructureSet.structures()Returns the value of thestructuresrecord 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 aStructureSetrecord class.