summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/PathfinderGoalTarget.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+4
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-58/+58
|
* Update entity target data to reflect current AI status. Fixes BUKKIT-2280EdGruberman2012-09-28-0/+2
| | | | | | | The new AI system introduced by Minecraft 1.2 no longer relies on the target field in the entity so it is frequently out of sync with what the entity is actually doing. This modifies the AI goal to update the target so our API can return the correct information.
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-33/+31
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-5/+5
|
* [Bleeding] Added new target events. Fixes BUKKIT-935feildmaster2012-03-10-0/+27
|
* Added PathfinderGoalTarget, PathfinderGoalArrowAttack, ↵feildmaster2012-03-10-0/+130
PathfinderGoalMeleeAttack for diff visibility.