net.minecraft.src
Class DestroyBlockProgress

java.lang.Object
  extended by net.minecraft.src.DestroyBlockProgress

public class DestroyBlockProgress
extends Object


Constructor Summary
DestroyBlockProgress(int par1, int par2, int par3, int par4)
           
 
Method Summary
 int getPartialBlockDamage()
           
 int getPartialBlockX()
           
 int getPartialBlockY()
           
 int getPartialBlockZ()
           
 void setPartialBlockDamage(int par1)
          inserts damage value into this partially destroyed Block.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyBlockProgress

public DestroyBlockProgress(int par1,
                            int par2,
                            int par3,
                            int par4)
Method Detail

getPartialBlockX

public int getPartialBlockX()

getPartialBlockY

public int getPartialBlockY()

getPartialBlockZ

public int getPartialBlockZ()

setPartialBlockDamage

public void setPartialBlockDamage(int par1)
inserts damage value into this partially destroyed Block. -1 causes client renderer to delete it, otherwise ranges from 1 to 10


getPartialBlockDamage

public int getPartialBlockDamage()