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:
java.io.Serializable
public class CommandException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ITextComponent
message
-
Constructor Summary
Constructors Constructor Description CommandException(ITextComponent p_i47972_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITextComponent
getComponent()
-
-
-
Field Detail
-
message
private final ITextComponent message
-
-
Constructor Detail
-
CommandException
public CommandException(ITextComponent p_i47972_1_)
-
-
Method Detail
-
getComponent
public ITextComponent getComponent()
-
-