ForgePatch/patches/minecraft/net/minecraft/entity
clienthax 848dee14d2 Current spawner implementation checks the EntitySpawnPlacementRegistry hashmap to check where a entity should spawn
as there is no way to modify this without the use of reflection or a AT, you can not specify where you want your entity to spawn
adding this helper method will allow developers to specify where they want their entity to spawn.

Signed-off-by: Clienthax <clienthax@gmail.com>

Update EntitySpawnPlacementRegistry.java.patch
2015-02-27 03:58:40 +00:00
..
ai Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
boss Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
effect Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
item Fix creative picking a CommandBlock minecart returning wrong item. Closes #1523 2014-11-28 06:09:33 -08:00
monster Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
passive Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
player Reimplement variable eyeHeight for players which was removed in the 1.7 to 1.8 port. 2015-02-19 02:08:03 +00:00
projectile Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
Entity.java.patch Fixed Entity extended properties init order. Closes #1532 2014-11-29 23:03:26 -08:00
EntityLiving.java.patch Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
EntityLivingBase.java.patch Add LivingHealEvent called from EntityLivingBase.heal() 2014-12-07 02:34:28 -08:00
EntityMinecartCommandBlock.java.patch Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
EntitySpawnPlacementRegistry.java.patch Current spawner implementation checks the EntitySpawnPlacementRegistry hashmap to check where a entity should spawn 2015-02-27 03:58:40 +00:00
EntityTracker.java.patch Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00
EntityTrackerEntry.java.patch Initial update to 1.8, Super beta. Most rendering related hooks are out due to major changes in 1.8. 2014-11-26 00:00:54 -08:00