ForgePatch/common/net/minecraftforge/common
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
..
AchievementPage.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
BiomeManager.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
ChestGenHooks.java Deprecation Sweep in DungeonHooks and fixed wildcard in ChestGenHooks remove function. 2013-03-13 10:55:08 -07:00
ConfigCategory.java Rework configuration, configs should now use Config.hasChanged to deterne if thehould call save(), also re-worked the saving to not use String.format as much. 2013-03-04 16:33:52 -08:00
Configuration.java Rework configuration, configs should now use Config.hasChanged to deterne if thehould call save(), also re-worked the saving to not use String.format as much. 2013-03-04 16:33:52 -08:00
DimensionManager.java Update to 1.5.1 Pre-Release: 2013-03-19 18:09:48 -07:00
DungeonHooks.java Deprecation Sweep in DungeonHooks and fixed wildcard in ChestGenHooks remove function. 2013-03-13 10:55:08 -07:00
EnumHelper.java Fix crash when EnumHelper can't find $VALUES field, log info, and return gracefully. 2013-03-12 18:42:43 -07:00
EnumPlantType.java New Plant API that allows for custom plants/soils. 2012-09-20 19:53:43 -07:00
FakePlayer.java 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
FakePlayerFactory.java 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
ForgeChunkManager.java Rework configuration, configs should now use Config.hasChanged to deterne if thehould call save(), also re-worked the saving to not use String.format as much. 2013-03-04 16:33:52 -08:00
ForgeDirection.java Fix ForgeDirection.ROTATION_MATRIX for issue #313 2012-12-12 01:02:24 -08:00
ForgeDummyContainer.java New TextureStitchEvents called before and after a TextureMap gathers and stitches textures together. 2013-03-17 20:07:30 -07:00
ForgeHooks.java Update to 1.5.1 Pre-Release: 2013-03-19 18:09:48 -07:00
ForgeInternalHandler.java 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
ForgeVersion.java Bump version to 6.6.2, declaring Forge for MC 1.4.7 feature complete, as 1.5 is on the horizon, only bug fixes from this point on. Unless something major happens on Mojang's end. 2013-02-23 14:20:49 -08:00
IArmorTextureProvider.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
IExtendedEntityProperties.java Entity Extended Properties Changes 2013-03-22 15:04:00 -04:00
IMinecartCollisionHandler.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
IPlantable.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
IShearable.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
ISidedInventory.java Deprecated Forge's ISidedInventroy, there is a vanilla solution. Added temporary config option to legacy furnace slot orientation. 2013-03-08 19:16:48 -08:00
ISpecialArmor.java Some small code cleanups. 2013-01-01 20:57:45 -08:00
IThrowableEntity.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
MinecraftForge.java Early define CrashReport classes to combat invalid crash details. 2013-03-08 20:31:37 -08:00
Property.java Rework configuration, configs should now use Config.hasChanged to deterne if thehould call save(), also re-worked the saving to not use String.format as much. 2013-03-04 16:33:52 -08:00
WorldSpecificSaveHandler.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00