Uses of Interface
net.minecraft.structure.processor.StructureProcessorType
| Package | Description |
|---|---|
| net.minecraft.structure.processor | |
| net.minecraft.util.registry |
-
Uses of StructureProcessorType in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as StructureProcessorType Modifier and Type Field Description static StructureProcessorType<BlackstoneReplacementStructureProcessor>StructureProcessorType. BLACKSTONE_REPLACEstatic StructureProcessorType<BlockAgeStructureProcessor>StructureProcessorType. BLOCK_AGEstatic StructureProcessorType<BlockIgnoreStructureProcessor>StructureProcessorType. BLOCK_IGNOREstatic StructureProcessorType<BlockRotStructureProcessor>StructureProcessorType. BLOCK_ROTstatic StructureProcessorType<GravityStructureProcessor>StructureProcessorType. GRAVITYstatic StructureProcessorType<JigsawReplacementStructureProcessor>StructureProcessorType. JIGSAW_REPLACEMENTstatic StructureProcessorType<LavaSubmergedBlockStructureProcessor>StructureProcessorType. LAVA_SUBMERGED_BLOCKstatic StructureProcessorType<NopStructureProcessor>StructureProcessorType. NOPstatic StructureProcessorType<RuleStructureProcessor>StructureProcessorType. RULEMethods in net.minecraft.structure.processor that return StructureProcessorType Modifier and Type Method Description protected 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>StructureProcessorType. register(String id, com.mojang.serialization.Codec<P> codec) -
Uses of StructureProcessorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructureProcessorType Modifier and Type Field Description static Registry<StructureProcessorType<?>>Registry. STRUCTURE_PROCESSORstatic RegistryKey<Registry<StructureProcessorType<?>>>Registry. STRUCTURE_PROCESSOR_KEY