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 RuleTest
StructureProcessorRule. inputPredicate
private RuleTest
StructureProcessorRule. locationPredicate
Constructors 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 interface
RuleTestType<P extends RuleTest>
Subclasses of RuleTest in net.minecraft.structure.rule Modifier and Type Class Description class
AlwaysTrueRuleTest
class
BlockMatchRuleTest
class
BlockStateMatchRuleTest
class
RandomBlockMatchRuleTest
class
RandomBlockStateMatchRuleTest
class
TagMatchRuleTest
Fields in net.minecraft.structure.rule with type parameters of type RuleTest Modifier and Type Field Description static com.mojang.serialization.Codec<RuleTest>
RuleTest. TYPE_CODEC
Methods 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 RuleTest
OreFeatureConfig.Rules. BASE_STONE_NETHER
static RuleTest
OreFeatureConfig.Rules. BASE_STONE_OVERWORLD
static RuleTest
OreFeatureConfig.Rules. DEEPSLATE_ORE_REPLACEABLES
static RuleTest
OreFeatureConfig.Rules. NETHERRACK
static RuleTest
OreFeatureConfig.Rules. STONE_ORE_REPLACEABLES
RuleTest
OreFeatureConfig.Target. target
Methods in net.minecraft.world.gen.feature with parameters of type RuleTest Modifier and Type Method Description static OreFeatureConfig.Target
OreFeatureConfig. 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)