.. |
block
|
Added state update()
|
2011-01-07 16:53:29 +00:00 |
event
|
New materials, changed material names per style guidelines + correct names
|
2011-01-13 23:33:10 +00:00 |
fillr
|
Renamed Color -> ChatColor, and added DyeColor
|
2011-01-13 20:27:28 +00:00 |
material
|
Added Wool + Dyes
|
2011-01-14 00:20:00 +00:00 |
plugin
|
Merge branch 'master' of https://github.com/tkelly910/Bukkit into tkelly910-master
|
2011-01-11 18:53:54 -05:00 |
Arrow.java
|
Renamed ArrowEntity->Arrow to be consistent.
|
2011-01-03 14:10:49 +08:00 |
Biome.java
|
Added block.getBiome()
|
2011-01-08 03:34:24 +00:00 |
Block.java
|
Changed Block.setTypeID() to return a boolean indicating whether the block was changed (as provided by Minecraft).
|
2011-01-08 12:24:27 -08:00 |
BlockDamageLevel.java
|
BlockDamagedEvent
|
2011-01-10 06:34:59 +08:00 |
BlockFace.java
|
Some BlockFace improvements
|
2011-01-07 10:32:36 +00:00 |
Boat.java
|
Added Boat interface.
|
2011-01-07 13:01:23 -08:00 |
ChatColor.java
|
Added Wool + Dyes
|
2011-01-14 00:20:00 +00:00 |
Chunk.java
|
Added Chunk.getWorld()
|
2011-01-04 14:08:29 +00:00 |
DyeColor.java
|
Added Wool + Dyes
|
2011-01-14 00:20:00 +00:00 |
Egg.java
|
Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().
|
2011-01-03 17:44:30 +08:00 |
Entity.java
|
Added Entity.teleportTo(Entity)
|
2011-01-08 02:20:29 +00:00 |
HumanEntity.java
|
Updated inventories to a has-a relationship.
|
2011-01-09 18:21:31 +01:00 |
Inventory.java
|
Updated inventories to a has-a relationship.
|
2011-01-09 18:21:31 +01:00 |
ItemDrop.java
|
Added ItemDrop, world.dropItem(), and world.dropItemNaturally().
|
2011-01-08 12:47:48 -08:00 |
ItemStack.java
|
Infinite loops are like infinite loops which are like infinite loops which *bang*
|
2011-01-14 14:43:14 +00:00 |
LivingEntity.java
|
Added passenger methods to Vehicle/LivingEntity.
|
2011-01-07 16:25:52 -08:00 |
Location.java
|
Made Location.clone() public.
|
2011-01-08 12:39:54 -08:00 |
Material.java
|
Added Wool + Dyes
|
2011-01-14 00:20:00 +00:00 |
Minecart.java
|
Added minecart classes, vehicle class, and the ability to spawn minecarts. StorageMinecart needs a getInventory(), but that is waiting on the addition of inventory code.
|
2011-01-03 14:03:17 +08:00 |
MobType.java
|
PlayerEggThrowEvent
|
2011-01-11 02:58:51 -05:00 |
Player.java
|
Merge branch 'master' of https://github.com/Bukkit/Bukkit
|
2011-01-10 17:27:51 -05:00 |
PlayerInventory.java
|
Fixed getArmorContents() return value
|
2011-01-09 23:40:29 +01:00 |
PoweredMinecart.java
|
Added minecart classes, vehicle class, and the ability to spawn minecarts. StorageMinecart needs a getInventory(), but that is waiting on the addition of inventory code.
|
2011-01-03 14:03:17 +08:00 |
Server.java
|
Documented + added server.matchPlayer
|
2011-01-07 10:00:00 +00:00 |
Slot.java
|
Updated inventories to a has-a relationship.
|
2011-01-09 18:21:31 +01:00 |
Snowball.java
|
Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().
|
2011-01-03 17:44:30 +08:00 |
StorageMinecart.java
|
Updated inventories to a has-a relationship.
|
2011-01-09 18:21:31 +01:00 |
Vector.java
|
Improved Vector with more methods and more Javadocs.
|
2011-01-03 13:49:40 -08:00 |
Vehicle.java
|
Added passenger methods to Vehicle/LivingEntity.
|
2011-01-07 16:25:52 -08:00 |
World.java
|
Added ItemDrop, world.dropItem(), and world.dropItemNaturally().
|
2011-01-08 12:47:48 -08:00 |