net.minecraftforge.event
Class EventBus

java.lang.Object
  extended by net.minecraftforge.event.EventBus

public class EventBus
extends Object


Constructor Summary
EventBus()
           
 
Method Summary
 boolean post(Event event)
           
 void register(Object target)
           
 void unregister(Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBus

public EventBus()
Method Detail

register

public void register(Object target)

unregister

public void unregister(Object object)

post

public boolean post(Event event)