Uses of Interface
net.minecraft.structure.rule.RuleTestType
| Package | Description |
|---|---|
| net.minecraft.structure.rule | |
| net.minecraft.util.registry |
-
Uses of RuleTestType in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as RuleTestType Modifier and Type Field Description static RuleTestType<AlwaysTrueRuleTest>RuleTestType. ALWAYS_TRUEstatic RuleTestType<BlockMatchRuleTest>RuleTestType. BLOCK_MATCHstatic RuleTestType<BlockStateMatchRuleTest>RuleTestType. BLOCKSTATE_MATCHstatic RuleTestType<RandomBlockMatchRuleTest>RuleTestType. RANDOM_BLOCK_MATCHstatic RuleTestType<RandomBlockStateMatchRuleTest>RuleTestType. RANDOM_BLOCKSTATE_MATCHstatic RuleTestType<TagMatchRuleTest>RuleTestType. TAG_MATCHMethods in net.minecraft.structure.rule that return RuleTestType Modifier and Type Method Description protected 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>RuleTestType. register(String id, com.mojang.serialization.Codec<P> codec) -
Uses of RuleTestType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RuleTestType Modifier and Type Field Description static Registry<RuleTestType<?>>Registry. RULE_TESTstatic RegistryKey<Registry<RuleTestType<?>>>Registry. RULE_TEST_KEY