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
Bukkit/Spigot
09916f398f
Added setFireTicks(), getFireTicks() and getMaxFireTicks().
...
By: Protected <myshelter@gmail.com >
2011-02-14 17:35:43 +00:00
Bukkit/Spigot
ca55cacd67
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
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-17 14:19:57 +11:00
Bukkit/Spigot
6a86cbbe8e
Added Player.chat().
...
By: sk89q <the.sk89q@gmail.com >
2011-02-16 21:23:29 -08:00
Bukkit/Spigot
7b32aee768
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.
By: EvilSeph <evilseph@unaligned.org >
2011-02-13 00:22:00 -05:00
Bukkit/Spigot
cc9f2e45fb
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 >
By: afforess <afforess@gmail.com >
2011-02-12 00:25:48 -05:00
Bukkit/Spigot
a3f7361535
Added Colorable interface, and made Sheep, Wool and Dye implement it.
...
Inspired by xpansive
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-12 12:28:38 +11:00
Bukkit/Spigot
f0f2768937
Added Creature.getTarget
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-09 13:44:57 +00:00
Bukkit/Spigot
913e6d484a
Adding Creature.setTarget() per jlogsdon
...
By: James Logsdon <dwarf@girsbrain.org >
2011-02-03 18:18:20 -05:00
Bukkit/Spigot
b280199e83
Added Sneaking Event
...
By: Alexander Hesse <azi@MacBook-Pro.local >
2011-01-25 19:04:52 +01:00
Bukkit/Spigot
474817bf11
General cleanup (deprecated+whitespace)
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:02:08 +01:00
Bukkit/Spigot
811c06d099
Added setItemStack(ItemStack stack) to ItemDrop
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 10:43:31 +00:00
Bukkit/Spigot
7d5f8c95d4
Added getRemainingAir/setRemainingAir/getMaximumAir/setMaximumAir on LivingEntity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-31 01:23:21 +00:00
Bukkit/Spigot
c736e00b8c
merge with head
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 17:18:32 +00:00
Bukkit/Spigot
df05c36540
Refactored event calling so its front loading avoiding the lookup for each event call.
...
This now uses an annoymous class implementing IExecutor that facilitates direct event method handler calling
Changed commands from being executed exclusively by a player to by a CommandSender to facilitate external command callers such as rcon
Fixed CustomEventListener
Merged in additional events
Added getFullName to PluginDescriptionFile which returns the combination of Name and Version
There's also a few bits of reformatting as it seems someones been editing with either tabs or dos eol :(
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 16:23:56 +00:00
Bukkit/Spigot
595cb5d166
Added player.performCommand(String)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 09:15:43 +00:00
Bukkit/Spigot
d7456c8007
Added squid as a valid mob type.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-23 13:16:57 -08:00
Bukkit/Spigot
b880bd518f
Added full tile entity data support for all block types that use it, including chests, dispensers, furnaces, mob spawners, and note blocks.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-23 00:37:36 -08:00
Bukkit/Spigot
2262d7fba0
Added compass setting methods.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-20 02:05:31 -08:00
Bukkit/Spigot
4676f99999
added isOp api
...
By: Tahg <tahgtahv@gmail.com >
2011-01-18 22:32:05 -05:00
Bukkit/Spigot
6ab2ec9f85
Added interfaces for every entity type. Most (if not all) are empty.
...
These are place holders at the moment, to be used when determining
entity type. Further functionality could be added to these interfaces
later.
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-01-17 16:28:28 +08: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
fdc7e20d71
Added item-in-hand related API.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-15 19:33:19 -08:00
Bukkit/Spigot
650e0749d1
Moved org.bukkit.Vector to org.bukkit.util.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-15 13:43:09 -08:00
Bukkit/Spigot
1de48a9184
All inventory stuff in org.bukkit moved to org.bukkit.inventory
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:27:40 +00: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