Class mod_RecipeBook

java.lang.Object
  extended by BaseMod
      extended by mod_RecipeBook

public class mod_RecipeBook
extends BaseMod


Field Summary
static sv book
           
static int RecipeBookID
           
 
Constructor Summary
mod_RecipeBook()
           
 
Method Summary
 boolean OnTickInGame(float tick, net.minecraft.client.Minecraft game)
          Called when enabled, and in game.
 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, 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

book

public static sv book

RecipeBookID

public static int RecipeBookID
Constructor Detail

mod_RecipeBook

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

OnTickInGame

public boolean OnTickInGame(float tick,
                            net.minecraft.client.Minecraft game)
Description copied from class: BaseMod
Called when enabled, and in game.

Overrides:
OnTickInGame in class BaseMod
Parameters:
tick - Partial tick. Used for smooth animation.
game - Instance of the Minecraft class.
Returns:
true to continue ticking, or false to stop ticking.