Uses of Interface
net.minecraft.world.gen.chunk.placement.StructurePlacementType
Packages that use StructurePlacementType
-
Uses of StructurePlacementType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type StructurePlacementTypeModifier and TypeFieldDescriptionstatic final Registry<StructurePlacementType<?>> Registries.STRUCTURE_PLACEMENTstatic final RegistryKey<Registry<StructurePlacementType<?>>> RegistryKeys.STRUCTURE_PLACEMENT -
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()abstract StructurePlacementType<?> StructurePlacement.getType()private static <SP extends StructurePlacement>
StructurePlacementType<SP>