Class mod_Armor

java.lang.Object
  extended by BaseMod
      extended by mod_Armor

public class mod_Armor
extends BaseMod


Field Summary
static lr armor
           
static int ArmorID
           
 
Constructor Summary
mod_Armor()
           
 
Method Summary
 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, RegisterAnimation, RenderInvBlock, RenderWorldBlock, TakenFromCrafting, TakenFromFurnace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

armor

public static lr armor

ArmorID

public static int ArmorID
Constructor Detail

mod_Armor

public mod_Armor()
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.