Package net.minecraft.client.render
Class TextureStitchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.client.render.TextureStitchException
- All Implemented Interfaces:
Serializable
@Environment(CLIENT) public class TextureStitchException extends RuntimeException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official bmgintermediary net/minecraft/class_1229named net/minecraft/client/render/TextureStitchException
-
Field Summary
Fields Modifier and Type Field Description private TextureStitcher.Holderfield_5113 -
Constructor Summary
Constructors Constructor Description TextureStitchException(TextureStitcher.Holder holder, String cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
field_5113
- Mappings:
Namespace Name Mixin selector official aLbmg;a:Lbmf$a;intermediary field_5113Lnet/minecraft/class_1229;field_5113:Lnet/minecraft/class_1226$class_1227;named field_5113Lnet/minecraft/client/render/TextureStitchException;field_5113:Lnet/minecraft/client/render/TextureStitcher$Holder;
-
-
Constructor Details
-
TextureStitchException
- Mappings:
Namespace Name Mixin selector official <init>Lbmg;<init>(Lbmf$a;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1229;<init>(Lnet/minecraft/class_1226$class_1227;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/client/render/TextureStitchException;<init>(Lnet/minecraft/client/render/TextureStitcher$Holder;Ljava/lang/String;)V
-