public class DestroyBlockProgress extends Object
Constructor and Description |
---|
DestroyBlockProgress(int par1,
int par2,
int par3,
int par4) |
Modifier and Type | Method and Description |
---|---|
int |
getCreationCloudUpdateTick()
retrieves the 'date' at which the PartiallyDestroyedBlock was created
|
int |
getPartialBlockDamage() |
int |
getPartialBlockX() |
int |
getPartialBlockY() |
int |
getPartialBlockZ() |
void |
setCloudUpdateTick(int par1)
saves the current Cloud update tick into the PartiallyDestroyedBlock
|
void |
setPartialBlockDamage(int par1)
inserts damage value into this partially destroyed Block.
|
public DestroyBlockProgress(int par1, int par2, int par3, int par4)
public int getPartialBlockX()
public int getPartialBlockY()
public int getPartialBlockZ()
public void setPartialBlockDamage(int par1)
public int getPartialBlockDamage()
public void setCloudUpdateTick(int par1)
public int getCreationCloudUpdateTick()