Class ItemLayerModel.Loader

java.lang.Object
net.minecraftforge.client.model.ItemLayerModel.Loader
All Implemented Interfaces:
IGeometryLoader<ItemLayerModel>
Enclosing class:
ItemLayerModel

public static final class ItemLayerModel.Loader extends Object implements IGeometryLoader<ItemLayerModel>
  • Field Details

  • Constructor Details

    • Loader

      private Loader(boolean deprecated)
  • Method Details

    • read

      public ItemLayerModel read(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext)
      Specified by:
      read in interface IGeometryLoader<ItemLayerModel>
    • readUnlit

      private boolean readUnlit(com.google.gson.JsonObject jsonObject, String name, it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<ResourceLocation> renderTypeNames, it.unimi.dsi.fastutil.ints.IntOpenHashSet litLayers, boolean logWarning)