YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraftforge.event.ServerChatEvent Class Reference
Inheritance diagram for net.minecraftforge.event.ServerChatEvent:
net.minecraftforge.event.Event

Public Member Functions

 ServerChatEvent (EntityPlayerMP player, String message, String line)
 
- Public Member Functions inherited from net.minecraftforge.event.Event
 Event ()
 
boolean isCancelable ()
 
boolean isCanceled ()
 
void setCanceled (boolean cancel)
 
boolean hasResult ()
 
Result getResult ()
 
void setResult (Result value)
 
ListenerList getListenerList ()
 

Public Attributes

final String message
 
final EntityPlayerMP player
 
String line
 

Additional Inherited Members

- Protected Member Functions inherited from net.minecraftforge.event.Event
void setup ()
 

Constructor & Destructor Documentation

net.minecraftforge.event.ServerChatEvent.ServerChatEvent ( EntityPlayerMP  player,
String  message,
String  line 
)

Member Data Documentation

String net.minecraftforge.event.ServerChatEvent.line
final String net.minecraftforge.event.ServerChatEvent.message
final EntityPlayerMP net.minecraftforge.event.ServerChatEvent.player

The documentation for this class was generated from the following file: