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 com.mojang.serialization.Codec<StructureProcessorList>field_25876static com.mojang.serialization.Codec<StructureProcessorList>field_26663static StructureProcessorType<GravityStructureProcessor>GRAVITYstatic StructureProcessorType<JigsawReplacementStructureProcessor>JIGSAW_REPLACEMENTstatic StructureProcessorType<LavaSubmergedBlockStructureProcessor>LAVA_SUBMERGED_BLOCKstatic StructureProcessorType<NopStructureProcessor>NOPstatic com.mojang.serialization.Codec<Supplier<StructureProcessorList>>REGISTRY_CODECstatic 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
-
BLOCK_IGNORE
-
BLOCK_ROT
-
GRAVITY
-
JIGSAW_REPLACEMENT
-
RULE
-
NOP
-
BLOCK_AGE
-
BLACKSTONE_REPLACE
-
LAVA_SUBMERGED_BLOCK
-
CODEC
-
field_26663
-
field_25876
-
REGISTRY_CODEC
-
-
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)
-