Package net.minecraft.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.command.CommandException
- All Implemented Interfaces:
Serializable
public class CommandException extends RuntimeException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official czintermediary net/minecraft/class_2164named net/minecraft/command/CommandException
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommandException(Text message) -
Method Summary
Modifier and Type Method Description TextgetTextMessage()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
message
- Mappings:
Namespace Name Mixin selector official aLcz;a:Loi;intermediary field_9813Lnet/minecraft/class_2164;field_9813:Lnet/minecraft/class_2561;named messageLnet/minecraft/command/CommandException;message:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
CommandException
- Mappings:
Namespace Name Mixin selector official <init>Lcz;<init>(Loi;)Vintermediary <init>Lnet/minecraft/class_2164;<init>(Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/command/CommandException;<init>(Lnet/minecraft/text/Text;)V
-
-
Method Details
-
getTextMessage
- Mappings:
Namespace Name Mixin selector official aLcz;a()Loi;intermediary method_9199Lnet/minecraft/class_2164;method_9199()Lnet/minecraft/class_2561;named getTextMessageLnet/minecraft/command/CommandException;getTextMessage()Lnet/minecraft/text/Text;
-