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.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as RuleTestMethods in net.minecraft.world.level.levelgen.feature.configurations with parameters of type RuleTestConstructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type RuleTestModifierConstructorDescriptionOreConfiguration(RuleTest target, BlockState state, int size) OreConfiguration(RuleTest target, BlockState state, int size, float discardChanceOnAirExposure) (package private)TargetBlockState(RuleTest target, BlockState state) -
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 TypeClassDescriptionclassclassclassclassclassclassFields in net.minecraft.world.level.levelgen.structure.templatesystem declared as RuleTestModifier and TypeFieldDescriptionprivate final RuleTestProcessorRule.inputPredicateprivate final RuleTestProcessorRule.locPredicateFields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RuleTest> RuleTest.CODECMethods in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestConstructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type RuleTestModifierConstructorDescriptionProcessorRule(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)