public class DestroyBlockProgress
extends java.lang.Object
| Constructor and Description |
|---|
DestroyBlockProgress(int p_i1511_1_,
int p_i1511_2_,
int p_i1511_3_,
int p_i1511_4_) |
| 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 p_82744_1_)
saves the current Cloud update tick into the PartiallyDestroyedBlock
|
void |
setPartialBlockDamage(int p_73107_1_)
inserts damage value into this partially destroyed Block. -1 causes client renderer to delete it, otherwise
ranges from 1 to 10
|
public DestroyBlockProgress(int p_i1511_1_,
int p_i1511_2_,
int p_i1511_3_,
int p_i1511_4_)
public int getPartialBlockX()
public int getPartialBlockY()
public int getPartialBlockZ()
public void setPartialBlockDamage(int p_73107_1_)
public int getPartialBlockDamage()
public void setCloudUpdateTick(int p_82744_1_)
public int getCreationCloudUpdateTick()