Class BlockMatchRuleTest

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

public class BlockMatchRuleTest extends RuleTest
Mappings:
Namespace Name
official drl
intermediary net/minecraft/class_3819
named net/minecraft/structure/rule/BlockMatchRuleTest
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BlockMatchRuleTest> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldrl;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

      private final Block block
      Mappings:
      Namespace Name Mixin selector
      official b Ldrl;b:Lcmt;
      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

      public BlockMatchRuleTest(Block block)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldrl;<init>(Lcmt;)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

      public boolean test(BlockState state, Random random)
      Specified by:
      test in class RuleTest
      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

      protected RuleTestType<?> getType()
      Specified by:
      getType in class RuleTest
      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;