summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySkeleton.java
Commit message (Collapse)AuthorAgeLines
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-1/+1
| | | | | raised. Similar update to CraftVehicle and CraftLivingEntity
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-0/+4
| | | | | This returns a protected field that is set in the constructor of each minecraft.server.Entity to a new CraftEntity of some specific type.
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.entity
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-18/+31
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-7/+7
| | | | the cost of extra ()'s
* Remember, minimal diffs and *NO TABS*Erik Broes2011-01-10-74/+76
|
* Fixed EntityZombieTaylor Kelly2011-01-10-1/+0
|
* EntityCombustEventTaylor Kelly2011-01-10-0/+87