Class EmptyModel
java.lang.Object
net.neoforged.neoforge.client.model.EmptyModel
- All Implemented Interfaces:
JsonDeserializer<EmptyModel>, ResolvableModel, UnbakedModel, UnbakedModelExtension
A completely empty model with no quads or texture dependencies.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ResolvableModel
ResolvableModel.ResolverNested classes/interfaces inherited from interface UnbakedModel
UnbakedModel.GuiLight -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EmptyModelstatic final UnbakedModelLoader<EmptyModel> Fields inherited from interface UnbakedModel
PARTICLE_TEXTURE_REFERENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) geometry()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UnbakedModel
ambientOcclusion, guiLight, parent, textureSlots, transformsMethods inherited from interface UnbakedModelExtension
fillAdditionalProperties, resolveDependencies
-
Field Details
-
INSTANCE
-
LOADER
-
-
Constructor Details
-
EmptyModel
private EmptyModel()
-
-
Method Details
-
deserialize
public EmptyModel deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) throws JsonParseException - Specified by:
deserializein interfaceJsonDeserializer<EmptyModel>- Throws:
JsonParseException
-
geometry
- Specified by:
geometryin interfaceUnbakedModel
-