Bukkit/Spigot
97fd93727d
added some API for entities
...
By: Tahg <tahgtahv@gmail.com >
2011-04-04 00:44:52 -04:00
Bukkit/Spigot
db2b313ee6
Added getNearbyEntities
...
By: Stephen <stephen@jazer.com >
2011-03-27 19:43:35 -04:00
Bukkit/Spigot
cd5056a7f6
Entity.isDead returns true if the entity has been marked for removal
...
By: afforess <afforess@gmail.com >
2011-04-02 01:07:41 -04:00
Bukkit/Spigot
d17f2813d9
Move passenger-handling to Entity
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-29 23:09:05 +02:00
Bukkit/Spigot
e492d55dc4
Replaced void teleportTo(Location) with boolean teleport(Location).
...
- The return value indicates if the teleport was successful.
- void teleportTo(...) should delegate to the new teleport(...).
By: Byron Shelden <byron.shelden@gmail.com >
2011-03-23 00:15:46 -07:00
Bukkit/Spigot
7e9974d53c
All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-14 15:05:46 +00:00
Bukkit/Spigot
0ebd910f1b
Deprecated momentum on player (remove tomorrow), added velocity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-05 18:48:32 +00:00
Bukkit/Spigot
5673661da0
Added entity.get/setMomentum
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-04 14:24:09 +00:00
Bukkit/Spigot
858c8bee96
ConsoleCommandSender no longer has a default constructor, use ConsoleCommandSender(server). Added entity.getServer
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-23 11:33:03 +00:00
Bukkit/Spigot
d3a7253d68
Added Entity.remove() which marks an entity for removal.
...
By: sk89q <the.sk89q@gmail.com >
2011-02-18 20:00:18 -08:00
Bukkit/Spigot
09916f398f
Added setFireTicks(), getFireTicks() and getMaxFireTicks().
...
By: Protected <myshelter@gmail.com >
2011-02-14 17:35:43 +00:00
Bukkit/Spigot
474817bf11
General cleanup (deprecated+whitespace)
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:02:08 +01:00
Bukkit/Spigot
40364131cb
Implementation of the EntityDamage*Events.
...
A new event EntityDamageByProjectileEvent was created. EntityDamageByProjectileEvent
adds the ability to get the projectile entity (such as an egg) and also set if
the projectile 'bounces'. New interfaces were created to facilitate all kinds
of projectile entities. Changes were made to facilitate the new event, and
enable other events, for plugins and event listeners.
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-01-13 00:15:31 +11:00
Bukkit/Spigot
e2fd2dfd00
All entity stuff in org.bukkit moved to org.bukkit.entity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:20:59 +00:00