Uses of Interface
net.minecraft.world.gen.chunk.placement.StructurePlacement
Package
Description
-
Uses of StructurePlacement in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final StructurePlacement
StructureSet.placement
The field for theplacement
record component.Modifier and TypeMethodDescriptionStructureSet.placement()
Returns the value of theplacement
record component.Modifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<ConfiguredStructureFeature<?, ?>> configuredStructureFigure, StructurePlacement placement) ModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final Map<ConfiguredStructureFeature<?,
?>, List<StructurePlacement>> ChunkGenerator.field_37055
Modifier and TypeMethodDescriptionprivate List<StructurePlacement>
ChunkGenerator.method_41055
(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk.placement
Modifier and TypeInterfaceDescriptioninterface
StructurePlacementType<SP extends StructurePlacement>
Modifier and TypeClassDescriptionfinal record
final record
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement>
StructurePlacement.TYPE_CODEC
Modifier and TypeMethodDescriptionprivate static <SP extends StructurePlacement>
StructurePlacementType<SP>