summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
Commit message (Expand)AuthorAgeLines
* Tweak Block.getTemperature to return actual block temperatureHEADmastermd_52018-12-19-1/+1
* SPIGOT-2151: Add support for getting simple bounding box of a blockEvoluseis2018-12-19-0/+13
* Mappings Updatemd_52018-12-06-5/+5
* Add ray tracing and bounding box APIblablubbabc2018-10-26-1/+47
* Update to Minecraft 1.13.2md_52018-10-23-1/+1
* Add Block#isPassableblablubbabc2018-10-13-0/+5
* Catch plugins setting null Material or BlockData to blocksmd_52018-10-13-0/+2
* SPIGOT-4316: Do even less processing when block placement without physics req...md_52018-08-27-1/+1
* Update to Minecraft 1.13.1md_52018-08-26-8/+8
* SPIGOT-4230: Improve legacy block typesmd_52018-08-05-1/+1
* SPIGOT-4221: Update surrounding blocks for cancelled break/placemd_52018-08-03-0/+4
* SPIGOT-4164: Treat new _AIR blocks as airmd_52018-07-28-1/+1
* SPIGOT-4124: Fix misplaced PISTON_HEADmd_52018-07-24-1/+0
* CraftBlock.toString shouldn't make legacy callmd_52018-07-20-1/+1
* Fix Block.setType alone being treated as legacymd_52018-07-18-6/+2
* SPIGOT-4036: Handle regular/uncoloured shulker boxesmd_52018-07-18-0/+1
* Update to Minecraft 1.13-pre7md_52018-07-15-110/+167
* Fix Block PistonMoveReactionmd_52018-01-10-1/+1
* Improvements to BlockStatesLukas Hennig2017-08-05-1/+8
* Update to Minecraft 1.12-pre2md_52017-05-14-1/+3
* SPIGOT-2871: Improve BlockStates + BlockStateMetamd_52016-12-02-0/+10
* SPIGOT-2835: CraftBlock getDrops Returns Airmd_52016-11-23-1/+1
* Update to Minecraft 1.11md_52016-11-17-3/+20
* SPIGOT-2679: Add meta for StructureBlockmd_52016-09-18-0/+2
* Hook into World for light getters due to additional validation.md_52016-07-25-2/+2
* SPIGOT-2503: Optimize block setmd_52016-07-08-1/+1
* SPIGOT-2456: Don't wipe tiles if type is still the samemd_52016-06-27-1/+1
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-2/+2
* Fix air setting block updatesmd_52016-06-26-1/+3
* SPIGOT-611: Improve setBlock for tile->tile transitionsmd_52016-06-25-0/+4
* SPIGOT-1292: BlockState based FlowerPot API.md_52016-06-03-0/+2
* SPIGOT-2285: New CommandBlock types.md_52016-05-16-0/+2
* Implement EndGateway stateMatthew2016-03-18-0/+2
* Update to Minecraft 1.9md_52016-03-01-93/+22
* SPIGOT-204: Add way to set block type without using IDs or updating physics.md_52014-12-22-1/+6
* [Slightly breaking] setType(Id) will not longer reuse the previous data valueThinkofdeath2014-12-02-1/+2
* Fix missed case in CraftBlockThinkofdeath2014-11-29-0/+1
* Update to Minecraft 1.8Thinkofdeath2014-11-28-59/+60
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-3/+3
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-2/+6
* [Bleeding] Return correct drops for Cocoa blocks. Fixes BUKKIT-5159t00thpick12013-12-13-0/+7
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-33/+82
* Send block updates even when applyPhysics is false. Fixes BUKKIT-3971Des Herriott2013-05-02-3/+3
* Add Beacon block state for hopper events. Fixes BUKKIT-3932Travis Watkins2013-03-29-0/+2
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
* Implement Dropper interface. Adds BUKKIT-3750Xephi2013-03-21-0/+2
* BlockState for Command Blocks. Adds BUKKIT-3805.Nate Mortensen2013-03-19-0/+2
* Implement Hopper block state and inventory methods. Adds BUKKIT-3749Michael Limiero2013-03-17-0/+2
* Use Chest block state for trapped chests. Fixes BUKKIT-3762Travis Watkins2013-03-16-0/+1
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-9/+17