Package net.minecraft.structure.rule
Class BlockMatchRuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.BlockMatchRuleTest
public class BlockMatchRuleTest extends RuleTest
- Mappings:
Namespace Name official cxs
intermediary net/minecraft/class_3819
named net/minecraft/structure/rule/BlockMatchRuleTest
-
Field Summary
Fields Modifier and Type Field Description private Block
block
static com.mojang.serialization.Codec<BlockMatchRuleTest>
CODEC
Fields inherited from class net.minecraft.structure.rule.RuleTest
field_25012
-
Constructor Summary
Constructors Constructor Description BlockMatchRuleTest(Block block)
-
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
Lcxs;a:Lcom/mojang/serialization/Codec;
intermediary field_24999
Lnet/minecraft/class_3819;field_24999:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/structure/rule/BlockMatchRuleTest;CODEC:Lcom/mojang/serialization/Codec;
-
block
- Mappings:
Namespace Name Mixin selector official b
Lcxs;b:Lbwu;
intermediary field_16869
Lnet/minecraft/class_3819;field_16869:Lnet/minecraft/class_2248;
named block
Lnet/minecraft/structure/rule/BlockMatchRuleTest;block:Lnet/minecraft/block/Block;
-
-
Constructor Details
-
BlockMatchRuleTest
- Mappings:
Namespace Name Mixin selector official <init>
Lcxs;<init>(Lbwu;)V
intermediary <init>
Lnet/minecraft/class_3819;<init>(Lnet/minecraft/class_2248;)V
named <init>
Lnet/minecraft/structure/rule/BlockMatchRuleTest;<init>(Lnet/minecraft/block/Block;)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;
-