net.minecraftforge.event
Class CommandEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.CommandEvent

public class CommandEvent
extends Event


Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 ICommand command
           
 Throwable exception
           
 String[] parameters
           
 ICommandSender sender
           
 
Constructor Summary
CommandEvent(ICommand command, ICommandSender sender, String[] parameters)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

public final ICommand command

sender

public final ICommandSender sender

parameters

public String[] parameters

exception

public Throwable exception
Constructor Detail

CommandEvent

public CommandEvent(ICommand command,
                    ICommandSender sender,
                    String[] parameters)