| dgi | |
| net.minecraft.world.level.levelgen.structure.templatesystem.ProcessorRule | |
| net.minecraft.class_3821 | |
| net.minecraft.structure.processor.StructureProcessorRule | |
| net.minecraft.src.C_2621_ | |
| net.minecraft.world.level.levelgen.structure.templatesystem.DefinedStructureProcessorPredicates |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final com.mojang.serialization.Codec<ProcessorRule> |
| ||||||||||
| private final RuleTest |
| ||||||||||
| private final RuleTest |
| ||||||||||
| private final PosRuleTest |
| ||||||||||
| private final BlockState |
| ||||||||||
| private final CompoundTag |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (RuleTest inputPredicate, RuleTest locationPredicate, BlockState state) |
| public | (RuleTest inputPredicate, RuleTest locationPredicate, PosRuleTest positionPredicate, BlockState state) |
| public | (RuleTest inputPredicate, RuleTest locationPredicate, PosRuleTest positionPredicate, BlockState outputState, Optional<CompoundTag> nbt) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||||
| public BlockState |
| ||||||||||
| public CompoundTag |
|