Uses of Interface
net.minecraft.world.level.levelgen.structure.placement.StructurePlacement
Packages that use StructurePlacement
Package
Description
-
Uses of StructurePlacement in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type StructurePlacementModifier and TypeMethodDescriptionstatic Holder<StructureSet>StructureSets.register(ResourceKey<StructureSet> p_211132_, Holder<ConfiguredStructureFeature<?, ?>> p_211133_, StructurePlacement p_211134_) -
Uses of StructurePlacement in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type StructurePlacementModifier and TypeFieldDescriptionprivate final Map<ConfiguredStructureFeature<?,?>, List<StructurePlacement>> ChunkGenerator.placementsForFeatureMethods in net.minecraft.world.level.chunk that return types with arguments of type StructurePlacementModifier and TypeMethodDescriptionprivate List<StructurePlacement>ChunkGenerator.getPlacementsForFeature(Holder<ConfiguredStructureFeature<?, ?>> p_208091_) -
Uses of StructurePlacement in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as StructurePlacementModifier and TypeFieldDescriptionprivate final StructurePlacementStructureSet.placementThe field for theplacementrecord component.Methods in net.minecraft.world.level.levelgen.structure that return StructurePlacementModifier and TypeMethodDescriptionStructureSet.placement()Returns the value of theplacementrecord component.Constructors in net.minecraft.world.level.levelgen.structure with parameters of type StructurePlacementModifierConstructorDescriptionStructureSet(List<StructureSet.StructureSelectionEntry> structures, StructurePlacement placement) Creates an instance of aStructureSetrecord class.StructureSet(Holder<ConfiguredStructureFeature<?, ?>> p_210007_, StructurePlacement p_210008_) -
Uses of StructurePlacement in net.minecraft.world.level.levelgen.structure.placement
Classes in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructurePlacementModifier and TypeInterfaceDescriptioninterfaceStructurePlacementType<SP extends StructurePlacement>Classes in net.minecraft.world.level.levelgen.structure.placement that implement StructurePlacementModifier and TypeClassDescriptionfinal recordfinal recordFields in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement>StructurePlacement.CODECMethods in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructurePlacementModifier and TypeMethodDescriptionprivate static <SP extends StructurePlacement>
StructurePlacementType<SP>