net.minecraft.src
Class ModelSilverfish
java.lang.Object
net.minecraft.src.ModelBase
net.minecraft.src.ModelSilverfish
public class ModelSilverfish
- extends ModelBase
Method Summary |
void |
render(Entity par1Entity,
float par2,
float par3,
float par4,
float par5,
float par6,
float par7)
Sets the models various rotation angles then renders the model. |
void |
setRotationAngles(float par1,
float par2,
float par3,
float par4,
float par5,
float par6)
Sets the models various rotation angles. |
ModelSilverfish
public ModelSilverfish()
render
public void render(Entity par1Entity,
float par2,
float par3,
float par4,
float par5,
float par6,
float par7)
- Sets the models various rotation angles then renders the model.
- Overrides:
render
in class ModelBase
setRotationAngles
public void setRotationAngles(float par1,
float par2,
float par3,
float par4,
float par5,
float par6)
- Sets the models various rotation angles.
- Overrides:
setRotationAngles
in class ModelBase