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