Package net.minecraft.structure.rule
Class RandomBlockMatchRuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.RandomBlockMatchRuleTest
public class RandomBlockMatchRuleTest extends RuleTest
-
Field Summary
Fields Modifier and Type Field Description private Blockblockstatic com.mojang.serialization.Codec<RandomBlockMatchRuleTest>CODECprivate floatprobability -
Constructor Summary
Constructors Constructor Description RandomBlockMatchRuleTest(Block block, float float2) -
Method Summary
Modifier and Type Method Description protected RuleTestType<?>getType()booleantest(BlockState state, Random random)
-
Field Details
-
CODEC
-
block
-
probability
private final float probability
-
-
Constructor Details
-
Method Details