Uses of Interface
net.minecraft.world.level.levelgen.structure.placement.StructurePlacementType
Packages that use StructurePlacementType
Package
Description
-
Uses of StructurePlacementType in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type StructurePlacementTypeModifier and TypeFieldDescriptionstatic final Registry<StructurePlacementType<?>>
BuiltInRegistries.STRUCTURE_PLACEMENT
static final ResourceKey<Registry<StructurePlacementType<?>>>
Registries.STRUCTURE_PLACEMENT
-
Uses of StructurePlacementType in net.minecraft.world.level.levelgen.structure.placement
Fields in net.minecraft.world.level.levelgen.structure.placement declared as StructurePlacementTypeModifier and TypeFieldDescriptionstatic final StructurePlacementType<ConcentricRingsStructurePlacement>
StructurePlacementType.CONCENTRIC_RINGS
static final StructurePlacementType<RandomSpreadStructurePlacement>
StructurePlacementType.RANDOM_SPREAD
Methods in net.minecraft.world.level.levelgen.structure.placement that return StructurePlacementTypeModifier and TypeMethodDescriptionprivate static <SP extends StructurePlacement>
StructurePlacementType<SP>ConcentricRingsStructurePlacement.type()
RandomSpreadStructurePlacement.type()
abstract StructurePlacementType<?>
StructurePlacement.type()