Uses of Interface
net.minecraft.world.gen.chunk.placement.StructurePlacementType
Packages that use StructurePlacementType
-
Uses of StructurePlacementType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructurePlacementTypeModifier and TypeFieldDescriptionstatic final Registry<StructurePlacementType<?>>Registry.STRUCTURE_PLACEMENTstatic final RegistryKey<Registry<StructurePlacementType<?>>>Registry.STRUCTURE_PLACEMENT_KEY -
Uses of StructurePlacementType in net.minecraft.world.gen.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement declared as StructurePlacementTypeModifier and TypeFieldDescriptionstatic final StructurePlacementType<ConcentricRingsStructurePlacement>StructurePlacementType.CONCENTRIC_RINGSstatic final StructurePlacementType<RandomSpreadStructurePlacement>StructurePlacementType.RANDOM_SPREADMethods in net.minecraft.world.gen.chunk.placement that return StructurePlacementTypeModifier and TypeMethodDescriptionConcentricRingsStructurePlacement.getType()RandomSpreadStructurePlacement.getType()StructurePlacement.getType()private static <SP extends StructurePlacement>
StructurePlacementType<SP>