Uses of Class
net.minecraft.world.gen.feature.template.RuleTest
-
Packages that use RuleTest Package Description net.minecraft.world.gen.feature net.minecraft.world.gen.feature.template -
-
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.FillerBlockType. NATURAL_STONE
static RuleTest
OreFeatureConfig.FillerBlockType. NETHER_ORE_REPLACEABLES
static RuleTest
OreFeatureConfig.FillerBlockType. NETHERRACK
RuleTest
OreFeatureConfig. target
Constructors in net.minecraft.world.gen.feature with parameters of type RuleTest Constructor Description OreFeatureConfig(RuleTest p_i241989_1_, BlockState p_i241989_2_, int p_i241989_3_)
-
Uses of RuleTest in net.minecraft.world.gen.feature.template
Classes in net.minecraft.world.gen.feature.template with type parameters of type RuleTest Modifier and Type Interface Description interface
IRuleTestType<P extends RuleTest>
Subclasses of RuleTest in net.minecraft.world.gen.feature.template Modifier and Type Class Description class
AlwaysTrueRuleTest
class
BlockMatchRuleTest
class
BlockStateMatchRuleTest
class
RandomBlockMatchRuleTest
class
RandomBlockStateMatchRuleTest
class
TagMatchRuleTest
Fields in net.minecraft.world.gen.feature.template declared as RuleTest Modifier and Type Field Description private RuleTest
RuleEntry. inputPredicate
private RuleTest
RuleEntry. locPredicate
Fields in net.minecraft.world.gen.feature.template with type parameters of type RuleTest Modifier and Type Field Description static com.mojang.serialization.Codec<RuleTest>
RuleTest. CODEC
Methods in net.minecraft.world.gen.feature.template with type parameters of type RuleTest Modifier and Type Method Description static <P extends RuleTest>
IRuleTestType<P>IRuleTestType. register(java.lang.String p_237129_0_, com.mojang.serialization.Codec<P> p_237129_1_)
Constructors in net.minecraft.world.gen.feature.template with parameters of type RuleTest Constructor Description RuleEntry(RuleTest p_i51326_1_, RuleTest p_i51326_2_, BlockState p_i51326_3_)
RuleEntry(RuleTest p_i232117_1_, RuleTest p_i232117_2_, PosRuleTest p_i232117_3_, BlockState p_i232117_4_)
RuleEntry(RuleTest p_i232118_1_, RuleTest p_i232118_2_, PosRuleTest p_i232118_3_, BlockState p_i232118_4_, java.util.Optional<CompoundNBT> p_i232118_5_)
-