Package net.minecraft.structure.rule
Class RandomBlockMatchRuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.RandomBlockMatchRuleTest
- Mappings:
Namespace Name official dry
intermediary net/minecraft/class_3824
named net/minecraft/structure/rule/RandomBlockMatchRuleTest
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Block
static final com.mojang.serialization.Codec<RandomBlockMatchRuleTest>
private final float
Fields inherited from class net.minecraft.structure.rule.RuleTest
TYPE_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected RuleTestType<?>
getType()
boolean
test
(BlockState state, Random random)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ldry;a:Lcom/mojang/serialization/Codec;
intermediary field_25009
Lnet/minecraft/class_3824;field_25009:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/structure/rule/RandomBlockMatchRuleTest;CODEC:Lcom/mojang/serialization/Codec;
-
block
- Mappings:
Namespace Name Mixin selector official b
Ldry;b:Lcmt;
intermediary field_16880
Lnet/minecraft/class_3824;field_16880:Lnet/minecraft/class_2248;
named block
Lnet/minecraft/structure/rule/RandomBlockMatchRuleTest;block:Lnet/minecraft/block/Block;
-
probability
private final float probability- Mappings:
Namespace Name Mixin selector official d
Ldry;d:F
intermediary field_16879
Lnet/minecraft/class_3824;field_16879:F
named probability
Lnet/minecraft/structure/rule/RandomBlockMatchRuleTest;probability:F
-
-
Constructor Details
-
RandomBlockMatchRuleTest
- Mappings:
Namespace Name Mixin selector official <init>
Ldry;<init>(Lcmt;F)V
intermediary <init>
Lnet/minecraft/class_3824;<init>(Lnet/minecraft/class_2248;F)V
named <init>
Lnet/minecraft/structure/rule/RandomBlockMatchRuleTest;<init>(Lnet/minecraft/block/Block;F)V
-
-
Method Details
-
test
- Specified by:
test
in classRuleTest
- Mappings:
Namespace Name Mixin selector official a
Ldsb;a(Lcyt;Laoh;)Z
intermediary method_16768
Lnet/minecraft/class_3825;method_16768(Lnet/minecraft/class_2680;Lnet/minecraft/class_5819;)Z
named test
Lnet/minecraft/structure/rule/RuleTest;test(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/random/Random;)Z
-
getType
- Specified by:
getType
in classRuleTest
- Mappings:
Namespace Name Mixin selector official a
Ldsb;a()Ldsc;
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;
-