summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
Commit message (Expand)AuthorAgeLines
* SPIGOT-3824: Return the direct vehicle of an entity, not the root vehicleBlackHole2018-02-16-1/+1
* SPIGOT-3649: Backwards check in playEffectmd_52017-11-13-1/+1
* SPIGOT-3644: Fix missed yaw callsite updatemd_52017-11-09-1/+1
* SPIGOT-3629: Greatly expand entity effect APImd_52017-11-07-1/+6
* SPIGOT-3637: Adjust yaw yet againmd_52017-11-07-1/+1
* SPIGOT-3565: Head yaw is "more accurate" for living entitiesmd_52017-09-28-2/+2
* Update to Minecraft 1.12.1md_52017-08-03-1/+1
* Add PistonMoveReaction getters for Entitymd_52017-06-12-0/+6
* SPIGOT-3283: Don't allow plugin induced infinite velocity / positionmd_52017-06-02-4/+9
* Update to Minecraft 1.12-pre6md_52017-05-30-1/+1
* SPIGOT-3277: Fix Entity.eject()BlackHole2017-05-28-1/+1
* SPIGOT-3253: Fix entity yaw changesmd_52017-05-20-1/+1
* Update to Minecraft 1.12-pre2md_52017-05-14-6/+23
* Add getWidth + getHeight for Entitybramhaag2017-03-19-0/+10
* SPIGOT-2640: API for multiple passengers per entitymd_52017-01-04-3/+29
* SPIGOT-619: Force rotate head of entities when setting location.LukBukkit2016-11-24-1/+4
* Update to Minecraft 1.11md_52016-11-17-6/+28
* Implement Entity Scoreboard TagsSenmori2016-11-06-0/+15
* SPIGOT-2705: Portal cooldown getter / setter.md_52016-10-01-0/+10
* SPIGOT-2474: Use .die() to set entity remove statusmd_52016-07-02-1/+1
* Update to Minecraft 1.10md_52016-06-09-8/+19
* SPIGOT-713: APIs to manipulate Entity's silent status.Sansko13372016-06-03-0/+10
* Minecraft 1.9.4md_52016-05-10-3/+3
* Implement getting / setting of Entity invulnerabilitySansko13372016-03-27-0/+10
* Only create PermissibleBase instance in CraftEntity the first time it is actu...Matthew2016-03-23-25/+32
* Implement SpectralArrow entityMatthew2016-03-18-0/+1
* SPIGOT-1638 / SPIGOT-1673: Rework Potions APIt00thpick12016-03-12-1/+8
* Update to Minecraft 1.9md_52016-03-01-15/+32
* SPIGOT-1192: Restore some behaviour to entity.getNearbyEntitiesmd_52015-09-18-1/+7
* SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators.md_52015-09-06-8/+3
* Prevent an Entity from riding itself.Xor Boole2015-07-20-0/+2
* SPIGOT-387: Remove redundant custom vehicle handling.md_52015-01-09-3/+3
* Redirect execute through our command system and allow entities to be CommandS...Thinkofdeath2015-01-04-0/+99
* Update to Minecraft 1.8Thinkofdeath2014-11-28-8/+42
* Allow teleportation of entities on vehicles. Fixes BUKKIT-4210bendude562014-08-17-1/+4
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-1/+2
* Implement Leash API. Adds BUKKIT-4459, BUKKIT-4583T00thpick12013-08-03-0/+1
* Return inGround when checking Arrow's OnGround state. Fixes BUKKIT-4439EvilSeph2013-07-10-0/+3
* Implement Horse API. Adds BUKKIT-4424h31ix2013-07-10-0/+1
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-2/+2
* Implement Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+4
* Handle the newly refactored minecarts.Wesley Wolfe2013-03-16-4/+4
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-8/+9
* Don't teleport entities that are considered dead. Addresses BUKKIT-1331feildmaster2012-12-29-0/+4
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-0/+1
* Provide a faster way to get a location. Adds BUKKIT-3120Travis Watkins2012-12-07-0/+13
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-3/+16
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-1/+1
* Mark entities as invalid when they get despawned. Addresses BUKKIT-810Travis Watkins2012-06-28-0/+4
* Remove Player cache and edit CraftPlayer.equals to account for EntityID. Fixe...feildmaster2012-04-27-24/+6