ForgePatch/common/net/minecraftforge/event
Christian d9ca67e162 Change from Cancelable to using a Result. This means you can force despawn mobs you
don't want around anymore. Also, deferred check to once every 20 ticks. May tune it
down further or make it a config if this event is a lag issue.
2013-09-06 16:05:29 -04:00
..
brewing Merge branch 'mithionchanges' of github.com:Mithion/MinecraftForge into mithionchanges 2013-03-23 16:56:01 -04:00
entity Change from Cancelable to using a Result. This means you can force despawn mobs you 2013-09-06 16:05:29 -04:00
terraingen Defer firing CreateDecorator until it's likely mods have had a chance to register their listener. Should close #759 2013-09-05 10:08:02 -04:00
world Add some javadoc to the HarvestBlock event. 2013-09-05 16:24:50 -04:00
ASMEventHandler.java Add cache for ASM Event Handler bridge classes, should not need to redefine a class to invoke the same method on different instances. 2013-06-02 21:27:09 -07:00
Cancelable.java More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
CommandEvent.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
Event.java Fixed issue with Event.hasAnnotation ignoring it's parameter. And cached its values for potential performance gain. Closes #482 2013-03-26 10:38:55 -07:00
EventBus.java Ignore registration of a object that is already registered. Preventing duplicate callback invocations. Thanks King_Lemming for pointing this out. 2013-06-02 21:44:34 -07:00
EventPriority.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
ForgeEventFactory.java Change from Cancelable to using a Result. This means you can force despawn mobs you 2013-09-06 16:05:29 -04:00
ForgeSubscribe.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
IEventListener.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
ListenerList.java Replaced derpy tabs with spaces 2013-04-26 21:53:09 +02:00
ServerChatEvent.java Small fixup, need to Update GuiIngameForge for new HUD changes. 2013-06-30 18:13:01 -07:00