summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/entity/Entity.java
Commit message (Expand)AuthorAgeLines
* Add ray tracing and bounding box APIblablubbabc2018-10-26-0/+11
* Make setPersistent also control player savingUgleh2018-10-03-3/+4
* Add getFacing method to get the current cardinal direction an entity is facing.Senmori2018-09-03-0/+18
* SPIGOT-227: Add entity persistent flagblablubbabc2018-07-30-0/+30
* Fix some additional documentation typosmd_52018-01-15-1/+1
* SPIGOT-3629: Greatly expand entity effect APImd_52017-11-07-0/+2
* Add PistonMoveReaction getters for Entitymd_52017-06-12-0/+8
* Add getWidth + getHeight for Entitybramhaag2017-03-19-0/+14
* SPIGOT-2640: API for multiple passengers per entitymd_52017-01-04-4/+36
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-19-25/+2
* SPIGOT-2793: Revert Nameable changesmd_52016-11-19-2/+25
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-18-25/+2
* Implement Entity Scoreboard TagsSenmori2016-11-06-0/+28
* SPIGOT-2705: Portal cooldown getter / setter.md_52016-10-01-0/+14
* Update to Minecraft 1.10md_52016-06-09-0/+14
* SPIGOT-713: APIs to manipulate Entity's silent status.Sansko13372016-06-03-0/+16
* Implement getting / setting of Entity invulnerability.Sansko13372016-03-27-0/+17
* Add API to manipulate "glowing" state of an Entity.md_52016-03-01-0/+14
* Allow Entities to be CommandSenders and add ProxiedCommandSenderThinkofdeath2015-01-04-1/+2
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+2
* Update to Minecraft 1.8md_52014-11-26-0/+45
* Update JavaDocs regarding teleportation of entities. Fixes BUKKIT-4210bendude562014-08-17-4/+8
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-13/+24
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-3/+3
* Add Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+8
* Improve javadoc in 26 files.feildmaster2013-01-22-1/+1
* Provide a faster way to get a location. Adds BUKKIT-3120Travis Watkins2012-12-07-0/+8
* Add an isValid() method to Entity. Addresses BUKKIT-810TomyLobo2012-06-28-0/+7
* Javadoc updatesfeildmaster2012-06-03-3/+3
* Fix javadoc errors/warningsCeltic Minstrel2012-02-29-2/+2
* Moved getVehicle, leaveVehicle and isInsideVehicle from LivingEntity to Entit...TomyLobo2012-02-29-0/+24
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-1/+2
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-0/+6
* Fixed documentation of getNearbyEntities in Entity. Thanks to epuidokas for t...Nathan Adams2012-01-15-4/+4
* Added entity.playEffect, thanks to main-- in an (unfortunately old) PR.Nathan Adams2012-01-14-0/+10
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-6/+11
* Added cause to PlayerTeleportEventNathan Adams2011-12-04-0/+19
* Added new entity.get/setTicksLived for identifying an entity's ageNathan Adams2011-10-11-0/+19
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-8/+9
* Removed deprecated methods.EvilSeph2011-07-27-16/+0
* Added UniqueId to entities. Thanks Afforess!EvilSeph2011-06-07-0/+6
* Added get/setLastDamageCause. Thanks sunkid!EvilSeph2011-05-16-0/+13
* Whitespace + general cleanupErik Broes2011-05-15-10/+10
* added some API for entitiesTahg2011-04-04-0/+13
* Added getNearbyEntitiesStephen2011-04-02-0/+12
* Entity.isDead returns true if the entity has been marked for removalafforess2011-04-02-0/+5
* Move passenger-handling to EntityErik Broes2011-03-29-0/+30
* Replaced void teleportTo(Location) with boolean teleport(Location).Byron Shelden2011-03-23-0/+18
* All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)Dinnerbone2011-03-14-18/+0
* Deprecated momentum on player (remove tomorrow), added velocityDinnerbone2011-03-05-0/+18