summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/DispenseBehaviorFilledBucket.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-69/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-5/+5
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-4/+4
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-2/+2
|
* Correct event handling for dispensing filled buckets. Fixes BUKKIT-4046Travis Watkins2013-05-03-1/+1
| | | | | | | | We only go through event creation and calling when dispensing filled buckets if the bucket is able to place its liquid. However, the check for this is incorrect so the event is not called when a block liquids can destroy is in front of the dispenser. This commit fixes the check to match the checks vanilla does when actually using the bucket.
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Handle filled buckets dispensing up and down. Fixes BUKKIT-3814Travis Watkins2013-03-20-5/+6
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-11/+6
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-5/+5
|
* Use correct itemstack for dispenser behavior chaining. Fixes BUKKIT-2886James Clarke2012-11-17-2/+3
| | | | | | | When an event changes the item to be dispensed we check to see if the new item has special behavior for dispensing and if so pass it on to that behavior handler. However, we are actually checking the old itemstack and passing the new itemstack so this check fails.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+72