Class AlwaysTrueRuleTest
- java.lang.Object
-
- net.minecraft.world.gen.feature.template.RuleTest
-
- net.minecraft.world.gen.feature.template.AlwaysTrueRuleTest
-
public class AlwaysTrueRuleTest extends RuleTest
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<AlwaysTrueRuleTest>
CODEC
static AlwaysTrueRuleTest
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
AlwaysTrueRuleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IRuleTestType<?>
getType()
boolean
test(BlockState p_215181_1_, java.util.Random p_215181_2_)
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<AlwaysTrueRuleTest> CODEC
-
INSTANCE
public static final AlwaysTrueRuleTest INSTANCE
-
-
Method Detail
-
test
public boolean test(BlockState p_215181_1_, java.util.Random p_215181_2_)
-
getType
protected IRuleTestType<?> getType()
-
-