Add Dropper BlockState. Adds BUKKIT-3750

By: Xephi <xephirot59@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-03-21 13:44:20 +01:00
parent 0dc86a08f3
commit 1b2a7454d6
3 changed files with 31 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ public enum InventoryType {
* A dispenser inventory, with 9 slots of type CONTAINER.
*/
DISPENSER(9,"Dispenser"),
/**
* A dropper inventory, with 9 slots of type CONTAINER.
*/
DROPPER(9, "Dropper"),
/**
* A furnace inventory, with a RESULT slot, a CRAFTING slot, and a FUEL slot.
*/