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 pTarget, BlockState pState, int pSize) OreConfiguration
(RuleTest pTarget, BlockState pState, int pSize, float pDiscardChanceOnAirExposure) (package private)
TargetBlockState
(RuleTest p_161036_, BlockState p_161037_) -
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 TypeClassDescriptionclass
class
class
class
class
class
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as RuleTestModifier and TypeFieldDescriptionprivate final RuleTest
ProcessorRule.inputPredicate
private final RuleTest
ProcessorRule.locPredicate
Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type RuleTestModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RuleTest> RuleTest.CODEC
Methods 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 pInputPredicate, RuleTest pLocPredicate, BlockState pOutputState) ProcessorRule
(RuleTest pInputPredicate, RuleTest pLocPredicate, PosRuleTest pPosPredicate, BlockState pOutputState) ProcessorRule
(RuleTest pInputPredicate, RuleTest pLocPredicate, PosRuleTest pPosPredicate, BlockState pOutputState, RuleBlockEntityModifier p_277808_)