Uses of Interface
net.minecraft.world.gen.chunk.placement.StructurePlacement
Packages that use StructurePlacement
-
Uses of StructurePlacement in net.minecraft.world.gen.chunk.placement
Classes in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeInterfaceDescriptioninterfaceStructurePlacementType<SP extends StructurePlacement>Classes in net.minecraft.world.gen.chunk.placement that implement StructurePlacementModifier and TypeClassDescriptionfinal recordfinal recordFields in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final ImmutableMap<StructureFeature<?>,StructurePlacement> StructuresConfig.DEFAULT_PLACEMENTSDefault structure placements for each known structure type.static final ImmutableMap<StructureFeature<?>,StructurePlacement> StructuresConfig.DEFAULT_PLACEMENTS_WITH_STRONGHOLDprivate final Map<StructureFeature<?>,StructurePlacement> StructuresConfig.placementsstatic final com.mojang.serialization.Codec<StructurePlacement>StructurePlacement.TYPE_CODECMethods in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeMethodDescriptionprivate static <SP extends StructurePlacement>
StructurePlacementType<SP>Methods in net.minecraft.world.gen.chunk.placement that return StructurePlacementModifier and TypeMethodDescriptionStructuresConfig.getForType(StructureFeature<?> structureType) Gets the structure placement for a specific structure type, or a default placement if placement for the structure was not explicitly configured.Methods in net.minecraft.world.gen.chunk.placement that return types with arguments of type StructurePlacementConstructor parameters in net.minecraft.world.gen.chunk.placement with type arguments of type StructurePlacementModifierConstructorDescriptionStructuresConfig(Map<StructureFeature<?>, StructurePlacement> placements)