Bukkit/Spigot
caf78a759e
Made Pig extend Vehicle.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-15 15:05:12 -04:00
Bukkit/Spigot
c5408f1030
Generic cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-06-12 01:18:17 +02:00
Bukkit/Spigot
c70487a3ee
Cleaned up some Javadocs.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:11:35 -07:00
Bukkit/Spigot
4cc21b5ce6
Moved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be consistent, and because the code didn't really do what the Javadoc said.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:07:45 -07:00
Bukkit/Spigot
6e1fca7350
Adds update chunk method for sending fake chunk updates to the client. This is to match the sendBlockChange method.
...
By: raphfrk <raphfrk@gmail.com >
2011-05-21 20:28:42 +01:00
Bukkit/Spigot
b91a8f0389
Added UniqueId to entities. Thanks Afforess!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-07 04:21:11 -04:00
Bukkit/Spigot
12a93a05ff
Added get/setLastDamageCause. Thanks sunkid!
...
By: EvilSeph <evilseph@unaligned.org >
2011-05-16 00:20:58 -04:00
Bukkit/Spigot
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
Bukkit/Spigot
3ce3db7f3a
Added ability to saddle a pig to the API. Thanks xPaw!
...
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-05-11 17:44:31 -07:00
Bukkit/Spigot
e7d4bff770
Added World.strikeLightningEffect() that does no damage.
...
By: sk89q <the.sk89q@gmail.com >
2011-05-06 19:25:43 -07:00
Bukkit/Spigot
5b05f71501
Unadded (redundant) Wolf.isTamed().
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 21:36:48 -07:00
Bukkit/Spigot
705681db9b
Added Wolf.isTamed().
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 11:33:37 -07:00
Bukkit/Spigot
fb2e2b7dcd
Added method to fake a block change request for a player. Alas, my Justin Bieber playing sign can work again!
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 01:51:48 -07:00
Bukkit/Spigot
27488bda7e
Added Player.playNote().
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 01:29:38 -07:00
Bukkit/Spigot
b9681b5415
AnimalTamer and Tameable interfaces, and corresponding features.
...
Documentation improvements.
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-05-03 00:36:02 +10:00
Bukkit/Spigot
be1e3989c3
Add new Wolf methods for taming
...
By: Mike Primm <mike@primmhome.com >
2011-04-06 07:52:43 -05:00
Bukkit/Spigot
2556140901
Updated README for line-ending demands, also fixed line-endigs.
...
By: Erik Broes <erikbroes@grum.nl >
2011-04-25 13:24:32 +02:00
Bukkit/Spigot
60bfea1fce
Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-22 01:25:41 -07:00
Bukkit/Spigot
d1dd71d6e5
Added Achievement and Statistics
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-21 20:56:19 +01:00
Bukkit/Spigot
a6d7f003fd
Added Weather and WeatherStorm
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-21 16:51:43 +01:00
Bukkit/Spigot
101cdea636
Added Creeper.set/isPowered
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-21 16:15:59 +01:00
Bukkit/Spigot
752c217557
Fixin' the problem of AFK people not in bed.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-11 11:48:30 -07:00
Bukkit/Spigot
f31d7de587
Added bed events and methods.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-07 11:26:33 -07:00
Bukkit/Spigot
b6e68ee5e5
Line endings. This is getting very annoying.
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-05 16:35:57 +01:00
Bukkit/Spigot
97fd93727d
added some API for entities
...
By: Tahg <tahgtahv@gmail.com >
2011-04-04 00:44:52 -04:00
Bukkit/Spigot
1a1d4e95f4
Added interface for player.saveData and player.loadData.
...
By: afforess <afforess@gmail.com >
2011-04-03 11:40:38 -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
d15ff4b638
Added Wolf creature interface
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-31 22:10:28 +01:00
Bukkit/Spigot
ac1bef5739
Add 'MONSTER' to CreatureType
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-29 23:09:37 +02: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
9418264170
Line endings, consistency!
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-27 21:27:27 +01:00
Bukkit/Spigot
f7b70eb07b
Add setSheared() to Sheep and setSize() to Slimes.
...
By: Celtic Minstrel <celtic.minstrel.ca@>
2011-03-18 17:12:00 -04:00
Bukkit/Spigot
022f95b2f1
Add: player.getCompassTarget
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-25 21:01:55 +01:00
Bukkit/Spigot
b4e1f91936
Add CreatureType.GIANT
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-24 22:50:36 +01:00
Bukkit/Spigot
3e56181918
Long overdue LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-24 00:31:59 +01: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
0fe75a4e0f
Added Player.sendRawMessage().
...
By: sk89q <the.sk89q@gmail.com >
2011-03-12 01:05:09 -08:00
Bukkit/Spigot
b5b33a5f28
Added LivingEntity.getEyeLocation() for getting the eyes location.
...
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-03-10 05:36:41 +11:00
Bukkit/Spigot
de5eddce7d
Purged deprecated MobType and MobSpawner
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-07 16:29:03 +00:00
Bukkit/Spigot
188c435e67
Added damage(int) and damage(int, Entity) for LivingEntity
...
By: Forsaken <darkmaster87@gmx.de >
2011-02-04 01:01:48 +01: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
f712d6011d
Added Item.(get|set)ItemStack().
...
By: sk89q <the.sk89q@gmail.com >
2011-02-23 10:03:33 -08: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
3cc14ab40f
refactor Items
...
By: Tahg <tahgtahv@gmail.com >
2011-02-21 19:57:06 -05: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
c0710323a9
Added slime as a possible creature type.
...
By: sk89q <the.sk89q@gmail.com >
2011-02-18 19:44:32 -08:00
Bukkit/Spigot
5ba9ae942a
Added target block ray trace functionality.
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-13 17:03:57 +00:00