Uses of Interface
net.minecraft.world.gen.chunk.placement.StructurePlacement
Packages that use StructurePlacement
Package
Description
-
Uses of StructurePlacement in net.minecraft.structure
Fields in net.minecraft.structure declared as StructurePlacementModifier and TypeFieldDescriptionprivate final StructurePlacement
StructureSet.placement
The field for theplacement
record component.Methods in net.minecraft.structure that return StructurePlacementModifier and TypeMethodDescriptionStructureSet.placement()
Returns the value of theplacement
record component.Methods in net.minecraft.structure with parameters of type StructurePlacementModifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<ConfiguredStructureFeature<?, ?>> configuredStructureFigure, StructurePlacement placement) Constructors in net.minecraft.structure with parameters of type StructurePlacementModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type StructurePlacementModifier and TypeFieldDescriptionprivate final Map<ConfiguredStructureFeature<?,
?>, List<StructurePlacement>> ChunkGenerator.field_37055
Methods in net.minecraft.world.gen.chunk that return types with arguments of type StructurePlacementModifier and TypeMethodDescriptionprivate List<StructurePlacement>
ChunkGenerator.method_41055
(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry) -
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 TypeInterfaceDescriptioninterface
StructurePlacementType<SP extends StructurePlacement>
Classes in net.minecraft.world.gen.chunk.placement that implement StructurePlacementModifier and TypeClassDescriptionfinal record
final record
Fields in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement>
StructurePlacement.TYPE_CODEC
Methods in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeMethodDescriptionprivate static <SP extends StructurePlacement>
StructurePlacementType<SP>