net.minecraft.world.level.levelgen.structure.templatesystem

public interface StructureProcessorType<P extends StructureProcessor>

dos
net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType
net.minecraft.class_3828
net.minecraft.structure.processor.StructureProcessorType
net.minecraft.src.C_2633_
net.minecraft.world.level.levelgen.structure.templatesystem.DefinedStructureStructureProcessorType

Field summary

Modifier and TypeField
StructureProcessorType<BlockIgnoreProcessor>
a
BLOCK_IGNORE
field_16986
BLOCK_IGNORE
f_74456_
StructureProcessorType<BlockRotProcessor>
b
BLOCK_ROT
field_16988
BLOCK_ROT
f_74457_
StructureProcessorType<GravityProcessor>
c
GRAVITY
field_16989
GRAVITY
f_74458_
StructureProcessorType<JigsawReplacementProcessor>
d
JIGSAW_REPLACEMENT
field_16991
JIGSAW_REPLACEMENT
f_74459_
StructureProcessorType<RuleProcessor>
e
RULE
field_16990
RULE
f_74460_
StructureProcessorType<NopProcessor>
f
NOP
field_16987
NOP
f_74461_
StructureProcessorType<BlockAgeProcessor>
g
BLOCK_AGE
field_24044
BLOCK_AGE
f_74462_
StructureProcessorType<BlackstoneReplaceProcessor>
h
BLACKSTONE_REPLACE
field_24045
BLACKSTONE_REPLACE
f_74463_
StructureProcessorType<LavaSubmergedBlockProcessor>
i
LAVA_SUBMERGED_BLOCK
field_25620
LAVA_SUBMERGED_BLOCK
f_74464_
StructureProcessorType<ProtectedBlockProcessor>
j
PROTECTED_BLOCKS
field_33773
PROTECTED_BLOCKS
f_163784_
com.mojang.serialization.Codec<StructureProcessor>
k
SINGLE_CODEC
field_25013
CODEC
f_74465_
com.mojang.serialization.Codec<StructureProcessorList>
l
LIST_OBJECT_CODEC
field_26663
LIST_CODEC
f_74466_
com.mojang.serialization.Codec<StructureProcessorList>
m
DIRECT_CODEC
field_25876
PROCESSORS_CODEC
f_74467_
com.mojang.serialization.Codec<Holder<StructureProcessorList>>
n
LIST_CODEC
field_25877
REGISTRY_CODEC
f_74468_

Method summary

Modifier and TypeMethod
com.mojang.serialization.Codec<P>
codec()
codec()
m_74481_()
static <P extends StructureProcessor> StructureProcessorType<P>
a(String arg0, com.mojang.serialization.Codec<P> arg1)
register(String arg0, com.mojang.serialization.Codec<P> arg1)
method_16822(String arg0, com.mojang.serialization.Codec<P> arg1)
register(String id, com.mojang.serialization.Codec<P> codec)
m_74476_(String p_74477_, com.mojang.serialization.Codec<P> p_74478_)