package com.nj.augury.item; import com.nj.augury.references.Names; public class ItemAspectLight extends ItemWrapper{ public ItemAspectLight(){ super(); this.setUnlocalizedName(Names.Items.ASPECT_LIGHT); } }