.. |
AbstractProjectile.java
|
Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.
|
2011-07-28 01:51:09 -04:00 |
CraftAgeable.java
|
[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
|
2012-03-21 16:05:07 -04:00 |
CraftAnimals.java
|
[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
|
2012-03-21 16:05:07 -04:00 |
CraftArrow.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftBlaze.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftBoat.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftCaveSpider.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftChicken.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftComplexLivingEntity.java
|
Updated to rename revision 02
|
2012-03-01 01:12:41 +00:00 |
CraftComplexPart.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftCow.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftCreature.java
|
Updated CraftBukkit to 1.2
|
2012-03-01 14:38:31 +00:00 |
CraftCreeper.java
|
Adjusted CraftBukkit to work with the entity event convenience patch in Bukkit. Addresses BUKKIT-809
|
2012-02-29 00:12:26 -05:00 |
CraftEgg.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftEnderCrystal.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftEnderDragon.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftEnderDragonPart.java
|
Fix Craft Entity constructors and toStrings.
|
2011-11-29 21:22:35 +11:00 |
CraftEnderman.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftEnderPearl.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftEnderSignal.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftEntity.java
|
Remove Player cache and edit CraftPlayer.equals to account for EntityID. Fixes BUKKIT-1541 and Addresses BUKKIT-761
|
2012-04-27 12:33:40 -05:00 |
CraftExperienceOrb.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftFallingSand.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftFireball.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftFish.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftFlying.java
|
Fix Craft Entity constructors and toStrings.
|
2011-11-29 21:22:35 +11:00 |
CraftGhast.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftGiant.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftGolem.java
|
Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885
|
2012-03-01 18:03:14 +00:00 |
CraftHumanEntity.java
|
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
|
2012-03-22 20:39:39 +00:00 |
CraftIronGolem.java
|
[Bleeding] Added way to get/set if Iron Golem was player created. Addresses BUKKIT-1229
|
2012-03-20 05:13:36 -04:00 |
CraftItem.java
|
[Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351
|
2012-03-26 16:36:31 -04:00 |
CraftLightningStrike.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftLivingEntity.java
|
Update players when potion effects are moved from them. Fixes BUKKIT-789
|
2012-04-24 21:58:35 -04:00 |
CraftMagmaCube.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftMinecart.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftMonster.java
|
Fix Craft Entity constructors and toStrings.
|
2011-11-29 21:22:35 +11:00 |
CraftMushroomCow.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftOcelot.java
|
Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885
|
2012-03-01 18:03:14 +00:00 |
CraftPainting.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftPig.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftPigZombie.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftPlayer.java
|
Revert "Fix potential NPE in vanish API. Fixes BUKKIT-1541"
|
2012-04-27 12:48:40 -05:00 |
CraftPoweredMinecart.java
|
Fix Craft Entity constructors and toStrings.
|
2011-11-29 21:22:35 +11:00 |
CraftProjectile.java
|
Fix formatting.
|
2012-01-15 10:54:57 +01:00 |
CraftSheep.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSilverfish.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSkeleton.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSlime.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSmallFireball.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSnowball.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSnowman.java
|
Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885
|
2012-03-01 18:03:14 +00:00 |
CraftSpider.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftSquid.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftStorageMinecart.java
|
Removed some old deprecated code and clean up javadocs + warnings
|
2011-07-17 18:14:45 +02:00 |
CraftTameableAnimal.java
|
Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885
|
2012-03-01 18:03:14 +00:00 |
CraftThrownExpBottle.java
|
Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885
|
2012-03-01 18:03:14 +00:00 |
CraftThrownPotion.java
|
Updated to rename revision 02
|
2012-03-01 01:12:41 +00:00 |
CraftTNTPrimed.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftVehicle.java
|
Removed some old deprecated code and clean up javadocs + warnings
|
2011-07-17 18:14:45 +02:00 |
CraftVillager.java
|
[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
|
2012-03-21 16:05:07 -04:00 |
CraftWaterMob.java
|
Fix Craft Entity constructors and toStrings.
|
2011-11-29 21:22:35 +11:00 |
CraftWeather.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |
CraftWolf.java
|
Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885
|
2012-03-01 18:03:14 +00:00 |
CraftZombie.java
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:29 -05:00 |