Class BlockMatchRuleTest

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

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

    • CODEC

      public static final com.mojang.serialization.MapCodec<BlockMatchRuleTest> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/structure/rule/BlockMatchRuleTest;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_24999 Lnet/minecraft/class_3819;field_24999:Lcom/mojang/serialization/MapCodec;
      official a Lemq;a:Lcom/mojang/serialization/MapCodec;
    • block

      private final Block block
      Mappings:
      Namespace Name Mixin selector
      named block Lnet/minecraft/structure/rule/BlockMatchRuleTest;block:Lnet/minecraft/block/Block;
      intermediary field_16869 Lnet/minecraft/class_3819;field_16869:Lnet/minecraft/class_2248;
      official b Lemq;b:Ldfw;
  • Constructor Details

    • BlockMatchRuleTest

      public BlockMatchRuleTest(Block block)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/structure/rule/BlockMatchRuleTest;<init>(Lnet/minecraft/block/Block;)V
      intermediary <init> Lnet/minecraft/class_3819;<init>(Lnet/minecraft/class_2248;)V
      official <init> Lemq;<init>(Ldfw;)V
  • Method Details

    • test

      public boolean test(BlockState state, Random random)
      Specified by:
      test in class RuleTest
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/structure/rule/RuleTest;test(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/random/Random;)Z
      intermediary method_16768 Lnet/minecraft/class_3825;method_16768(Lnet/minecraft/class_2680;Lnet/minecraft/class_5819;)Z
      official a Lenh;a(Ldta;Layv;)Z
    • getType

      protected RuleTestType<?> getType()
      Specified by:
      getType in class RuleTest
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/structure/rule/RuleTest;getType()Lnet/minecraft/structure/rule/RuleTestType;
      intermediary method_16766 Lnet/minecraft/class_3825;method_16766()Lnet/minecraft/class_3827;
      official a Lenh;a()Leni;