Add Dropper BlockState. Adds BUKKIT-3750

This commit is contained in:
Xephi
2013-03-21 13:44:20 +01:00
committed by Nate Mortensen
parent 34648c5d00
commit 46234ff555
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.
*/