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