summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Added Ladder MaterialDataDinnerbone2011-01-15-1/+49
* Correctly added all MaterialData to their appropriate Material enumDinnerbone2011-01-15-8/+6
* RedstoneWire MaterialDataDinnerbone2011-01-15-0/+35
* RedstoneTorch MaterialData + Redstone interfaceDinnerbone2011-01-15-0/+50
* Added TorchesDinnerbone2011-01-15-0/+50
* Added Attachable MaterialDataDinnerbone2011-01-15-0/+16
* Events should be present tense, not paste tense.Erik Broes2011-01-15-43/+43
* Changed BlockFace to match enum standardsDinnerbone2011-01-15-11/+11
* Added int getBlockTypeIdAt(int x, int y, int z) to WorldErik Broes2011-01-15-0/+10
* Global ID -> Id renameErik Broes2011-01-15-36/+35
* Added MaterialData from BlockStateDinnerbone2011-01-15-18/+14
* Fixed dye coloursDinnerbone2011-01-15-16/+16
* Cleaned up Configuration Javadoc.sk89q2011-01-15-5/+0
* JavaPlugin now loads the configuration file on load. getConfiguration() now i...sk89q2011-01-15-3/+3
* Added list support to Configuration.sk89q2011-01-15-166/+377
* Plugin data folders are now no longer created by default.sk89q2011-01-15-3/+5
* Improved the Javadoc for JavaPlugin.getConfiguration().sk89q2011-01-15-1/+4
* Configuration files need to be .yml, not .yaml.sk89q2011-01-15-1/+1
* Added Configuration.getBoolean().sk89q2011-01-14-0/+20
* Added configuration and plugin data directory support to plugins.sk89q2011-01-14-20/+87
* Added basic configuration classes.sk89q2011-01-14-0/+226
* Added kick player.speakeasy2011-01-15-0/+7
* Infinite loops are like infinite loops which are like infinite loops which *b...Dinnerbone2011-01-14-1/+1
* Added Wool + DyesDinnerbone2011-01-14-29/+127
* Added MaterialDataDinnerbone2011-01-14-8/+142
* New materials, changed material names per style guidelines + correct namesDinnerbone2011-01-13-174/+224
* Renamed Color -> ChatColor, and added DyeColorDinnerbone2011-01-13-12/+56
* Added redstone eventTahg2011-01-12-0/+46
* Remove @overrides from EntityCombustTaylor Kelly2011-01-11-2/+0
* Merge branch 'master' of https://github.com/tkelly910/Bukkit into tkelly910-m...Taylor Kelly2011-01-11-61/+192
|\
| * EggThrow - remove extra stuffTaylor Kelly2011-01-11-10/+0
| * PlayerEggThrowEventTaylor Kelly2011-01-11-61/+202
* | Added PluginManager.getPlugins()Dinnerbone2011-01-11-0/+11
* | New ClassLoader to allow for inter-plugin communicationDinnerbone2011-01-11-1/+55
|/
* Merge branch 'master' of https://github.com/Bukkit/BukkitTahg2011-01-10-408/+1583
|\
| * BlockDamagedEventTaylor Kelly2011-01-10-21/+68
| * EntityCombustEventTaylor Kelly2011-01-10-0/+41
| * Added BlockIgniteEvent.speakeasy2011-01-10-6/+88
| * Cleaned up FillrTaylor Kelly2011-01-10-269/+245
| * Fixed getArmorContents() return valueErik Broes2011-01-09-3/+6
| * forgot to initialize canceldurron5972011-01-09-0/+1
| * Updated inventories to a has-a relationship.Erik Broes2011-01-09-45/+232
| * Added JavaDoc @see comments and @todo notes for those that aren't specified i...Luke GB2011-01-09-0/+87
| * Removed unnecessary import warningsdurron5972011-01-09-3/+0
| * Added ItemDrop, world.dropItem(), and world.dropItemNaturally().sk89q2011-01-08-0/+33
| * Made Location.clone() public.sk89q2011-01-08-1/+1
| * Changed Block.setTypeID() to return a boolean indicating whether the block wa...sk89q2011-01-08-1/+2
| * Fixed VehicleListener not being able to registerDinnerbone2011-01-08-1/+6
| * Should be LivingEntitydurron5972011-01-08-4/+4
| * Implemented BlockInteract, BlockRightClicked and PlayerItem. Removeddurron5972011-01-08-122/+282