Uses of Interface
net.minecraft.structure.rule.RuleTestType
Packages that use RuleTestType
-
Uses of RuleTestType in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as RuleTestTypeModifier and TypeFieldDescriptionstatic RuleTestType<AlwaysTrueRuleTest>RuleTestType.ALWAYS_TRUEstatic RuleTestType<BlockMatchRuleTest>RuleTestType.BLOCK_MATCHstatic RuleTestType<BlockStateMatchRuleTest>RuleTestType.BLOCKSTATE_MATCHstatic RuleTestType<RandomBlockMatchRuleTest>RuleTestType.RANDOM_BLOCK_MATCHRuleTestType.RANDOM_BLOCKSTATE_MATCHstatic RuleTestType<TagMatchRuleTest>RuleTestType.TAG_MATCHMethods in net.minecraft.structure.rule that return RuleTestTypeModifier and TypeMethodDescriptionprotected RuleTestType<?>AlwaysTrueRuleTest.getType()protected RuleTestType<?>BlockMatchRuleTest.getType()protected RuleTestType<?>BlockStateMatchRuleTest.getType()protected RuleTestType<?>RandomBlockMatchRuleTest.getType()protected RuleTestType<?>RandomBlockStateMatchRuleTest.getType()protected abstract RuleTestType<?>RuleTest.getType()protected RuleTestType<?>TagMatchRuleTest.getType()static <P extends RuleTest>
RuleTestType<P> -
Uses of RuleTestType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RuleTestTypeModifier and TypeFieldDescriptionstatic Registry<RuleTestType<?>>Registry.RULE_TESTstatic RegistryKey<Registry<RuleTestType<?>>>Registry.RULE_TEST_KEY