Commit Graph

206 Commits

Author SHA1 Message Date
Erik Broes
aefdb5e838 Added int getBlockTypeIdAt(int x, int y, int z) to World 2011-01-15 21:02:47 +01:00
Erik Broes
b8072b8a37 Global ID -> Id rename 2011-01-15 20:54:06 +01:00
Dinnerbone
ce1247aa2e Added MaterialData from BlockState 2011-01-15 19:41:18 +00:00
Dinnerbone
599a6574c7 Fixed dye colours 2011-01-15 19:41:18 +00:00
sk89q
d80345b161 Cleaned up Configuration Javadoc. 2011-01-15 02:10:08 -08:00
sk89q
34d1afbd6e JavaPlugin now loads the configuration file on load. getConfiguration() now is much cheaper to call. 2011-01-15 01:45:36 -08:00
sk89q
9a1bf38b60 Added list support to Configuration. 2011-01-15 01:44:20 -08:00
sk89q
fc63e38ea2 Plugin data folders are now no longer created by default. 2011-01-15 00:34:01 -08:00
sk89q
c944fa35af Improved the Javadoc for JavaPlugin.getConfiguration(). 2011-01-15 00:29:38 -08:00
sk89q
f8dba7655b Configuration files need to be .yml, not .yaml. 2011-01-15 00:26:32 -08:00
sk89q
5dac538034 Added Configuration.getBoolean(). 2011-01-14 23:38:53 -08:00
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