Package net.minecraft.src
Class ModelMagmaCube
java.lang.Object
net.minecraft.src.ModelBase
net.minecraft.src.ModelMagmaCube
-
Field Summary
Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSets the models various rotation angles then renders the model.voidsetLivingAnimations(EntityLivingBase par1EntityLivingBase, float par2, float par3, float par4) Used for easily adding entity-dependent animations.Methods inherited from class net.minecraft.src.ModelBase
getRandomModelBox, getTextureOffset, setRotationAngles, setTextureOffset
-
Constructor Details
-
ModelMagmaCube
public ModelMagmaCube()
-
-
Method Details
-
setLivingAnimations
public void setLivingAnimations(EntityLivingBase par1EntityLivingBase, float par2, float par3, float par4) Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method.- Overrides:
setLivingAnimationsin classModelBase
-
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.
-