Class TagMatchRuleTest

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

public class TagMatchRuleTest extends RuleTest
Mappings:
Namespace Name
official dsj
intermediary net/minecraft/class_3798
named net/minecraft/structure/rule/TagMatchRuleTest
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<TagMatchRuleTest> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldsj;a:Lcom/mojang/serialization/Codec;
      intermediary field_25014 Lnet/minecraft/class_3798;field_25014:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/structure/rule/TagMatchRuleTest;CODEC:Lcom/mojang/serialization/Codec;
    • tag

      private final TagKey<Block> tag
      Mappings:
      Namespace Name Mixin selector
      official b Ldsj;b:Lamr;
      intermediary field_16747 Lnet/minecraft/class_3798;field_16747:Lnet/minecraft/class_6862;
      named tag Lnet/minecraft/structure/rule/TagMatchRuleTest;tag:Lnet/minecraft/registry/tag/TagKey;
  • Constructor Details

    • TagMatchRuleTest

      public TagMatchRuleTest(TagKey<Block> tag)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldsj;<init>(Lamr;)V
      intermediary <init> Lnet/minecraft/class_3798;<init>(Lnet/minecraft/class_6862;)V
      named <init> Lnet/minecraft/structure/rule/TagMatchRuleTest;<init>(Lnet/minecraft/registry/tag/TagKey;)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;