001 package net.minecraft.src; 002 003 public class BlockSponge extends Block 004 { 005 protected BlockSponge(int par1) 006 { 007 super(par1, Material.sponge); 008 this.blockIndexInTexture = 48; 009 this.setCreativeTab(CreativeTabs.tabBlock); 010 } 011 }