Command Event
To use this event use the following import:
groovy
import net.minecraftforge.event.CommandEvent
Methods
groovy
java.lang.Throwable getException()
groovy
[Ljava.lang.String; getParameters()
groovy
net.minecraft.command.ICommand getCommand()
groovy
void setParameters([Ljava.lang.String; arg0)
groovy
void setException(java.lang.Throwable arg0)
groovy
net.minecraft.command.ICommandSender getSender()