EvilSeph
76b85c61ae
Painting improvements. Thanks CelticMinstrel!
...
Added interface to get/set the art and facing direction on paintings, and expanded painting break events to catch more cases (including fire and lightning); removed PaintingBreakByWorldEvent since it's identical to its superclass
2011-10-01 13:55:56 -04:00
sk89q
d38c63837f
Added Player.get/setListName to change the name of the player on the player list.
2011-09-26 15:10:33 -07:00
sk89q
b76a86b572
Boat get/set (double) occupied acceleration, (double) unoccupied deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively.
2011-09-25 11:20:47 -07:00
Dinnerbone
a5eaa00ef8
Added get/setPickupDelay on Item entities, thanks robin0van0der0v
2011-09-25 03:40:12 +01:00
Dinnerbone
fe4f4c5f58
Many javadoc fixes thanks to Celtic Minstrel
2011-09-25 02:56:40 +01:00
Rigby
81d2064441
Added PlayerToggleSprint event and sprinting related API.
2011-09-21 16:19:17 -04:00
EvilSeph
e61bc9093d
Added getBedSpawnLocation to Player. Thanks fernferret!
2011-09-20 23:41:57 -04:00
Wizjany
4f02864447
Added events for endermen pickup/placement blocks and methods to get/set the block that an enderman is holding. Thanks Wizjany
2011-09-20 18:48:56 +01:00
EvilSeph
8647e78379
Added new entities to CreatureType ENUM.
2011-09-16 06:07:41 -04:00
Dinnerbone
d1a86b6f2a
Added Player saturation, exhaustion and food level methods
2011-09-15 06:23:58 +01:00
Dinnerbone
86a3286a98
Added methods for getting/setting how much exp is contained within an orb
2011-09-15 05:48:52 +01:00
Dinnerbone
0abbb7ad7a
Added Player.get/setExperience, totalExperience and level
2011-09-15 05:13:16 +01:00
Dinnerbone
ca74188e0c
Added new Entity interfaces
2011-09-15 02:34:14 +01:00
Dinnerbone
742847c63f
Added GameMode methods to Server and HumanEntity
2011-09-09 01:15:37 +01:00
Dinnerbone
e1f69e0867
Added the ability to access offline players & more reverse lookup fixes in Permissible.
2011-09-03 00:41:22 +01:00
Dinnerbone
ce0d959728
Some small fixes to permissions to register the correct Permissible in base and more accurate reverse lookups
2011-09-02 23:39:01 +01:00
EvilSeph
6f5747d8b8
Revert "Interface for changing the view distance."
2011-08-15 14:26:42 -04:00
Andrew Ardill
1c4aba8d1f
Interface for changing the view distance.
...
Can be changed server wide, per world and per player.
Only server wide changes are kept between server restarts.
Setting the server or world view distance should fail if the
view distance is not between 3 and 15
2011-08-15 15:11:34 +10:00
EvilSeph
b04d766ab0
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
2011-08-12 22:02:15 -04:00
sunkid
879390d1fa
Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.
2011-07-28 02:23:40 -04:00
EvilSeph
f3fcc6f81f
Removed deprecated methods.
...
getNote() that returns a byte has been replaced by getRawNote().
teleportTo(Location) has been replaced by teleport(location).
teleportTo(Entity) has been replaced by teleport(Entity).
SnowForm event has been replaced by BlockForm event.
2011-07-27 23:18:33 -04:00
Dinnerbone
fb594732b5
Added new permission system
2011-07-17 17:17:47 +01:00
Celtic Minstrel
4cc2858480
Added interface for setting and getting a pig zombie's anger level.
2011-07-14 14:52:29 -04:00
sunkid
230d6dfa7f
Added the concept of a projectile.
2011-06-18 22:20:47 -04:00
sunkid
82475d3497
Added the concept of an Explosive.
2011-06-17 16:54:23 -04:00
EvilSeph
293a4d9ae2
Added Instrument enum, Note class and get/setNote functions. Thanks xZise!
2011-06-17 03:13:34 -04:00
EvilSeph
bc7a5cd673
Added per player time support. Thanks eisental, Shamebot and needspeed10!
2011-06-17 02:28:25 -04:00
EvilSeph
1b8709ff56
Made Pig extend Vehicle.
2011-06-15 15:05:12 -04:00
Erik Broes
0ac6a0bfe6
Generic cleanup
2011-06-12 12:49:08 +02:00
sk89q
04d6366083
Cleaned up some Javadocs.
2011-06-09 23:11:35 -07:00
sk89q
b9f1cbefc8
Moved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be consistent, and because the code didn't really do what the Javadoc said.
2011-06-09 23:07:45 -07:00
raphfrk
fc14c51854
Adds update chunk method for sending fake chunk updates to the client. This is to match the sendBlockChange method.
2011-06-08 18:55:31 -04:00
EvilSeph
cb9987429d
Added UniqueId to entities. Thanks Afforess!
2011-06-07 04:21:11 -04:00
EvilSeph
d72be8bd86
Added get/setLastDamageCause. Thanks sunkid!
2011-05-16 00:25:35 -04:00
Erik Broes
992f1f2bf3
Whitespace + general cleanup
2011-05-15 14:06:02 +02:00
Andrew Ardill
79f2d05482
Added ability to saddle a pig to the API. Thanks xPaw!
2011-05-11 17:44:31 -07:00
sk89q
8b13c8827c
Added World.strikeLightningEffect() that does no damage.
2011-05-06 19:25:43 -07:00
sk89q
f31699cce7
Unadded (redundant) Wolf.isTamed().
2011-05-02 21:36:48 -07:00
sk89q
bfafbca8ae
Added Wolf.isTamed().
2011-05-02 11:34:01 -07:00
sk89q
913c9851c9
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
124d369d47
Added Player.playNote().
2011-05-02 11:31:29 -07:00
Andrew Ardill
daaf0aa6a9
AnimalTamer and Tameable interfaces, and corresponding features.
...
Documentation improvements.
2011-05-03 00:36:02 +10:00
Mike Primm
18b3a7a919
Add new Wolf methods for taming
2011-05-02 23:51:50 +10:00
Erik Broes
b39503de71
Updated README for line-ending demands, also fixed line-endigs.
2011-04-25 13:24:32 +02:00
sk89q
95429ad663
Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.
2011-04-22 01:25:41 -07:00
Dinnerbone
539e822e33
Added Achievement and Statistics
2011-04-21 20:56:19 +01:00
Dinnerbone
bc7d54dda4
Added Weather and WeatherStorm
2011-04-21 16:51:43 +01:00
Dinnerbone
cfb241f275
Added Creeper.set/isPowered
2011-04-21 16:15:59 +01:00
sk89q
93a3e2448d
Fixin' the problem of AFK people not in bed.
2011-04-11 11:48:30 -07:00
sk89q
bd533b3c8a
Added bed events and methods.
2011-04-07 11:26:33 -07:00