package com.nj.augury.block; import com.nj.augury.references.Names; public class BlockInfusedAspectBlockWater extends BlockWrapper{ public BlockInfusedAspectBlockWater(){ super(); this.setBlockName(Names.Blocks.INFUSED_ASPECT_BLOCK_WATER); this.setBlockTextureName(Names.Blocks.INFUSED_ASPECT_BLOCK_WATER); } }