Uses of Class
net.minecraft.world.level.levelgen.structure.templatesystem.RuleTest
Packages that use RuleTest
Package
Description
-
Uses of RuleTest in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as RuleTestModifier and TypeFieldDescriptionstatic RuleTest
OreConfiguration.Predicates.DEEPSLATE_ORE_REPLACEABLES
static RuleTest
OreConfiguration.Predicates.NATURAL_STONE
static RuleTest
OreConfiguration.Predicates.NETHER_ORE_REPLACEABLES
static RuleTest
OreConfiguration.Predicates.NETHERRACK
static RuleTest
OreConfiguration.Predicates.STONE_ORE_REPLACEABLES
OreConfiguration.TargetBlockState.target
Methods in net.minecraft.world.level.levelgen.feature.configurations with parameters of type RuleTestModifier and TypeMethodDescriptionOreConfiguration.target(RuleTest p_161022_, BlockState p_161023_)
Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type RuleTestModifierConstructorDescriptionOreConfiguration(RuleTest p_67843_, BlockState p_67844_, int p_67845_)
OreConfiguration(RuleTest p_161008_, BlockState p_161009_, int p_161010_, float p_161011_)
(package private)
TargetBlockState(RuleTest p_161036_, BlockState p_161037_)
-
Uses of RuleTest in net.minecraft.world.level.levelgen.structure.templatesystem
Classes in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestSubclasses of RuleTest in net.minecraft.world.level.levelgen.structure.templatesystemModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as RuleTestModifier and TypeFieldDescriptionprivate RuleTest
ProcessorRule.inputPredicate
private RuleTest
ProcessorRule.locPredicate
Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestMethods in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestConstructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type RuleTestModifierConstructorDescriptionProcessorRule(RuleTest p_74223_, RuleTest p_74224_, BlockState p_74225_)
ProcessorRule(RuleTest p_74227_, RuleTest p_74228_, PosRuleTest p_74229_, BlockState p_74230_)
ProcessorRule(RuleTest p_74232_, RuleTest p_74233_, PosRuleTest p_74234_, BlockState p_74235_, Optional<CompoundTag> p_74236_)