Uses of Interface
net.minecraft.structure.rule.RuleTestType
Packages that use RuleTestType
-
Uses of RuleTestType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type RuleTestTypeModifier and TypeFieldDescriptionstatic final Registry<RuleTestType<?>> Registries.RULE_TESTstatic final RegistryKey<Registry<RuleTestType<?>>> RegistryKeys.RULE_TEST -
Uses of RuleTestType in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as RuleTestTypeModifier and TypeFieldDescriptionstatic final RuleTestType<AlwaysTrueRuleTest> RuleTestType.ALWAYS_TRUEstatic final RuleTestType<BlockMatchRuleTest> RuleTestType.BLOCK_MATCHstatic final RuleTestType<BlockStateMatchRuleTest> RuleTestType.BLOCKSTATE_MATCHstatic final RuleTestType<RandomBlockMatchRuleTest> RuleTestType.RANDOM_BLOCK_MATCHstatic final RuleTestType<RandomBlockStateMatchRuleTest> RuleTestType.RANDOM_BLOCKSTATE_MATCHstatic final 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>