Class ReferenceLootCondition

java.lang.Object
net.minecraft.loot.condition.ReferenceLootCondition
All Implemented Interfaces:
Predicate<LootContext>, LootCondition, LootContextAware

public class ReferenceLootCondition
extends Object
implements LootCondition
Mappings:
Namespace Name
official dgs
intermediary net/minecraft/class_4568
named net/minecraft/loot/condition/ReferenceLootCondition
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ldgs;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_20763 Lnet/minecraft/class_4568;field_20763:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/loot/condition/ReferenceLootCondition;LOGGER:Lorg/apache/logging/log4j/Logger;
    • id

      private final Identifier id
      Mappings:
      Namespace Name Mixin selector
      official b Ldgs;b:Lwb;
      intermediary field_20764 Lnet/minecraft/class_4568;field_20764:Lnet/minecraft/class_2960;
      named id Lnet/minecraft/loot/condition/ReferenceLootCondition;id:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ReferenceLootCondition

      private ReferenceLootCondition​(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldgs;<init>(Lwb;)V
      intermediary <init> Lnet/minecraft/class_4568;<init>(Lnet/minecraft/class_2960;)V
      named <init> Lnet/minecraft/loot/condition/ReferenceLootCondition;<init>(Lnet/minecraft/util/Identifier;)V
  • Method Details

    • getType

      public LootConditionType getType()
      Specified by:
      getType in interface LootCondition
      Mappings:
      Namespace Name Mixin selector
      official a Ldha;a()Ldhb;
      intermediary method_29325 Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;
      named getType Lnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
    • validate

      public void validate​(LootTableReporter reporter)
      Specified by:
      validate in interface LootContextAware
      Mappings:
      Namespace Name Mixin selector
      official a Ldej;a(Ldeq;)V
      intermediary method_292 Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V
      named validate Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
    • test

      public boolean test​(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      official a Ldgs;a(Ldei;)Z
      intermediary method_22579 Lnet/minecraft/class_4568;method_22579(Lnet/minecraft/class_47;)Z
      named test Lnet/minecraft/loot/condition/ReferenceLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z