Uses of Class
net.minecraft.structure.rule.RuleTest
Package
Description
-
Uses of RuleTest in net.minecraft.structure.processor
Modifier and TypeFieldDescriptionprivate RuleTest
StructureProcessorRule.inputPredicate
private RuleTest
StructureProcessorRule.locationPredicate
ModifierConstructorDescriptionStructureProcessorRule(RuleTest inputPredicate, RuleTest locationPredicate, BlockState state)
StructureProcessorRule(RuleTest inputPredicate, RuleTest locationPredicate, PosRuleTest positionPredicate, BlockState state)
StructureProcessorRule(RuleTest inputPredicate, RuleTest locationPredicate, PosRuleTest positionPredicate, BlockState outputState, Optional<NbtCompound> nbt)
-
Uses of RuleTest in net.minecraft.structure.rule
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RuleTest>
RuleTest.TYPE_CODEC
-
Uses of RuleTest in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic RuleTest
OreFeatureConfig.Rules.BASE_STONE_NETHER
static RuleTest
OreFeatureConfig.Rules.BASE_STONE_OVERWORLD
static RuleTest
OreFeatureConfig.Rules.DEEPSLATE_ORE_REPLACEABLES
static RuleTest
OreFeatureConfig.Rules.NETHERRACK
static RuleTest
OreFeatureConfig.Rules.STONE_ORE_REPLACEABLES
OreFeatureConfig.Target.target
Modifier and TypeMethodDescriptionstatic OreFeatureConfig.Target
OreFeatureConfig.createTarget(RuleTest test, BlockState state)
ModifierConstructorDescriptionOreFeatureConfig(RuleTest test, BlockState state, int size)
OreFeatureConfig(RuleTest test, BlockState state, int size, float discardOnAirChance)
(package private)
Target(RuleTest ruleTest, BlockState blockState)