Uses of Interface
net.minecraft.structure.processor.StructureProcessorType
Packages that use StructureProcessorType
-
Uses of StructureProcessorType in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as StructureProcessorTypeModifier and TypeFieldDescriptionStructureProcessorType.BLACKSTONE_REPLACEStructureProcessorType.BLOCK_AGEStructureProcessorType.BLOCK_IGNOREStructureProcessorType.BLOCK_ROTStructureProcessorType.GRAVITYStructureProcessorType.JIGSAW_REPLACEMENTStructureProcessorType.LAVA_SUBMERGED_BLOCKStructureProcessorType.NOPStructureProcessorType.RULEMethods in net.minecraft.structure.processor that return StructureProcessorTypeModifier and TypeMethodDescriptionprotected StructureProcessorType<?>BlackstoneReplacementStructureProcessor.getType()protected StructureProcessorType<?>BlockAgeStructureProcessor.getType()protected StructureProcessorType<?>BlockIgnoreStructureProcessor.getType()protected StructureProcessorType<?>BlockRotStructureProcessor.getType()protected StructureProcessorType<?>GravityStructureProcessor.getType()protected StructureProcessorType<?>JigsawReplacementStructureProcessor.getType()protected StructureProcessorType<?>LavaSubmergedBlockStructureProcessor.getType()protected StructureProcessorType<?>NopStructureProcessor.getType()protected StructureProcessorType<?>RuleStructureProcessor.getType()protected abstract StructureProcessorType<?>StructureProcessor.getType()static <P extends StructureProcessor>
StructureProcessorType<P> -
Uses of StructureProcessorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructureProcessorTypeModifier and TypeFieldDescriptionstatic Registry<StructureProcessorType<?>>Registry.STRUCTURE_PROCESSORstatic RegistryKey<Registry<StructureProcessorType<?>>>Registry.STRUCTURE_PROCESSOR_KEY