CraftBukkit/Spigot
c8094f4225
Added function to get player ip
...
By: Tahg <tahgtahv@gmail.com>
2011-01-09 15:01:09 -05:00
CraftBukkit/Spigot
76e05aa578
Added getContents() to IInventory and implemented it.
...
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot.
Added getMaxStackSize to CraftItemStack.
By: Erik Broes <erikbroes@grum.nl>
2011-01-09 18:27:46 +01:00
Bukkit/Spigot
5c0413fb45
Added BlockIgniteEvent.
...
By: speakeasy <mekevin1917@gmail.com>
2011-01-09 18:10:44 +08:00
Bukkit/Spigot
a27364193d
Cleaned up Fillr
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-10 06:05:43 +08:00
Bukkit/Spigot
c97111ca58
Fixed getArmorContents() return value
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-09 23:40:29 +01:00
Bukkit/Spigot
83dea7c90f
forgot to initialize cancel
...
By: durron597 <martin.jared@gmail.com>
2011-01-09 12:33:27 -05:00
Bukkit/Spigot
f95c139dd6
Updated inventories to a has-a relationship.
...
Added PlayerInventory interface with playeronly methods.
Add equals to ItemStack.
By: Erik Broes <erikbroes@grum.nl>
2011-01-09 18:21:31 +01:00
Bukkit/Spigot
f81c44fbba
Added JavaDoc @see comments and @todo notes for those that aren't specified in the listener
...
By: Luke GB <github@lukegb.com>
2011-01-09 13:14:28 +00:00
Bukkit/Spigot
8f9ea50a86
Removed unnecessary import warnings
...
By: durron597 <martin.jared@gmail.com>
2011-01-09 07:52:03 -05:00
Bukkit/Spigot
1105de519d
Added ItemDrop, world.dropItem(), and world.dropItemNaturally().
...
By: sk89q <the.sk89q@gmail.com>
2011-01-08 12:47:48 -08:00
Bukkit/Spigot
75aa4ef4c5
Made Location.clone() public.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-08 12:39:54 -08:00
Bukkit/Spigot
b94f401b3a
Changed Block.setTypeID() to return a boolean indicating whether the block was changed (as provided by Minecraft).
...
By: sk89q <the.sk89q@gmail.com>
2011-01-08 12:24:27 -08:00
Bukkit/Spigot
7a896ce200
Fixed VehicleListener not being able to register
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-08 18:47:14 +00:00
Bukkit/Spigot
b9bb03c09e
Should be LivingEntity
...
By: durron597 <martin.jared@gmail.com>
2011-01-08 08:05:04 -05:00
Bukkit/Spigot
a617a398a1
Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed
...
BlockItem as we're not doing it that way anymore.
By: durron597 <martin.jared@gmail.com>
2011-01-08 05:44:42 -05:00
Bukkit/Spigot
b8e3ff6572
Added block.getBiome()
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-08 03:34:24 +00:00
Bukkit/Spigot
61f1ef6117
Added World.getName and World.getId
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-08 02:29:42 +00:00
Bukkit/Spigot
f2e2a23693
Added Entity.teleportTo(Entity)
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-08 02:20:29 +00:00
Bukkit/Spigot
880f2c11a5
Added passenger methods to Vehicle/LivingEntity.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-07 16:25:52 -08:00
Bukkit/Spigot
eb62da78ee
Added World.spawnBoat().
...
By: sk89q <the.sk89q@gmail.com>
2011-01-07 13:59:30 -08:00
Bukkit/Spigot
f6dc158646
Added Boat interface.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-07 13:01:23 -08:00
Bukkit/Spigot
ca9cd7aa45
Moving some minecart flags that don't belong in the event out of the event.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-07 12:26:10 -08:00
Bukkit/Spigot
00ee553d1b
Merge remote branch 'remotes/origin/master'
...
By: sk89q <the.sk89q@gmail.com>
2011-01-07 11:18:03 -08:00
Bukkit/Spigot
f0cb8573a9
Various changes to the vehicle hooks.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-07 11:16:04 -08:00
Bukkit/Spigot
0d4ef412af
Added state update()
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 16:53:29 +00:00
Bukkit/Spigot
9fbfe7e412
Make a start on BlockState stuff
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 16:17:54 +00:00
Bukkit/Spigot
ef59e4c706
Added Sign interface
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 14:52:28 +00:00
Bukkit/Spigot
013df9273d
Set. Not get.
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 13:33:36 +00:00
Bukkit/Spigot
e39ba776c9
Added PlayerChatEvent.getFormat/setFormat
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 13:31:16 +00:00
Bukkit/Spigot
8574cf2cb0
Added Player.getDisplayName() and Player.setDisplayName(String)
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 13:27:09 +00:00
Bukkit/Spigot
d21746e25a
Removed BlockRightClicked, as it's subsumed by PlayerBlockItemEvent
...
By: durron597 <martin.jared@gmail.com>
2011-01-07 05:44:10 -05:00
Bukkit/Spigot
e5f9932bad
Some BlockFace improvements
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 10:32:36 +00:00
Bukkit/Spigot
99ed6048d7
Added canBuild to event
...
By: durron597 <martin.jared@gmail.com>
2011-01-07 05:38:45 -05:00
Bukkit/Spigot
019134d7df
Implemented Item_Use events
...
By: durron597 <martin.jared@gmail.com>
2011-01-07 05:11:16 -05:00
Bukkit/Spigot
8efd0c02c7
Convenience method to see if a material is a block
...
By: durron597 <martin.jared@gmail.com>
2011-01-07 04:40:46 -05:00
CraftBukkit/Spigot
e0eb9be1ba
Fixed CraftPlayer.isOnline
...
By: Tahg <tahgtahv@gmail.com>
2011-01-06 02:50:44 -05:00
Bukkit/Spigot
6f77375dc5
Fixed Updatr stuff
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-05 23:00:13 +00:00
CraftBukkit/Spigot
514167e661
Show reason for invalid plugin
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-05 22:56:31 +00:00
Bukkit/Spigot
88c998f4a2
Tweaked some more exceptions, get messages passed
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-05 22:56:12 +00:00
Bukkit/Spigot
14cfdcc567
Separate InvalidDescriptionException -> InvalidPluginException
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-05 22:45:54 +00:00
Bukkit/Spigot
0cb7170b41
Slightly better "invalid plugin.yml" errors
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-05 22:40:45 +00:00
Bukkit/Spigot
c01c18a1d7
Added Server.getTime and Server.setTime
...
By: FrozenCow <frozencow@gmail.com>
2011-01-04 16:23:01 +08:00
Bukkit/Spigot
2c72e8e9d5
Initial Inventory stuff, read only, no hooks. Only implemented for the StorageMinecart
...
By: Erik Broes <erikbroes@ripe.net>
2011-01-05 01:00:06 +01:00
Bukkit/Spigot
f7d795843a
Merge branch 'master' of github.com:Bukkit/Bukkit
...
By: stevenh <steven.hartland@multiplay.co.uk>
2011-01-04 23:32:38 +00:00
Bukkit/Spigot
b9885402a6
Fix for plugin description file cast error
...
By: stevenh <steven.hartland@multiplay.co.uk>
2011-01-04 23:30:44 +00:00
Bukkit/Spigot
740077970e
Javadoc
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-04 22:05:53 +00:00
Bukkit/Spigot
7f944f0a0d
Removed onBlockSent, added onLeavesDecay
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-04 22:03:15 +00:00
Bukkit/Spigot
fa8b3da89b
Constructors for damage on itemstack
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-04 19:56:19 +00:00
Bukkit/Spigot
6a71870555
ItemStack.setDamage and ItemStack.getDamage
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-04 19:54:41 +00:00
Bukkit/Spigot
950ed1a52a
Added Chunk events in new World category
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-04 14:08:56 +00:00