bukkit e.getCurrentItem() bytes? code example
Example: bukkit e.getCurrentItem() bytes?
if(item.getType() == Material.STAINED_GLASS_PANE && item.getData().getData() == (byte)10){
// Purple Pane
}
if(item.getType() == Material.STAINED_GLASS_PANE && item.getData().getData() == (byte)10){
// Purple Pane
}