Uses of Class
net.minecraft.structure.rule.PosRuleTest
Package | Description |
---|---|
net.minecraft.structure.processor | |
net.minecraft.structure.rule |
-
Uses of PosRuleTest in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as PosRuleTest Modifier and Type Field Description private PosRuleTest
StructureProcessorRule. positionPredicate
Constructors in net.minecraft.structure.processor with parameters of type PosRuleTest Constructor Description StructureProcessorRule(RuleTest inputPredicate, RuleTest locationPredicate, PosRuleTest positionPredicate, BlockState state)
StructureProcessorRule(RuleTest inputPredicate, RuleTest locationPredicate, PosRuleTest positionPredicate, BlockState outputState, Optional<NbtCompound> nbt)
-
Uses of PosRuleTest in net.minecraft.structure.rule
Classes in net.minecraft.structure.rule with type parameters of type PosRuleTest Modifier and Type Interface Description interface
PosRuleTestType<P extends PosRuleTest>
Subclasses of PosRuleTest in net.minecraft.structure.rule Modifier and Type Class Description class
AlwaysTruePosRuleTest
class
AxisAlignedLinearPosRuleTest
class
LinearPosRuleTest
Fields in net.minecraft.structure.rule with type parameters of type PosRuleTest Modifier and Type Field Description static com.mojang.serialization.Codec<PosRuleTest>
PosRuleTest. field_25007
Methods in net.minecraft.structure.rule with type parameters of type PosRuleTest Modifier and Type Method Description static <P extends PosRuleTest>
PosRuleTestType<P>PosRuleTestType. register(String id, com.mojang.serialization.Codec<P> codec)