Class LootTableReporter

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

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

    • errorReporter

      private final ErrorReporter errorReporter
      Mappings:
      Namespace Name Mixin selector
      named errorReporter Lnet/minecraft/loot/LootTableReporter;errorReporter:Lnet/minecraft/util/ErrorReporter;
      intermediary field_47427 Lnet/minecraft/class_58;field_47427:Lnet/minecraft/class_8942;
      official a Lerc;a:Laym;
    • contextType

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

      private final RegistryEntryLookup.RegistryLookup dataLookup
      Mappings:
      Namespace Name Mixin selector
      named dataLookup Lnet/minecraft/loot/LootTableReporter;dataLookup:Lnet/minecraft/registry/RegistryEntryLookup$RegistryLookup;
      intermediary field_44504 Lnet/minecraft/class_58;field_44504:Lnet/minecraft/class_7871$class_7872;
      official c Lerc;c:Ljk$a;
    • referenceStack

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

    • LootTableReporter

      public LootTableReporter(ErrorReporter errorReporter, LootContextType contextType, RegistryEntryLookup.RegistryLookup dataLookup)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/loot/LootTableReporter;<init>(Lnet/minecraft/util/ErrorReporter;Lnet/minecraft/loot/context/LootContextType;Lnet/minecraft/registry/RegistryEntryLookup$RegistryLookup;)V
      intermediary <init> Lnet/minecraft/class_58;<init>(Lnet/minecraft/class_8942;Lnet/minecraft/class_176;Lnet/minecraft/class_7871$class_7872;)V
      official <init> Lerc;<init>(Laym;Letq;Ljk$a;)V
    • LootTableReporter

      private LootTableReporter(ErrorReporter errorReporter, LootContextType contextType, RegistryEntryLookup.RegistryLookup dataLookup, Set<RegistryKey<?>> referenceStack)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/loot/LootTableReporter;<init>(Lnet/minecraft/util/ErrorReporter;Lnet/minecraft/loot/context/LootContextType;Lnet/minecraft/registry/RegistryEntryLookup$RegistryLookup;Ljava/util/Set;)V
      intermediary <init> Lnet/minecraft/class_58;<init>(Lnet/minecraft/class_8942;Lnet/minecraft/class_176;Lnet/minecraft/class_7871$class_7872;Ljava/util/Set;)V
      official <init> Lerc;<init>(Laym;Letq;Ljk$a;Ljava/util/Set;)V
  • Method Details

    • makeChild

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

      public LootTableReporter makeChild(String name, RegistryKey<?> key)
      Mappings:
      Namespace Name Mixin selector
      named makeChild Lnet/minecraft/loot/LootTableReporter;makeChild(Ljava/lang/String;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/loot/LootTableReporter;
      intermediary method_51219 Lnet/minecraft/class_58;method_51219(Ljava/lang/String;Lnet/minecraft/class_5321;)Lnet/minecraft/class_58;
      official a Lerc;a(Ljava/lang/String;Lakj;)Lerc;
    • isInStack

      public boolean isInStack(RegistryKey<?> key)
      Mappings:
      Namespace Name Mixin selector
      named isInStack Lnet/minecraft/loot/LootTableReporter;isInStack(Lnet/minecraft/registry/RegistryKey;)Z
      intermediary method_51218 Lnet/minecraft/class_58;method_51218(Lnet/minecraft/class_5321;)Z
      official a Lerc;a(Lakj;)Z
    • report

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

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

      public RegistryEntryLookup.RegistryLookup getDataLookup()
      Mappings:
      Namespace Name Mixin selector
      named getDataLookup Lnet/minecraft/loot/LootTableReporter;getDataLookup()Lnet/minecraft/registry/RegistryEntryLookup$RegistryLookup;
      intermediary method_51220 Lnet/minecraft/class_58;method_51220()Lnet/minecraft/class_7871$class_7872;
      official a Lerc;a()Ljk$a;
    • withContextType

      public LootTableReporter withContextType(LootContextType contextType)
      Mappings:
      Namespace Name Mixin selector
      named withContextType Lnet/minecraft/loot/LootTableReporter;withContextType(Lnet/minecraft/loot/context/LootContextType;)Lnet/minecraft/loot/LootTableReporter;
      intermediary method_22568 Lnet/minecraft/class_58;method_22568(Lnet/minecraft/class_176;)Lnet/minecraft/class_58;
      official a Lerc;a(Letq;)Lerc;
    • getErrorReporter

      public ErrorReporter getErrorReporter()
      Mappings:
      Namespace Name Mixin selector
      named getErrorReporter Lnet/minecraft/loot/LootTableReporter;getErrorReporter()Lnet/minecraft/util/ErrorReporter;
      intermediary method_60288 Lnet/minecraft/class_58;method_60288()Lnet/minecraft/class_8942;
      official b Lerc;b()Laym;