Class RuleTest
- java.lang.Object
-
- net.minecraft.world.gen.feature.template.RuleTest
-
- Direct Known Subclasses:
AlwaysTrueRuleTest
,BlockMatchRuleTest
,BlockStateMatchRuleTest
,RandomBlockMatchRuleTest
,RandomBlockStateMatchRuleTest
,TagMatchRuleTest
public abstract class RuleTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuleTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract IRuleTestType<?>
getType()
abstract boolean
test(BlockState p_215181_1_, java.util.Random p_215181_2_)
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<RuleTest> CODEC
-
-
Method Detail
-
test
public abstract boolean test(BlockState p_215181_1_, java.util.Random p_215181_2_)
-
getType
protected abstract IRuleTestType<?> getType()
-
-