Class BlockStateMatchRuleTest

java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.BlockStateMatchRuleTest

public class BlockStateMatchRuleTest extends RuleTest
Mappings:
Namespace Name
official dbz
intermediary net/minecraft/class_3820
named net/minecraft/structure/rule/BlockStateMatchRuleTest
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BlockStateMatchRuleTest> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldbz;a:Lcom/mojang/serialization/Codec;
      intermediary field_25001 Lnet/minecraft/class_3820;field_25001:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/structure/rule/BlockStateMatchRuleTest;CODEC:Lcom/mojang/serialization/Codec;
    • blockState

      private final BlockState blockState
      Mappings:
      Namespace Name Mixin selector
      official b Ldbz;b:Lcks;
      intermediary field_16870 Lnet/minecraft/class_3820;field_16870:Lnet/minecraft/class_2680;
      named blockState Lnet/minecraft/structure/rule/BlockStateMatchRuleTest;blockState:Lnet/minecraft/block/BlockState;
  • Constructor Details

    • BlockStateMatchRuleTest

      public BlockStateMatchRuleTest(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldbz;<init>(Lcks;)V
      intermediary <init> Lnet/minecraft/class_3820;<init>(Lnet/minecraft/class_2680;)V
      named <init> Lnet/minecraft/structure/rule/BlockStateMatchRuleTest;<init>(Lnet/minecraft/block/BlockState;)V
  • Method Details

    • test

      public boolean test(BlockState state, Random random)
      Specified by:
      test in class RuleTest
      Mappings:
      Namespace Name Mixin selector
      official a Ldcn;a(Lcks;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

      protected RuleTestType<?> getType()
      Specified by:
      getType in class RuleTest
      Mappings:
      Namespace Name Mixin selector
      official a Ldcn;a()Ldco;
      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;