ForgePatch/patches/minecraft/net/minecraft/entity
LexManos 17db34ae31 New Capability system allowing for more manageable world object features.
When combined with @Optional this should address all issues of soft dependancy on mods/apis.
This also addresses the issue of dynamic functionality in TileEntities/Entities.

Current capability providers: TileEntity, Entity, ItemStack

Also added INBTSerializeable, a generic interface for game objects that can be written to/from NBT tags.

Vanilla capabilities will be coming soon, mostly on request and review.
So start requesting capabiliteis on vanilla/Forge features.
2016-01-11 16:04:22 -08:00
..
ai Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
boss Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
effect Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
item Fix visual effect entity persisting longer than it should 2016-01-08 18:51:08 -06:00
monster Add a hook for custom particle spawning for slimes 2015-12-28 21:01:30 +01:00
passive Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
player Add chunk loading protection to WorldSever.getTileEntitiesIn, may prevent orphanced chunks and a CME in EntityPlayerMP. Note: The 'max' parameters are NON-inclusive. 2015-11-28 03:36:33 -08:00
projectile Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
Entity.java.patch New Capability system allowing for more manageable world object features. 2016-01-11 16:04:22 -08:00
EntityAgeable.java.patch Allow forge-type spawn-eggs to spawn child entities when clicking EntityAgeable 2015-12-28 15:58:37 +01:00
EntityHanging.java.patch Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
EntityList.java.patch Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
EntityLiving.java.patch Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
EntityLivingBase.java.patch Added addLandingEffects allowing mods to override landing particles, for blocks that require world information to determine textures. 2015-12-13 15:35:15 -06:00
EntityMinecartCommandBlock.java.patch Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
EntitySpawnPlacementRegistry.java.patch Fix a newly missing AT. Remove all CL_ references. OBFID is gone. 2015-11-13 00:09:34 -05:00
EntityTracker.java.patch Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
EntityTrackerEntry.java.patch Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00