sk89q
|
0373fe9fdc
|
Added configuration and plugin data directory support to plugins.
|
2011-01-14 23:38:53 -08:00 |
|
sk89q
|
b99e2d8982
|
Added basic configuration classes.
|
2011-01-14 23:38:52 -08:00 |
|
speakeasy
|
df1a56c3a3
|
Added kick player.
|
2011-01-15 12:27:25 +08:00 |
|
Dinnerbone
|
773c7dc489
|
Infinite loops are like infinite loops which are like infinite loops which *bang*
|
2011-01-14 14:43:14 +00:00 |
|
Dinnerbone
|
2b64812a70
|
Added Wool + Dyes
|
2011-01-14 00:20:00 +00:00 |
|
Dinnerbone
|
4ccb655047
|
Added MaterialData
|
2011-01-14 00:00:54 +00:00 |
|
Dinnerbone
|
a61ae767f3
|
New materials, changed material names per style guidelines + correct names
|
2011-01-13 23:33:51 +00:00 |
|
Dinnerbone
|
c4f4d92aa5
|
Renamed Color -> ChatColor, and added DyeColor
|
2011-01-13 20:27:28 +00:00 |
|
Tahg
|
8c36da8892
|
Added redstone event
|
2011-01-12 12:40:21 -05:00 |
|
Taylor Kelly
|
f4bd88e1f4
|
Remove @overrides from EntityCombust
|
2011-01-11 19:41:04 -05:00 |
|
Taylor Kelly
|
d60e72a14d
|
Merge branch 'master' of https://github.com/tkelly910/Bukkit into tkelly910-master
|
2011-01-11 18:53:54 -05:00 |
|
Dinnerbone
|
39922fb7ff
|
Added PluginManager.getPlugins()
|
2011-01-11 20:58:01 +00:00 |
|
Dinnerbone
|
665f4fa410
|
New ClassLoader to allow for inter-plugin communication
|
2011-01-11 20:36:38 +00:00 |
|
Taylor Kelly
|
b6a573c31f
|
EggThrow - remove extra stuff
|
2011-01-11 03:02:30 -05:00 |
|
Taylor Kelly
|
e732e72985
|
PlayerEggThrowEvent
|
2011-01-11 02:58:51 -05:00 |
|
Tahg
|
8e142e51c4
|
Merge branch 'master' of https://github.com/Bukkit/Bukkit
Conflicts:
src/main/java/org/bukkit/Player.java
|
2011-01-10 17:27:51 -05:00 |
|
Tahg
|
10592530eb
|
added getAddress interface for Player
|
2011-01-10 17:24:35 -05:00 |
|
Taylor Kelly
|
b29d41c282
|
BlockDamagedEvent
|
2011-01-10 02:59:30 +00:00 |
|
Taylor Kelly
|
04f5a1e82b
|
EntityCombustEvent
|
2011-01-10 02:59:30 +00:00 |
|
speakeasy
|
4e8f1190af
|
Added BlockIgniteEvent.
|
2011-01-10 09:09:43 +08:00 |
|
Taylor Kelly
|
184d5744f3
|
Cleaned up Fillr
|
2011-01-10 09:08:11 +08:00 |
|
Erik Broes
|
0b3a145785
|
Fixed getArmorContents() return value
|
2011-01-09 23:40:46 +01:00 |
|
durron597
|
5601817743
|
forgot to initialize cancel
|
2011-01-09 12:34:57 -05:00 |
|
Erik Broes
|
9498644672
|
Updated inventories to a has-a relationship.
Added PlayerInventory interface with playeronly methods.
Add equals to ItemStack.
|
2011-01-09 18:29:48 +01:00 |
|
Luke GB
|
b1cab8c5ee
|
Added JavaDoc @see comments and @todo notes for those that aren't specified in the listener
|
2011-01-09 13:14:28 +00:00 |
|
durron597
|
b1d277aa1e
|
Removed unnecessary import warnings
|
2011-01-09 07:52:03 -05:00 |
|
sk89q
|
a9927b4efb
|
Added ItemDrop, world.dropItem(), and world.dropItemNaturally().
|
2011-01-08 12:47:48 -08:00 |
|
sk89q
|
61e9e645e8
|
Made Location.clone() public.
|
2011-01-08 12:39:54 -08:00 |
|
sk89q
|
dac484d4f8
|
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 |
|
Dinnerbone
|
c635b52a88
|
Fixed VehicleListener not being able to register
|
2011-01-08 18:47:14 +00:00 |
|
durron597
|
9708ebcb39
|
Should be LivingEntity
|
2011-01-08 08:05:04 -05:00 |
|
durron597
|
98b6937ac2
|
Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed
BlockItem as we're not doing it that way anymore.
|
2011-01-08 05:45:15 -05:00 |
|
Dinnerbone
|
e9611ee6f9
|
Added block.getBiome()
|
2011-01-08 03:34:24 +00:00 |
|
Dinnerbone
|
a57ad1fde8
|
Added World.getName and World.getId
|
2011-01-08 02:29:42 +00:00 |
|
Dinnerbone
|
731683daff
|
Added Entity.teleportTo(Entity)
|
2011-01-08 02:21:46 +00:00 |
|
sk89q
|
ebf69ae6c2
|
Added passenger methods to Vehicle/LivingEntity.
|
2011-01-07 16:25:52 -08:00 |
|
sk89q
|
d996dc5551
|
Added World.spawnBoat().
|
2011-01-07 13:59:30 -08:00 |
|
sk89q
|
cadea65ec0
|
Added Boat interface.
|
2011-01-07 13:01:23 -08:00 |
|
sk89q
|
3450df0541
|
Moving some minecart flags that don't belong in the event out of the event.
|
2011-01-07 12:26:24 -08:00 |
|
sk89q
|
b2752f5492
|
Merge remote branch 'remotes/origin/master'
|
2011-01-07 11:18:03 -08:00 |
|
sk89q
|
3d94820557
|
Various changes to the vehicle hooks.
|
2011-01-07 11:16:04 -08:00 |
|
Dinnerbone
|
6696ca34f6
|
Added state update()
|
2011-01-07 16:53:29 +00:00 |
|
Dinnerbone
|
33bcc6c21e
|
Make a start on BlockState stuff
|
2011-01-07 16:17:54 +00:00 |
|
Dinnerbone
|
8e0d2db95e
|
Added Sign interface
|
2011-01-07 14:52:28 +00:00 |
|
Dinnerbone
|
6bbad0cdae
|
Set. Not get.
|
2011-01-07 13:33:36 +00:00 |
|
Dinnerbone
|
4ff2e5be4c
|
Added PlayerChatEvent.getFormat/setFormat
|
2011-01-07 13:31:16 +00:00 |
|
Dinnerbone
|
2d7e048d33
|
Added Player.getDisplayName() and Player.setDisplayName(String)
|
2011-01-07 13:27:09 +00:00 |
|
durron597
|
d1d5932abe
|
Removed BlockRightClicked, as it's subsumed by PlayerBlockItemEvent
|
2011-01-07 05:44:51 -05:00 |
|
Dinnerbone
|
d721f21023
|
Some BlockFace improvements
|
2011-01-07 10:33:29 +00:00 |
|
durron597
|
0b03f7fd70
|
Added canBuild to event
|
2011-01-07 05:38:45 -05:00 |
|