Uses of Interface
net.minecraft.world.gen.feature.template.IPosRuleTests
Packages that use IPosRuleTests
-
Uses of IPosRuleTests in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type IPosRuleTestsModifier and TypeFieldDescriptionstatic final Registry<IPosRuleTests<?>>
Registry.POS_RULE_TEST
static final RegistryKey<Registry<IPosRuleTests<?>>>
Registry.POS_RULE_TEST_REGISTRY
-
Uses of IPosRuleTests in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as IPosRuleTestsModifier and TypeFieldDescriptionstatic final IPosRuleTests<AlwaysTrueTest>
IPosRuleTests.ALWAYS_TRUE_TEST
static final IPosRuleTests<AxisAlignedLinearPosTest>
IPosRuleTests.AXIS_ALIGNED_LINEAR_POS_TEST
static final IPosRuleTests<LinearPosTest>
IPosRuleTests.LINEAR_POS_TEST
Methods in net.minecraft.world.gen.feature.template that return IPosRuleTestsModifier and TypeMethodDescriptionprotected IPosRuleTests<?>
AlwaysTrueTest.getType()
protected IPosRuleTests<?>
AxisAlignedLinearPosTest.getType()
protected IPosRuleTests<?>
LinearPosTest.getType()
protected abstract IPosRuleTests<?>
PosRuleTest.getType()
static <P extends PosRuleTest>
IPosRuleTests<P>