Uses of Class
net.minecraft.structure.rule.RuleTest
Package
Description
-
Uses of RuleTest in net.minecraft.structure.processor
Modifier and TypeFieldDescriptionprivate final RuleTest
StructureProcessorRule.inputPredicate
private final 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 final com.mojang.serialization.Codec<RuleTest>
RuleTest.TYPE_CODEC
-
Uses of RuleTest in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final RuleTest
OreConfiguredFeatures.BASE_STONE_NETHER
static final RuleTest
OreConfiguredFeatures.BASE_STONE_OVERWORLD
static final RuleTest
OreConfiguredFeatures.DEEPSLATE_ORE_REPLACEABLES
static final RuleTest
OreConfiguredFeatures.NETHERRACK
static final RuleTest
OreConfiguredFeatures.STONE_ORE_REPLACEABLES
final RuleTest
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 target, BlockState state)