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.placementsForFeature
Methods 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 StructurePlacement
StructureSet.placement
The field for theplacement
record component.Methods in net.minecraft.world.level.levelgen.structure that return StructurePlacementModifier and TypeMethodDescriptionStructureSet.placement()
Returns the value of theplacement
record component.Constructors in net.minecraft.world.level.levelgen.structure with parameters of type StructurePlacementModifierConstructorDescriptionStructureSet
(List<StructureSet.StructureSelectionEntry> structures, StructurePlacement placement) Creates an instance of aStructureSet
record 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 TypeInterfaceDescriptioninterface
StructurePlacementType<SP extends StructurePlacement>
Classes in net.minecraft.world.level.levelgen.structure.placement that implement StructurePlacementModifier and TypeClassDescriptionfinal record
final record
Fields in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement>
StructurePlacement.CODEC
Methods in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructurePlacementModifier and TypeMethodDescriptionprivate static <SP extends StructurePlacement>
StructurePlacementType<SP>