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
- Mappings:
Namespace Name official cyf
intermediary net/minecraft/class_3823
named net/minecraft/structure/rule/RandomBlockStateMatchRuleTest
-
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)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcyf;a:Lcom/mojang/serialization/Codec;
intermediary field_25010
Lnet/minecraft/class_3823;field_25010:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/structure/rule/RandomBlockStateMatchRuleTest;CODEC:Lcom/mojang/serialization/Codec;
-
blockState
- Mappings:
Namespace Name Mixin selector official b
Lcyf;b:Lcht;
intermediary field_16878
Lnet/minecraft/class_3823;field_16878:Lnet/minecraft/class_2680;
named blockState
Lnet/minecraft/structure/rule/RandomBlockStateMatchRuleTest;blockState:Lnet/minecraft/block/BlockState;
-
probability
private final float probability- Mappings:
Namespace Name Mixin selector official d
Lcyf;d:F
intermediary field_16877
Lnet/minecraft/class_3823;field_16877:F
named probability
Lnet/minecraft/structure/rule/RandomBlockStateMatchRuleTest;probability:F
-
-
Constructor Details
-
RandomBlockStateMatchRuleTest
- Mappings:
Namespace Name Mixin selector official <init>
Lcyf;<init>(Lcht;F)V
intermediary <init>
Lnet/minecraft/class_3823;<init>(Lnet/minecraft/class_2680;F)V
named <init>
Lnet/minecraft/structure/rule/RandomBlockStateMatchRuleTest;<init>(Lnet/minecraft/block/BlockState;F)V
-
-
Method Details
-
test
- Specified by:
test
in classRuleTest
- Mappings:
Namespace Name Mixin selector official a
Lcyh;a(Lcht;Ljava/util/Random;)Z
intermediary method_16768
Lnet/minecraft/class_3825;method_16768(Lnet/minecraft/class_2680;Ljava/util/Random;)Z
named test
Lnet/minecraft/structure/rule/RuleTest;test(Lnet/minecraft/block/BlockState;Ljava/util/Random;)Z
-
getType
- Specified by:
getType
in classRuleTest
- Mappings:
Namespace Name Mixin selector official a
Lcyh;a()Lcyi;
intermediary method_16766
Lnet/minecraft/class_3825;method_16766()Lnet/minecraft/class_3827;
named getType
Lnet/minecraft/structure/rule/RuleTest;getType()Lnet/minecraft/structure/rule/RuleTestType;
-