Uses of Class
net.minecraft.structure.rule.RuleTest
Packages that use RuleTest
Package
Description
-
Uses of RuleTest in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as RuleTestModifier and TypeFieldDescriptionprivate final RuleTest
StructureProcessorRule.inputPredicate
private final RuleTest
StructureProcessorRule.locationPredicate
Constructors in net.minecraft.structure.processor with parameters of type RuleTestModifierConstructorDescriptionStructureProcessorRule
(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
Classes in net.minecraft.structure.rule with type parameters of type RuleTestSubclasses of RuleTest in net.minecraft.structure.ruleModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in net.minecraft.structure.rule with type parameters of type RuleTestModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RuleTest>
RuleTest.TYPE_CODEC
Methods in net.minecraft.structure.rule with type parameters of type RuleTest -
Uses of RuleTest in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RuleTestMethods in net.minecraft.world.gen.feature with parameters of type RuleTestModifier and TypeMethodDescriptionstatic OreFeatureConfig.Target
OreFeatureConfig.createTarget
(RuleTest test, BlockState state) Constructors in net.minecraft.world.gen.feature with parameters of type RuleTestModifierConstructorDescriptionOreFeatureConfig
(RuleTest test, BlockState state, int size) OreFeatureConfig
(RuleTest test, BlockState state, int size, float discardOnAirChance) (package private)
Target
(RuleTest target, BlockState state)