net.minecraft.client.renderer.DestroyBlockProgress.DestroyBlockProgress |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3, |
|
|
int |
par4 |
|
) |
| |
int net.minecraft.client.renderer.DestroyBlockProgress.getCreationCloudUpdateTick |
( |
) | |
|
retrieves the 'date' at which the PartiallyDestroyedBlock was created
int net.minecraft.client.renderer.DestroyBlockProgress.getPartialBlockDamage |
( |
) | |
|
int net.minecraft.client.renderer.DestroyBlockProgress.getPartialBlockX |
( |
) | |
|
int net.minecraft.client.renderer.DestroyBlockProgress.getPartialBlockY |
( |
) | |
|
int net.minecraft.client.renderer.DestroyBlockProgress.getPartialBlockZ |
( |
) | |
|
void net.minecraft.client.renderer.DestroyBlockProgress.setCloudUpdateTick |
( |
int |
par1) | |
|
saves the current Cloud update tick into the PartiallyDestroyedBlock
void net.minecraft.client.renderer.DestroyBlockProgress.setPartialBlockDamage |
( |
int |
par1) | |
|
inserts damage value into this partially destroyed Block. -1 causes client renderer to delete it, otherwise ranges from 1 to 10
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/client/renderer/DestroyBlockProgress.java