YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.client.renderer.DestroyBlockProgress Class Reference

Public Member Functions

 DestroyBlockProgress (int par1, int par2, int par3, int par4)
 
int getPartialBlockX ()
 
int getPartialBlockY ()
 
int getPartialBlockZ ()
 
void setPartialBlockDamage (int par1)
 
int getPartialBlockDamage ()
 
void setCloudUpdateTick (int par1)
 
int getCreationCloudUpdateTick ()
 

Constructor & Destructor Documentation

net.minecraft.client.renderer.DestroyBlockProgress.DestroyBlockProgress ( int  par1,
int  par2,
int  par3,
int  par4 
)

Member Function Documentation

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: