Package net.minecraft.client.texture
Class TextureStitcherCannotFitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.client.texture.TextureStitcherCannotFitException
- All Implemented Interfaces:
Serializable
- See Also:
- Mappings:
Namespace Name named net/minecraft/client/texture/TextureStitcherCannotFitException
intermediary net/minecraft/class_1054
official her
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextureStitcherCannotFitException
(TextureStitcher.Stitchable sprite, Collection<TextureStitcher.Stitchable> sprites) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
Constructor Details
-
TextureStitcherCannotFitException
public TextureStitcherCannotFitException(TextureStitcher.Stitchable sprite, Collection<TextureStitcher.Stitchable> sprites) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/texture/TextureStitcherCannotFitException;<init>(Lnet/minecraft/client/texture/TextureStitcher$Stitchable;Ljava/util/Collection;)V
intermediary <init>
Lnet/minecraft/class_1054;<init>(Lnet/minecraft/class_1055$class_7769;Ljava/util/Collection;)V
official <init>
Lher;<init>(Lheq$a;Ljava/util/Collection;)V
-
-
Method Details