package com.maceswinger.items; public class MaceHead { Material MATERIAL; public MaceHead(int mat){ this.MATERIAL=Material.getMaterial(mat); } }