Package net.minecraft.text
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.minecraft.text.TranslationException
- All Implemented Interfaces:
Serializable
- See Also:
- Mappings:
Namespace Name official uu
intermediary net/minecraft/class_2590
named net/minecraft/text/TranslationException
-
Constructor Summary
ConstructorDescriptionTranslationException
(TranslatableTextContent text, int index) TranslationException
(TranslatableTextContent text, String message) TranslationException
(TranslatableTextContent text, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TranslationException
- Mappings:
Namespace Name Mixin selector official <init>
Luu;<init>(Lut;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2590;<init>(Lnet/minecraft/class_2588;Ljava/lang/String;)V
named <init>
Lnet/minecraft/text/TranslationException;<init>(Lnet/minecraft/text/TranslatableTextContent;Ljava/lang/String;)V
-
TranslationException
- Mappings:
Namespace Name Mixin selector official <init>
Luu;<init>(Lut;I)V
intermediary <init>
Lnet/minecraft/class_2590;<init>(Lnet/minecraft/class_2588;I)V
named <init>
Lnet/minecraft/text/TranslationException;<init>(Lnet/minecraft/text/TranslatableTextContent;I)V
-
TranslationException
- Mappings:
Namespace Name Mixin selector official <init>
Luu;<init>(Lut;Ljava/lang/Throwable;)V
intermediary <init>
Lnet/minecraft/class_2590;<init>(Lnet/minecraft/class_2588;Ljava/lang/Throwable;)V
named <init>
Lnet/minecraft/text/TranslationException;<init>(Lnet/minecraft/text/TranslatableTextContent;Ljava/lang/Throwable;)V
-