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 class ModelVariantMap.VariantAbsentException
extends RuntimeException
An unchecked exception indicating a variant is not found with a string key.
- See Also:
- Mappings:
- Namespace - Name - official - fas$c- intermediary - net/minecraft/class_790$class_6247- named - net/minecraft/client/render/model/json/ModelVariantMap$VariantAbsentException
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VariantAbsentExceptionprotected VariantAbsentException()
 
-