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 fjg$c
intermediary net/minecraft/class_790$class_6247
named net/minecraft/client/render/model/json/ModelVariantMap$VariantAbsentException
-
Constructor Summary
-
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()
-