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, RuleBlockEntityModifier blockEntityModifier) -
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 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)