ForgePatch/patches/minecraft/net/minecraft/entity
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
..
boss Update to 1.5.1 Pre-Release: 2013-03-19 18:09:48 -07:00
item Update to 1.5.1 Pre-Release: 2013-03-19 18:09:48 -07:00
passive Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder. 2013-02-28 03:53:42 -08:00
player Update to 1.5.1 Pre-Release: 2013-03-19 18:09:48 -07:00
Entity.java.patch Entity Extended Properties Changes 2013-03-22 15:04:00 -04:00
EntityLiving.java.patch Update to 1.5.1 Pre-Release: 2013-03-19 18:09:48 -07:00