Package net.minecraft.structure.rule
Class RandomBlockStateMatchRuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.RandomBlockStateMatchRuleTest
public class RandomBlockStateMatchRuleTest extends RuleTest
-
Field Summary
Fields Modifier and Type Field Description private BlockStateblockStatestatic com.mojang.serialization.Codec<RandomBlockStateMatchRuleTest>CODECprivate floatprobabilityFields inherited from class net.minecraft.structure.rule.RuleTest
field_25012 -
Constructor Summary
Constructors Constructor Description RandomBlockStateMatchRuleTest(BlockState blockState, float probability) -
Method Summary
Modifier and Type Method Description protected RuleTestType<?>getType()booleantest(BlockState state, Random random)