Erik Broes
c4d444ce98
Whitespace + general cleanup
2011-05-15 14:06:02 +02:00
Andrew Ardill
ccedca6cb6
Added ability to saddle a pig to the API. Thanks xPaw!
2011-05-11 17:44:31 -07:00
sk89q
b09635228e
Added World.strikeLightningEffect() that does no damage.
2011-05-06 19:25:43 -07:00
sk89q
e3ce0071fd
Unadded (redundant) Wolf.isTamed().
2011-05-02 21:36:48 -07:00
sk89q
ad6346bda8
Added Wolf.isTamed().
2011-05-02 11:34:01 -07:00
sk89q
267814484a
Added method to fake a block change request for a player. Alas, my Justin Bieber playing sign can work again!
2011-05-02 11:31:29 -07:00
sk89q
b34ba416c6
Added Player.playNote().
2011-05-02 11:31:29 -07:00
Andrew Ardill
906992e590
AnimalTamer and Tameable interfaces, and corresponding features.
...
Documentation improvements.
2011-05-03 00:36:02 +10:00
Mike Primm
cf049d53e5
Add new Wolf methods for taming
2011-05-02 23:51:50 +10:00
Erik Broes
d94fce59ff
Updated README for line-ending demands, also fixed line-endigs.
2011-04-25 13:24:32 +02:00
sk89q
b2ae16be0c
Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.
2011-04-22 01:25:41 -07:00
Dinnerbone
70a1215e33
Added Achievement and Statistics
2011-04-21 20:56:19 +01:00
Dinnerbone
6ae3a6cc7d
Added Weather and WeatherStorm
2011-04-21 16:51:43 +01:00
Dinnerbone
cca6505c33
Added Creeper.set/isPowered
2011-04-21 16:15:59 +01:00
sk89q
c4a1e2613b
Fixin' the problem of AFK people not in bed.
2011-04-11 11:48:30 -07:00
sk89q
ef5d72ec02
Added bed events and methods.
2011-04-07 11:26:33 -07:00
Dinnerbone
748447716b
Line endings. This is getting very annoying.
2011-04-05 16:35:57 +01:00
Tahg
1723111b36
added some API for entities
2011-04-04 01:14:26 -04:00
afforess
5a85c95c24
Added interface for player.saveData and player.loadData.
2011-04-03 15:53:26 -04:00
Stephen
19fb291b34
Added getNearbyEntities
2011-04-02 17:24:45 +02:00
afforess
55f5b45e4c
Entity.isDead returns true if the entity has been marked for removal
2011-04-02 17:20:05 +02:00
Dinnerbone
69537201b4
Added Wolf creature interface
2011-03-31 22:10:28 +01:00
Erik Broes
2d1f422003
Add 'MONSTER' to CreatureType
2011-03-29 23:09:44 +02:00
Erik Broes
5fd86517e8
Move passenger-handling to Entity
2011-03-29 23:09:44 +02:00
Dinnerbone
4272e51e00
Line endings, consistency!
2011-03-27 21:27:27 +01:00
Celtic Minstrel
7788522d65
Add setSheared() to Sheep and setSize() to Slimes.
2011-03-26 18:28:28 +01:00
Erik Broes
8307687916
Add: player.getCompassTarget
2011-03-25 21:01:55 +01:00
Erik Broes
0a4f2e0c3a
Add CreatureType.GIANT
2011-03-24 22:50:36 +01:00
Erik Broes
1501d97a89
Long overdue LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage
2011-03-24 00:31:59 +01:00
Byron Shelden
bf7692c8aa
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(...).
2011-03-23 18:38:48 +01:00
Dinnerbone
79f7cea622
All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)
2011-03-14 15:05:46 +00:00
sk89q
e59f4f7e63
Added Player.sendRawMessage().
2011-03-12 01:06:02 -08:00
Andrew Ardill
4d22250c3f
Added LivingEntity.getEyeLocation() for getting the eyes location.
2011-03-09 19:12:10 +00:00
Dinnerbone
9da67772a8
Purged deprecated MobType and MobSpawner
2011-03-07 16:29:03 +00:00
Forsaken
9e5ec989ad
Added damage(int) and damage(int, Entity) for LivingEntity
2011-03-07 16:01:57 +00:00
Dinnerbone
8c23447f6f
Deprecated momentum on player (remove tomorrow), added velocity
2011-03-05 18:48:32 +00:00
Dinnerbone
86344ad44e
Added entity.get/setMomentum
2011-03-04 14:24:09 +00:00
sk89q
21c2166f6c
Added Item.(get|set)ItemStack().
2011-02-23 10:03:33 -08:00
Dinnerbone
dbdf8afede
ConsoleCommandSender no longer has a default constructor, use ConsoleCommandSender(server). Added entity.getServer
2011-02-23 11:33:03 +00:00
Tahg
d82679b8c7
refactor Items
2011-02-21 19:57:06 -05:00
sk89q
0558646377
Added Entity.remove() which marks an entity for removal.
2011-02-19 17:47:48 -08:00
sk89q
fbfa048463
Added slime as a possible creature type.
2011-02-19 17:47:47 -08:00
Raphfrk
c6d4b1c3c6
Added target block ray trace functionality.
2011-02-18 20:47:59 -05:00
Protected
993fcb2895
Added setFireTicks(), getFireTicks() and getMaxFireTicks().
2011-02-18 17:34:58 -05:00
Andrew Ardill
60315ab8ec
Renamed MobType->CreatureType and MobSpawner->CreatureSpawner.
...
This is to bring the names in line with the rest of bukkit.
Deprecated code has been left in to ensure nothing breaks as
a result of refactoring MobType.
This will be removed after 1 week, to give plugin devs time to
migrate
2011-02-17 18:01:25 +11:00
sk89q
e623b66c12
Added Player.chat().
2011-02-16 21:47:04 -08:00
EvilSeph
9918b231c8
Exposes the recently added updateInventory method.
...
We've decided to expose updateInventory as a temporary work-around for
the inventory not updating issue we're aware of. The reasoning behind
this is that addressing it properly will take some time and work and
as this is clearly a roadblock for some plugin authors, the delay is
not really acceptable.
2011-02-13 00:36:38 -05:00
afforess
54b6bf0f68
Added MaxSpeed methods to minecards. Added MaxSpeed methods to boats. Added SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts.
...
Signed-off-by: afforess <afforess@gmail.com >
2011-02-12 03:18:29 -05:00
Andrew Ardill
8f4ce6f130
Added Colorable interface, and made Sheep, Wool and Dye implement it.
...
Inspired by xpansive
2011-02-12 12:28:38 +11:00
Dinnerbone
bd14eac593
Added Creature.getTarget
2011-02-09 13:44:57 +00:00