|
|||||||||
| 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 eo |
book
|
| Constructor Summary | |
|---|---|
mod_RecipeBook()
|
|
| Method Summary | |
|---|---|
void |
AddRecipes(fg recipes)
Used to add recipes. |
by |
OpenModGUI(eu player,
java.lang.Object instance)
Opens GUI for use with mods. |
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, OSDHook, RegisterAnimation, RegisterTextureOverrides, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static eo book
| Constructor Detail |
|---|
public mod_RecipeBook()
| Method Detail |
|---|
public void AddRecipes(fg recipes)
BaseMod
AddRecipes in class BaseModrecipes - Recipe instance to add to.ModLoader.AddAllRecipes(fg)
public by OpenModGUI(eu player,
java.lang.Object instance)
BaseMod
OpenModGUI in class BaseModplayer - Player instance to open GUI for.instance - Used for identifying which mod this call is for. Allows for
passing extra data to GUI.
ModLoader.OpenModGUI(eu, java.lang.Object)public java.lang.String Version()
BaseMod
Version in class BaseMod
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||