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