ForgePatch/common/net/minecraftforge/event
Mithion 2a76f7740e Entity Extended Properties Changes
Adds IExtendedEntityProperties interface, which specifies three methods
that are needed:  Init, Save, and Load.

Adds the EntityConstructing event, which is called during the
constructor of Entity.  It is needed there so that the reference is in
place during the ReadNBT call.

Adds hooks into Entity that allow registration of
IExtendedEntityProperties classes, as well as saving and loading to NBT.
2013-03-22 15:04:00 -04:00
..
entity Entity Extended Properties Changes 2013-03-22 15:04:00 -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 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 Removed erroring imports and update build function to die on errors. 2013-03-04 20:57:42 -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 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