|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBaseMod
mod_RecipeBook
public class mod_RecipeBook
| 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 |
|---|
public static sv book
public static int RecipeBookID
| Constructor Detail |
|---|
public mod_RecipeBook()
| Method Detail |
|---|
public java.lang.String Version()
BaseMod
Version in class BaseMod
public boolean OnTickInGame(float tick,
net.minecraft.client.Minecraft game)
BaseMod
OnTickInGame in class BaseModtick - Partial tick. Used for smooth animation.game - Instance of the Minecraft class.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||