ForgePatch/common/net/minecraftforge/event
Uristqwerty 09ab39a238 Force parent ListenerListInsts to rebuild.
Without this change, it is possible (and, in fact, nearly guaranteed) for lists to rebuild endlessly if a parent list is marked as needing a rebuild but never actually read. This change forces the parent list(s) to rebuild as well, resulting in a significant performance increase and smoother framerate due to greatly reduced GC activity.
2012-12-24 20:40:09 -05:00
..
entity Manual import fixes 2012-12-12 23:27:57 -08:00
terraingen Inital update to 1.4.6, Version bumped to 6.5 2012-12-17 22:33:28 -08:00
world Automatically resolved imports. 2012-12-12 21:58:35 -08:00
ASMEventHandler.java Moved logo to new client folder 2012-08-04 22:45:31 -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 Fix up the setHandeled/setHandled for events, it is now a generalized setResult, the meaning of which is defined by each event. 2012-10-22 00:29:28 -07:00
EventBus.java Fix potential issue with custom events where the constructor is not visible from the EventBus class, Should never arise but meh. 2012-09-11 17:49:21 -07:00
EventPriority.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
ForgeEventFactory.java Manual import fixes 2012-12-12 23:27:57 -08: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 Force parent ListenerListInsts to rebuild. 2012-12-24 20:40:09 -05:00
ServerChatEvent.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00