summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/PathfinderGoalTarget.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-2/+2
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2/+2
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-3/+3
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-1/+1
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-3/+3
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-42/+49
|
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-2/+2
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-4/+7
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-4/+4
|
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-6/+4
|
* 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.