Class ItemListProvider

java.lang.Object
net.minecraft.data.report.ItemListProvider
All Implemented Interfaces:
DataProvider

public class ItemListProvider
extends Object
implements DataProvider
Mappings:
Namespace Name
official ie
intermediary net/minecraft/class_2427
named net/minecraft/data/report/ItemListProvider
  • Field Details

    • GSON

      private static final Gson GSON
      Mappings:
      Namespace Name Mixin selector
      official b Lie;b:Lcom/google/gson/Gson;
      intermediary field_17170 Lnet/minecraft/class_2427;field_17170:Lcom/google/gson/Gson;
      named GSON Lnet/minecraft/data/report/ItemListProvider;GSON:Lcom/google/gson/Gson;
    • root

      private final DataGenerator root
      Mappings:
      Namespace Name Mixin selector
      official c Lie;c:Lhs;
      intermediary field_11323 Lnet/minecraft/class_2427;field_11323:Lnet/minecraft/class_2403;
      named root Lnet/minecraft/data/report/ItemListProvider;root:Lnet/minecraft/data/DataGenerator;
  • Constructor Details

    • ItemListProvider

      public ItemListProvider​(DataGenerator dataGenerator)
  • Method Details

    • run

      public void run​(DataCache cache) throws IOException
      Specified by:
      run in interface DataProvider
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lht;a(Lhu;)V
      intermediary method_10319 Lnet/minecraft/class_2405;method_10319(Lnet/minecraft/class_2408;)V
      named run Lnet/minecraft/data/DataProvider;run(Lnet/minecraft/data/DataCache;)V
    • toJson

      private static <T> JsonElement toJson​(Registry<T> registry)
      Mappings:
      Namespace Name Mixin selector
      official a Lie;a(Lgn;)Lcom/google/gson/JsonElement;
      intermediary method_17175 Lnet/minecraft/class_2427;method_17175(Lnet/minecraft/class_2378;)Lcom/google/gson/JsonElement;
      named toJson Lnet/minecraft/data/report/ItemListProvider;toJson(Lnet/minecraft/util/registry/Registry;)Lcom/google/gson/JsonElement;
    • getName

      public String getName()
      Specified by:
      getName in interface DataProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lht;a()Ljava/lang/String;
      intermediary method_10321 Lnet/minecraft/class_2405;method_10321()Ljava/lang/String;
      named getName Lnet/minecraft/data/DataProvider;getName()Ljava/lang/String;