Class AlwaysTrueTest
- java.lang.Object
-
- net.minecraft.world.gen.feature.template.PosRuleTest
-
- net.minecraft.world.gen.feature.template.AlwaysTrueTest
-
public class AlwaysTrueTest extends PosRuleTest
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<AlwaysTrueTest>
CODEC
static AlwaysTrueTest
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
AlwaysTrueTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IPosRuleTests<?>
getType()
boolean
test(BlockPos p_230385_1_, BlockPos p_230385_2_, BlockPos p_230385_3_, java.util.Random p_230385_4_)
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<AlwaysTrueTest> CODEC
-
INSTANCE
public static final AlwaysTrueTest INSTANCE
-
-
Method Detail
-
test
public boolean test(BlockPos p_230385_1_, BlockPos p_230385_2_, BlockPos p_230385_3_, java.util.Random p_230385_4_)
- Specified by:
test
in classPosRuleTest
-
getType
protected IPosRuleTests<?> getType()
- Specified by:
getType
in classPosRuleTest
-
-