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
Fields in net.minecraft.world.level.levelgen.feature declared as RuleTestModifier and TypeFieldDescriptionprivate final RuleTestBlockReplacement.targetThe field for thetargetrecord component.Methods in net.minecraft.world.level.levelgen.feature that return RuleTestModifier and TypeMethodDescriptionBlockReplacement.target()Returns the value of thetargetrecord component.Methods in net.minecraft.world.level.levelgen.feature with parameters of type RuleTestModifier and TypeMethodDescriptionstatic BlockReplacementBlockReplacement.replace(RuleTest rule, BlockState state) Constructors in net.minecraft.world.level.levelgen.feature with parameters of type RuleTestModifierConstructorDescriptionBlockReplacement(RuleTest target, BlockState state) Creates an instance of aBlockReplacementrecord class.OreFeature(RuleTest target, BlockState state, int size) ScatteredOreFeature(RuleTest target, BlockState state, int size, float discardChanceOnAirExposure) -
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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.level.levelgen.structure.templatesystem declared as RuleTestModifier and TypeFieldDescriptionprivate final RuleTestProcessorRule.inputPredicateprivate final RuleTestProcessorRule.locPredicateprivate final RuleTestNotRuleTest.ruleFields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RuleTest> RuleTest.CODECAllOfRuleTest.rulesAnyOfRuleTest.rulesMethods in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return RuleTestModifier and TypeMethodDescriptionstatic RuleTeststatic RuleTeststatic RuleTeststatic RuleTeststatic RuleTeststatic RuleTestHeightMatchTest.max(int maxInclusive) static RuleTestHeightMatchTest.min(int minInclusive) static RuleTestMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type RuleTestModifier and TypeMethodDescriptionstatic RuleTeststatic RuleTeststatic RuleTeststatic RuleTestMethod parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type RuleTestConstructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type RuleTestModifierConstructorDescriptionNotRuleTest(RuleTest rule) ProcessorRule(RuleTest inputPredicate, RuleTest locPredicate, BlockState outputState) ProcessorRule(RuleTest inputPredicate, RuleTest locPredicate, PosRuleTest posPredicate, BlockState outputState) ProcessorRule(RuleTest inputPredicate, RuleTest locPredicate, PosRuleTest posPredicate, BlockState outputState, RuleBlockEntityModifier blockEntityModifier) Constructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type RuleTestModifierConstructorDescriptionAllOfRuleTest(List<RuleTest> rules) AnyOfRuleTest(List<RuleTest> rules)