Class LootTableReporter

java.lang.Object
net.minecraft.loot.LootTableReporter

public class LootTableReporter extends Object
Mappings:
Namespace Name
official egn
intermediary net/minecraft/class_58
named net/minecraft/loot/LootTableReporter
  • Field Details

    • field_47427

      private final class_8942 field_47427
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a:Laud;
      intermediary field_47427 Lnet/minecraft/class_58;field_47427:Lnet/minecraft/class_8942;
      named field_47427 Lnet/minecraft/loot/LootTableReporter;field_47427:Lnet/minecraft/class_8942;
    • contextType

      private final LootContextType contextType
      Mappings:
      Namespace Name Mixin selector
      official b Legn;b:Lein;
      intermediary field_20756 Lnet/minecraft/class_58;field_20756:Lnet/minecraft/class_176;
      named contextType Lnet/minecraft/loot/LootTableReporter;contextType:Lnet/minecraft/loot/context/LootContextType;
    • dataLookup

      private final LootDataLookup dataLookup
      Mappings:
      Namespace Name Mixin selector
      official c Legn;c:Legi;
      intermediary field_44504 Lnet/minecraft/class_58;field_44504:Lnet/minecraft/class_8489;
      named dataLookup Lnet/minecraft/loot/LootTableReporter;dataLookup:Lnet/minecraft/loot/LootDataLookup;
    • referenceStack

      private final Set<LootDataKey<?>> referenceStack
      Mappings:
      Namespace Name Mixin selector
      official d Legn;d:Ljava/util/Set;
      intermediary field_44505 Lnet/minecraft/class_58;field_44505:Ljava/util/Set;
      named referenceStack Lnet/minecraft/loot/LootTableReporter;referenceStack:Ljava/util/Set;
  • Constructor Details

  • Method Details

    • makeChild

      public LootTableReporter makeChild(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Ljava/lang/String;)Legn;
      intermediary method_364 Lnet/minecraft/class_58;method_364(Ljava/lang/String;)Lnet/minecraft/class_58;
      named makeChild Lnet/minecraft/loot/LootTableReporter;makeChild(Ljava/lang/String;)Lnet/minecraft/loot/LootTableReporter;
    • makeChild

      public LootTableReporter makeChild(String name, LootDataKey<?> currentKey)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Ljava/lang/String;Legg;)Legn;
      intermediary method_51219 Lnet/minecraft/class_58;method_51219(Ljava/lang/String;Lnet/minecraft/class_8488;)Lnet/minecraft/class_58;
      named makeChild Lnet/minecraft/loot/LootTableReporter;makeChild(Ljava/lang/String;Lnet/minecraft/loot/LootDataKey;)Lnet/minecraft/loot/LootTableReporter;
    • isInStack

      public boolean isInStack(LootDataKey<?> key)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Legg;)Z
      intermediary method_51218 Lnet/minecraft/class_58;method_51218(Lnet/minecraft/class_8488;)Z
      named isInStack Lnet/minecraft/loot/LootTableReporter;isInStack(Lnet/minecraft/loot/LootDataKey;)Z
    • report

      public void report(String message)
      Mappings:
      Namespace Name Mixin selector
      official b Legn;b(Ljava/lang/String;)V
      intermediary method_360 Lnet/minecraft/class_58;method_360(Ljava/lang/String;)V
      named report Lnet/minecraft/loot/LootTableReporter;report(Ljava/lang/String;)V
    • validateContext

      public void validateContext(LootContextAware contextAware)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Legf;)V
      intermediary method_22567 Lnet/minecraft/class_58;method_22567(Lnet/minecraft/class_46;)V
      named validateContext Lnet/minecraft/loot/LootTableReporter;validateContext(Lnet/minecraft/loot/context/LootContextAware;)V
    • getDataLookup

      public LootDataLookup getDataLookup()
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a()Legi;
      intermediary method_51220 Lnet/minecraft/class_58;method_51220()Lnet/minecraft/class_8489;
      named getDataLookup Lnet/minecraft/loot/LootTableReporter;getDataLookup()Lnet/minecraft/loot/LootDataLookup;
    • withContextType

      public LootTableReporter withContextType(LootContextType lootContextType)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Lein;)Legn;
      intermediary method_22568 Lnet/minecraft/class_58;method_22568(Lnet/minecraft/class_176;)Lnet/minecraft/class_58;
      named withContextType Lnet/minecraft/loot/LootTableReporter;withContextType(Lnet/minecraft/loot/context/LootContextType;)Lnet/minecraft/loot/LootTableReporter;