Uses of Interface
net.minecraft.world.gen.feature.template.IPosRuleTests
-
Packages that use IPosRuleTests Package Description net.minecraft.util.registry net.minecraft.world.gen.feature.template -
-
Uses of IPosRuleTests in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type IPosRuleTests Modifier and Type Field Description static Registry<IPosRuleTests<?>>Registry. POS_RULE_TESTstatic 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 IPosRuleTests Modifier and Type Field Description static IPosRuleTests<AlwaysTrueTest>IPosRuleTests. ALWAYS_TRUE_TESTstatic IPosRuleTests<AxisAlignedLinearPosTest>IPosRuleTests. AXIS_ALIGNED_LINEAR_POS_TESTstatic IPosRuleTests<LinearPosTest>IPosRuleTests. LINEAR_POS_TESTMethods in net.minecraft.world.gen.feature.template that return IPosRuleTests Modifier and Type Method Description protected IPosRuleTests<?>AlwaysTrueTest. getType()protected IPosRuleTests<?>AxisAlignedLinearPosTest. getType()protected IPosRuleTests<?>LinearPosTest. getType()protected abstract IPosRuleTests<?>PosRuleTest. getType()static <P extends PosRuleTest>
IPosRuleTests<P>IPosRuleTests. register(java.lang.String p_237107_0_, com.mojang.serialization.Codec<P> p_237107_1_)
-