Package net.minecraft.server.network
Class ServerLoginNetworkHandler.LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.util.TextifiedException
net.minecraft.server.network.ServerLoginNetworkHandler.LoginException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ServerLoginNetworkHandler
- Mappings:
Namespace Name official agj$aintermediary net/minecraft/class_3248$class_7423named net/minecraft/server/network/ServerLoginNetworkHandler$LoginException
-
Constructor Summary
ConstructorsConstructorDescriptionLoginException(Text messageText) LoginException(Text messageText, Throwable cause) -
Method Summary
Methods inherited from class net.minecraft.util.TextifiedException
getMessageTextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginException
- Mappings:
Namespace Name Mixin selector official <init>Lry;<init>(Lrm;)Vintermediary <init>Lnet/minecraft/class_7437;<init>(Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/util/TextifiedException;<init>(Lnet/minecraft/text/Text;)V
-
LoginException
- Mappings:
Namespace Name Mixin selector official <init>Lry;<init>(Lrm;Ljava/lang/Throwable;)Vintermediary <init>Lnet/minecraft/class_7437;<init>(Lnet/minecraft/class_2561;Ljava/lang/Throwable;)Vnamed <init>Lnet/minecraft/util/TextifiedException;<init>(Lnet/minecraft/text/Text;Ljava/lang/Throwable;)V
-