summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemSkull.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-12/+34
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-11/+10
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-5/+5
|
* Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438feildmaster2013-01-27-1/+2
| | | | | | | | | | By having a single function to process BlockPlacement logic, we make it so that there is consistent behavior throughout all BlockPlace events. This should allow for easier troubleshooting and less diffs in source. This also fixes BUKKIT-3463 by including the correct coordinates that were clicked to the event.
* Call BlockPlaceEvent for skulls the same as other blocks. BUKKIT-3406feildmaster2013-01-23-16/+7
| | | | | | | | | | When the skull BlockPlaceEvent was added it was made so the event would be called after all the data has been set, however this is a behavior change that is inconsistent with other BlockPlaceEvents. Instead, if people wish to get the block data they should schedule a task. Relates to: BUKKIT-3438
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-3/+3
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-2/+2
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+105