summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/block
Commit message (Expand)AuthorAgeLines
* [Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075Mike Primm2012-03-08-0/+7
* Updated Bukkit API for 1.2Nathan Adams2012-03-01-1/+3
* Adding/expanding documentationCeltic Minstrel2012-02-29-0/+43
* Fix javadoc errors/warningsCeltic Minstrel2012-02-29-1/+1
* [Bleeding] Inventory framework and events. Addresses BUKKIT-856Celtic Minstrel2012-02-29-10/+12
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-2/+4
* Added missing BlockState functions. Addresses BUKKIT-807TomyLobo2012-02-27-6/+16
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-0/+37
* Deprecation cleanup.Erik Broes2012-02-18-12/+0
* [Bleeding] Add BrewingStand API. Thanks N3X15 & md_5Erik Broes2012-01-17-0/+21
* [Bleeding] Added Block.breakNaturally and Block.getDropsZeerix2012-01-17-1/+34
* [Bleeding] Added Block.getLightFromSky and getLightFromBlocksMike Primm2012-01-17-0/+18
* Generic cleaningErik Broes2012-01-15-6/+6
* Added 5 new biomes as included in MC 1.1 as part of #BUKKIT-496Nathan Adams2012-01-14-1/+6
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-9/+21
* Added new biome enum valuesNathan Adams2011-11-22-0/+6
* Few more style cleanupsNathan Adams2011-10-11-2/+2
* Small javadoc cleanupNathan Adams2011-10-10-11/+0
* Remove Jukebox MaterialData in favour of Jukebox BlockStateCeltic Minstrel2011-09-25-0/+32
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-26/+34
* Ok, so we need this. *shifty eyes*Dinnerbone2011-09-15-1/+4
* Added missing Note getNote().EvilSeph2011-07-28-0/+7
* Removed deprecated methods.EvilSeph2011-07-27-18/+0
* Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative()Erik Broes2011-07-17-29/+22
* Added Block.getPistonMoveReaction, BlockPistonExtend and BlockPistonRetractEventErik Broes2011-07-17-0/+46
* Added additional BlockFace enum members and fixed Sign class.sunkid2011-07-14-0/+32
* Added helper methods World.getHighestBlockAt, Block.isEmpty, Block.isLiquid. ...Dinnerbone2011-07-13-0/+32
* Added Sky biome for the Skylands. Thanks robin0van0der0v!EvilSeph2011-06-21-1/+2
* Added Instrument enum, Note class and get/setNote functions. Thanks xZise!EvilSeph2011-06-17-3/+34
* Whitespace + general cleanupErik Broes2011-05-15-47/+60
* Added NoteBlock.play(instrument, note).sk89q2011-05-02-0/+10
* Updated README for line-ending demands, also fixed line-endigs.Erik Broes2011-04-25-163/+163
* added the MaterialData subclass Doorsunkid2011-03-25-0/+29
* Reworked BlockDamageEvent to match with the latest Mojang client/server changes.Erik Broes2011-03-23-15/+0
* added methods for getting redstone powerTahg2011-03-10-1/+35
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-54/+0
* You shouldn't be here, little method. We already have a getData.Dinnerbone2011-03-04-2/+0
* refactor ItemsTahg2011-02-21-1/+5
* When deprecating, the alternative should be provided.EvilSeph2011-02-19-1/+1
* Renamed MobType->CreatureType and MobSpawner->CreatureSpawner.Andrew Ardill2011-02-17-0/+56
* General cleanup (deprecated+whitespace)Erik Broes2011-02-02-6/+6
* Added NoteBlock.play, Dispenser.dispenseDinnerbone2011-02-01-0/+16
* Added Block.isBlockPowered(), block.isBlockIndirectlyPowered().sk89q2011-01-28-0/+14
* Added full tile entity data support for all block types that use it, includin...sk89q2011-01-23-0/+145
* Block instance getLocation() method.Adam Tanner2011-01-21-0/+9
* Added Block.getRelative(BlockFace).sk89q2011-01-15-0/+8
* Moved block stuff from org.bukkit to org.bukkit.blockDinnerbone2011-01-15-1/+266
* Global ID -> Id renameErik Broes2011-01-15-6/+6
* Added MaterialData from BlockStateDinnerbone2011-01-15-2/+3
* Added state update()Dinnerbone2011-01-07-0/+30