Package net.minecraftforge.client.model
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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionread(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext) protected voidreadLayerData(com.google.gson.JsonObject jsonObject, String name, it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<ResourceLocation> renderTypeNames, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData> layerData, boolean logWarning) 
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
Loaderpublic Loader()
 
- 
- 
Method Details- 
readpublic ItemLayerModel read(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext) - Specified by:
- readin interface- IGeometryLoader<ItemLayerModel>
 
- 
readLayerDataprotected void readLayerData(com.google.gson.JsonObject jsonObject, String name, it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<ResourceLocation> renderTypeNames, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData> layerData, boolean logWarning) 
 
-