Package net.minecraftforge.client.model
Class ElementsModel.Loader
java.lang.Object
net.minecraftforge.client.model.ElementsModel.Loader
- All Implemented Interfaces:
IGeometryLoader<ElementsModel>
- Enclosing class:
- ElementsModel
public static final class ElementsModel.Loader
extends Object
implements IGeometryLoader<ElementsModel>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
static final ElementsModel.Loader
static final ElementsModel.Loader
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext)
-
Field Details
-
INSTANCE
-
INSTANCE_DEPRECATED
@Deprecated(forRemoval=true, since="1.19") public static final ElementsModel.Loader INSTANCE_DEPRECATEDDeprecated, for removal: This API element is subject to removal in a future version. -
deprecated
private final boolean deprecated
-
-
Constructor Details
-
Loader
private Loader(boolean deprecated)
-
-
Method Details
-
read
public ElementsModel read(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext) throws com.google.gson.JsonParseException - Specified by:
read
in interfaceIGeometryLoader<ElementsModel>
- Throws:
com.google.gson.JsonParseException
-