Uses of Class
net.minecraft.structure.rule.RuleTest
| Package | Description |
|---|---|
| net.minecraft.structure.processor | |
| net.minecraft.structure.rule | |
| net.minecraft.world.gen.feature |
-
Uses of RuleTest in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as RuleTest Modifier and Type Field Description private RuleTestStructureProcessorRule. inputPredicateprivate RuleTestStructureProcessorRule. locationPredicateConstructors in net.minecraft.structure.processor with parameters of type RuleTest Constructor Description StructureProcessorRule(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 RuleTest Modifier and Type Interface Description interfaceRuleTestType<P extends RuleTest>Subclasses of RuleTest in net.minecraft.structure.rule Modifier and Type Class Description classAlwaysTrueRuleTestclassBlockMatchRuleTestclassBlockStateMatchRuleTestclassRandomBlockMatchRuleTestclassRandomBlockStateMatchRuleTestclassTagMatchRuleTestFields in net.minecraft.structure.rule with type parameters of type RuleTest Modifier and Type Field Description static com.mojang.serialization.Codec<RuleTest>RuleTest. TYPE_CODECMethods in net.minecraft.structure.rule with type parameters of type RuleTest Modifier and Type Method Description static <P extends RuleTest>
RuleTestType<P>RuleTestType. register(String id, com.mojang.serialization.Codec<P> codec) -
Uses of RuleTest in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RuleTest Modifier and Type Field Description static RuleTestOreFeatureConfig.Rules. BASE_STONE_NETHERstatic RuleTestOreFeatureConfig.Rules. BASE_STONE_OVERWORLDstatic RuleTestOreFeatureConfig.Rules. DEEPSLATE_ORE_REPLACEABLESstatic RuleTestOreFeatureConfig.Rules. NETHERRACKstatic RuleTestOreFeatureConfig.Rules. STONE_ORE_REPLACEABLESRuleTestOreFeatureConfig.Target. targetMethods in net.minecraft.world.gen.feature with parameters of type RuleTest Modifier and Type Method Description static OreFeatureConfig.TargetOreFeatureConfig. create(RuleTest test, BlockState state)Constructors in net.minecraft.world.gen.feature with parameters of type RuleTest Constructor Description OreFeatureConfig(RuleTest test, BlockState state, int size)OreFeatureConfig(RuleTest test, BlockState state, int size, float discardOnAirChance)Target(RuleTest target, BlockState state)