| dci | |
| 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 |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final com.mojang.serialization.Codec<ProcessorRule> |
| ||||||||||
| private final RuleTest |
| ||||||||||
| private final RuleTest |
| ||||||||||
| private final PosRuleTest |
| ||||||||||
| private final BlockState |
| ||||||||||
| private final CompoundTag |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| 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) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||||
| public BlockState |
| ||||||||||
| public CompoundTag |
|