Interface KubeJSRuleTests
public interface KubeJSRuleTests
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<AllMatchRuleTest>> static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<AlwaysFalseRuleTest>> static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<AnyMatchRuleTest>> static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<InvertRuleTest>> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<?>> -
Method Summary
-
Field Details
-
REGISTRY
static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<?>> REGISTRY -
INVERT
static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<InvertRuleTest>> INVERT -
ALWAYS_FALSE
static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<AlwaysFalseRuleTest>> ALWAYS_FALSE -
ALL_MATCH
static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<AllMatchRuleTest>> ALL_MATCH -
ANY_MATCH
static final Supplier<net.minecraft.world.level.levelgen.structure.templatesystem.RuleTestType<AnyMatchRuleTest>> ANY_MATCH
-
-
Method Details
-
register
-