|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.CommandEvent
public class CommandEvent
| 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 |
|---|
public final ICommand command
public final ICommandSender sender
public String[] parameters
public Throwable exception
| Constructor Detail |
|---|
public CommandEvent(ICommand command,
ICommandSender sender,
String[] parameters)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||