Package net.minecraft.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.command.CommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityNotFoundException,InvalidNumberException,NotFoundException,PlayerNotFoundException,SyntaxException
public class CommandException extends Exception
- See Also:
- Serialized Form
- Mappings:
Namespace Name official bzintermediary net/minecraft/class_1363named net/minecraft/command/CommandException
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommandException(String reason, Object[] args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
args
- Mappings:
Namespace Name Mixin selector official aLbz;a:[Ljava/lang/Object;intermediary field_5754Lnet/minecraft/class_1363;field_5754:[Ljava/lang/Object;named argsLnet/minecraft/command/CommandException;args:[Ljava/lang/Object;
-
-
Constructor Details
-
CommandException
- Mappings:
Namespace Name Mixin selector official <init>Lbz;<init>(Ljava/lang/String;[Ljava/lang/Object;)Vintermediary <init>Lnet/minecraft/class_1363;<init>(Ljava/lang/String;[Ljava/lang/Object;)Vnamed <init>Lnet/minecraft/command/CommandException;<init>(Ljava/lang/String;[Ljava/lang/Object;)V
-
-
Method Details
-
getArgs
- Mappings:
Namespace Name Mixin selector official aLbz;a()[Ljava/lang/Object;intermediary method_4844Lnet/minecraft/class_1363;method_4844()[Ljava/lang/Object;named getArgsLnet/minecraft/command/CommandException;getArgs()[Ljava/lang/Object;
-