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 BlockState
blockState
static com.mojang.serialization.Codec<RandomBlockStateMatchRuleTest>
CODEC
private float
probability
Fields 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()
boolean
test(BlockState state, Random random)