VictorD
7ea93a1105
Added registration of plugin commands on plugin load.
2011-01-16 16:35:37 +01:00
Erik Broes
78cd77ef71
Implement removeItem(ItemStack...)
2011-01-16 16:09:59 +01:00
Erik Broes
0ae550a11c
Fixed NPE while clearing a slot
2011-01-16 14:34:31 +01:00
Andrew Ardill
ceaf94d5bb
Implementation of the EntityDamage*Events.
...
Many files were added to enable the correct hooking of these events, and a new
event EntityDamageByProjectileEvent. EntityDamageByProjectileEvent adds the
ability to get the projectile entity (such as an egg) and also set if the
projectile 'bounces'. Only two projectiles currently respond to bouncing, Arrow
and Fish - were if the fish bounces it means the fish is not hooked. Bouncing
is independent of any damage caused via the event. In addition, the changes to
EntityDamageEvent that enable setting post-event damage were implemented in all
hooks.
Finally, a bug in CraftArrow was fixed, where the constructor was not declared public.
2011-01-16 14:14:30 +01:00
sk89q
9e65c243e4
Fixed an issue where the block cache became out of date and events were giving erroneous block information.
2011-01-15 21:10:24 -08:00
sk89q
c62e387879
Added Block.getRelative(BlockFace).
2011-01-15 19:33:45 -08:00
sk89q
5d93ab3e54
Added item-in-hand related API.
2011-01-15 19:33:28 -08:00
sk89q
44ae0531e7
Added CraftInventory.setContents(); made CraftInventory.setItem(), CraftInventory.getItem(), and CraftItemStack() damage-aware.
2011-01-15 14:56:35 -08:00
Dinnerbone
f78b8c12a6
Fixed compilation issues (+small import cleanup in CraftWorld)
2011-01-15 21:53:09 +00:00
sk89q
7fd0125db5
Fixed World.dropItemNaturally() not specifying the Y and Z coordinates correctly.
2011-01-15 13:45:48 -08:00
sk89q
5dafc601db
Moved org.bukkit.Vector to org.bukkit.util.
2011-01-15 13:44:22 -08:00
sk89q
f6d4979aa2
Added Server.broadcastMessage().
2011-01-15 13:40:35 -08:00
Dinnerbone
4d1c1fe5ed
Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block
2011-01-15 21:40:18 +00:00
Dinnerbone
0db8d5d111
Moved block stuff from org.bukkit to org.bukkit.block
2011-01-15 21:36:57 +00:00
Dinnerbone
7877229881
Missed an Entity
2011-01-15 21:31:59 +00:00
Dinnerbone
2fe673741c
All inventory stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.inventory
2011-01-15 21:29:17 +00:00
Dinnerbone
6b9ad41a05
All inventory stuff in org.bukkit moved to org.bukkit.inventory
2011-01-15 21:27:29 +00:00
Dinnerbone
9150e8d85d
All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.entity
2011-01-15 21:24:07 +00:00
Dinnerbone
d501bbf1a2
All entity stuff in org.bukkit moved to org.bukkit.entity
2011-01-15 21:21:05 +00:00
Erik Broes
4dc907f2f6
Implemented clear/remove for inventories
2011-01-15 21:55:53 +01:00
Erik Broes
8c8f53fd44
Events should be present tense, not paste tense.
2011-01-15 21:26:52 +01:00
Dinnerbone
2184d240db
Changed BlockFace enum to match coding standards
2011-01-15 20:19:10 +00:00
Erik Broes
5aa1bc269d
Implemented int getBlockTypeIdAt(int x, int y, int z).
2011-01-15 21:01:49 +01:00
Erik Broes
dea72d6623
Global ID -> Id rename
2011-01-15 20:55:59 +01:00
Dinnerbone
e4a31ce206
Implemented BlockState MaterialData
2011-01-15 19:53:33 +00:00
speakeasy
55959488a9
Added kick player
2011-01-15 12:26:24 +08:00
Dinnerbone
202e44ab1a
Fixed blocks not keeping data on placement
2011-01-14 19:44:11 +00:00
Dinnerbone
dea7d3a81d
Update to Minecraft Server 1.2_01
2011-01-14 13:47:47 +00:00
Dinnerbone
2761b59845
Update to Minecraft Server 1.2
2011-01-14 13:31:10 +00:00
Erik Broes
9922c69d69
Small whitespace/warning sanitation
2011-01-11 23:11:10 +01:00
Erik Broes
22dab8e985
Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s
2011-01-11 09:27:35 +01:00
sk89q
dda7ca0059
Fixed CraftWorld.spawnArrow() not setting X, Y, Z positions correctly.
2011-01-10 14:14:26 -08:00
Erik Broes
136ad76e6a
Remember, minimal diffs and *NO TABS*
2011-01-10 09:30:34 +01:00
Dinnerbone
11b114ca16
Revert "Bukkit Timers, now with 100% less github-services branch."
...
This reverts commit 7c37a03a092be7e9c3fb242b4cbe4f6644899af6.
2011-01-10 03:09:41 +00:00
Taylor Kelly
0a15f98a2e
Fixed CIP
2011-01-10 11:05:42 +08:00
thylordroot
e91d523642
Bukkit Timers, now with 100% less github-services branch.
2011-01-10 10:32:09 +08:00
Taylor Kelly
e5d7a46029
-
2011-01-10 10:29:21 +08:00
Erik Broes
814967ddd2
PlayerInventory.getSize should not count armor slots.
2011-01-10 00:41:22 +01:00
Erik Broes
4eeceacde7
Fixed some bugs with inventory
2011-01-09 23:41:14 +01:00
Tahg
d3b87965c3
Merge branch 'master' of https://github.com/Bukkit/CraftBukkit
2011-01-09 15:01:25 -05:00
Tahg
45c7013116
Added function to get player ip
2011-01-09 15:01:09 -05:00
Erik Broes
e8a565e6cf
Added getContents() to IInventory and implemented it.
...
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot.
Added getMaxStackSize to CraftItemStack.
2011-01-09 18:28:46 +01:00
sk89q
fd20876189
Implemented item drops.
2011-01-08 12:48:45 -08:00
sk89q
e83d9f676d
Changed Block.setTypeID() to return a boolean indicating whether the block was changed (as provided by Minecraft).
2011-01-08 12:24:39 -08:00
Dinnerbone
f71e2b4ed3
Implemented block.getBiome
2011-01-08 03:44:29 +00:00
Dinnerbone
603156ea29
Added World.getName and World.getId
2011-01-08 02:29:57 +00:00
Dinnerbone
81f920d927
Added Entity.teleportTo(Entity)
2011-01-08 02:20:11 +00:00
Dinnerbone
d374bff8d0
Implemented BlockState.update(boolean), signs should now work, cleaned up some code a little
2011-01-08 01:22:17 +00:00
sk89q
c9efe94545
Added passenger methods to Vehicle/LivingEntity.
2011-01-07 16:26:08 -08:00
sk89q
e968096fc7
Changed resolution order in CraftWorld.toCraftEntity() to give CraftMappable precedence.
2011-01-07 14:06:08 -08:00