Class ModelVariantMap.VariantAbsentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.client.render.model.json.ModelVariantMap.VariantAbsentException
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 ModelVariantMap
@Environment(CLIENT)
protected static class ModelVariantMap.VariantAbsentException
extends RuntimeException
An unchecked exception indicating a variant is not found with a string key.
- See Also:
 - Mappings:
 Namespace Name named net/minecraft/client/render/model/json/ModelVariantMap$VariantAbsentExceptionintermediary net/minecraft/class_790$class_6247official gmx$b
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
VariantAbsentException
protected VariantAbsentException() 
 -