Package net.minecraft.src
Class DestroyBlockProgress
java.lang.Object
net.minecraft.src.DestroyBlockProgress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintretrieves the 'date' at which the PartiallyDestroyedBlock was createdintintintintvoidsetCloudUpdateTick(int par1) saves the current Cloud update tick into the PartiallyDestroyedBlockvoidsetPartialBlockDamage(int par1) inserts damage value into this partially destroyed Block. -1 causes client renderer to delete it, otherwise ranges from 1 to 10
-
Constructor Details
-
DestroyBlockProgress
public DestroyBlockProgress(int par1, int par2, int par3, int par4)
-
-
Method Details
-
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() -
setCloudUpdateTick
public void setCloudUpdateTick(int par1) saves the current Cloud update tick into the PartiallyDestroyedBlock -
getCreationCloudUpdateTick
public int getCreationCloudUpdateTick()retrieves the 'date' at which the PartiallyDestroyedBlock was created
-