ForgePatch/common/net/minecraftforge/event
Tarion aa202878e2 Added maxCanSpawnInChunk event to allow overriding of creature chunk spawn cap 2013-04-10 18:30:24 -04:00
..
brewing Merge branch 'mithionchanges' of github.com:Mithion/MinecraftForge into mithionchanges 2013-03-23 16:56:01 -04:00
entity Added maxCanSpawnInChunk event to allow overriding of creature chunk spawn cap 2013-04-10 18:30:24 -04:00
terraingen Fixed issue where ChunkPriderEvent.InitNoiseField used the wrong sizeY value. 2013-01-01 20:55:37 -08:00
world New world event for controlling potential entity spawnlists. For #430 2013-03-04 20:29:05 -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 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 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 Added maxCanSpawnInChunk event to allow overriding of creature chunk spawn cap 2013-04-10 18:30:24 -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 Some small code cleanups. 2013-01-01 20:57:45 -08:00
ServerChatEvent.java Actually use the line parameter in ServerChatEvent, closes #401 2013-02-15 03:22:59 -08:00