Package net.minecraft.structure.rule
Class BlockStateMatchRuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.BlockStateMatchRuleTest
public class BlockStateMatchRuleTest extends RuleTest
- Mappings:
Namespace Name official cxuintermediary net/minecraft/class_3820named net/minecraft/structure/rule/BlockStateMatchRuleTest
-
Field Summary
Fields Modifier and Type Field Description private BlockStateblockStatestatic com.mojang.serialization.Codec<BlockStateMatchRuleTest>CODECFields inherited from class net.minecraft.structure.rule.RuleTest
field_25012 -
Constructor Summary
Constructors Constructor Description BlockStateMatchRuleTest(BlockState blockState) -
Method Summary
Modifier and Type Method Description protected RuleTestType<?>getType()booleantest(BlockState state, Random random)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLcxu;a:Lcom/mojang/serialization/Codec;intermediary field_25001Lnet/minecraft/class_3820;field_25001:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/structure/rule/BlockStateMatchRuleTest;CODEC:Lcom/mojang/serialization/Codec;
-
blockState
- Mappings:
Namespace Name Mixin selector official bLcxu;b:Lcht;intermediary field_16870Lnet/minecraft/class_3820;field_16870:Lnet/minecraft/class_2680;named blockStateLnet/minecraft/structure/rule/BlockStateMatchRuleTest;blockState:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
BlockStateMatchRuleTest
- Mappings:
Namespace Name Mixin selector official <init>Lcxu;<init>(Lcht;)Vintermediary <init>Lnet/minecraft/class_3820;<init>(Lnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/structure/rule/BlockStateMatchRuleTest;<init>(Lnet/minecraft/block/BlockState;)V
-
-
Method Details
-
test
- Specified by:
testin classRuleTest- Mappings:
Namespace Name Mixin selector official aLcyh;a(Lcht;Ljava/util/Random;)Zintermediary method_16768Lnet/minecraft/class_3825;method_16768(Lnet/minecraft/class_2680;Ljava/util/Random;)Znamed testLnet/minecraft/structure/rule/RuleTest;test(Lnet/minecraft/block/BlockState;Ljava/util/Random;)Z
-
getType
- Specified by:
getTypein classRuleTest- Mappings:
Namespace Name Mixin selector official aLcyh;a()Lcyi;intermediary method_16766Lnet/minecraft/class_3825;method_16766()Lnet/minecraft/class_3827;named getTypeLnet/minecraft/structure/rule/RuleTest;getType()Lnet/minecraft/structure/rule/RuleTestType;
-