Interface StructureProcessorType<P extends StructureProcessor>
public interface StructureProcessorType<P extends StructureProcessor>
-
Field Summary
Fields Modifier and Type Field Description static StructureProcessorType<BlackstoneReplacementStructureProcessor>BLACKSTONE_REPLACEstatic StructureProcessorType<BlockAgeStructureProcessor>BLOCK_AGEstatic StructureProcessorType<BlockIgnoreStructureProcessor>BLOCK_IGNOREstatic StructureProcessorType<BlockRotStructureProcessor>BLOCK_ROTstatic com.mojang.serialization.Codec<StructureProcessor>CODECstatic StructureProcessorType<GravityStructureProcessor>GRAVITYstatic StructureProcessorType<JigsawReplacementStructureProcessor>JIGSAW_REPLACEMENTstatic StructureProcessorType<LavaSubmergedBlockStructureProcessor>LAVA_SUBMERGED_BLOCKstatic StructureProcessorType<NopStructureProcessor>NOPstatic StructureProcessorType<RuleStructureProcessor>RULE -
Method Summary
Modifier and Type Method Description com.mojang.serialization.Codec<P>codec()static <P extends StructureProcessor>
StructureProcessorType<P>register(String id, com.mojang.serialization.Codec<P> codec)
-
Field Details
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec() -
register
static <P extends StructureProcessor> StructureProcessorType<P> register(String id, com.mojang.serialization.Codec<P> codec)
-