Class mod_Animations

java.lang.Object
  extended by BaseMod
      extended by mod_Animations

public class mod_Animations
extends BaseMod


Constructor Summary
mod_Animations()
           
 
Method Summary
 void RegisterAnimation(net.minecraft.client.Minecraft game)
          Used for registering animations for items and blocks.
 java.lang.String Version()
          Required override that informs users the version of this mod.
 
Methods inherited from class BaseMod
AddFuel, AddRenderer, DispenseEntity, GenerateNether, GenerateSurface, KeyboardEvent, ModsLoaded, OnItemPickup, OnTickInGame, OnTickInGame, OnTickInGUI, OnTickInGUI, RenderInvBlock, RenderWorldBlock, TakenFromCrafting, TakenFromFurnace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

mod_Animations

public mod_Animations()
Method Detail

Version

public java.lang.String Version()
Description copied from class: BaseMod
Required override that informs users the version of this mod. Used in console and error reports.

Specified by:
Version in class BaseMod
Returns:
Version string.

RegisterAnimation

public void RegisterAnimation(net.minecraft.client.Minecraft game)
Description copied from class: BaseMod
Used for registering animations for items and blocks.

Overrides:
RegisterAnimation in class BaseMod
Parameters:
game - Instance of the Minecraft class.
See Also:
ModLoader.RegisterAllTextureOverrides(ur), ModLoader.addAnimation(pg)