Class mod_Floodgate

java.lang.Object
  extended by BaseMod
      extended by mod_Floodgate

public class mod_Floodgate
extends BaseMod


Field Summary
static og control
          Reference to control block.
static og gate
          Reference to gate block.
 
Constructor Summary
mod_Floodgate()
           
 
Method Summary
 void AddRecipes(eu recipes)
          Used to add recipes.
 br OpenModGUI(ei player, java.lang.Object instance)
          Opens GUI for use with mods.
 
Methods inherited from class BaseMod
AddFuel, AddRenderer, AddSmelting, GenerateNether, GenerateSurface, ModsLoaded, OSDHook, OSDHook, RegisterAnimation, RegisterTextureOverrides
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

control

public static final og control
Reference to control block. This is what the player can craft and place. ID = 103.


gate

public static final og gate
Reference to gate block. The control block will place this. ID = 104.

Constructor Detail

mod_Floodgate

public mod_Floodgate()
Method Detail

AddRecipes

public void AddRecipes(eu recipes)
Description copied from class: BaseMod
Used to add recipes.

Overrides:
AddRecipes in class BaseMod
Parameters:
recipes - Recipe instance to add to.
See Also:
ModLoader.AddAllRecipes(eu)

OpenModGUI

public br OpenModGUI(ei player,
                     java.lang.Object instance)
Description copied from class: BaseMod
Opens GUI for use with mods.

Overrides:
OpenModGUI in class BaseMod
Parameters:
player - Player instance to open GUI for.
instance - Used for identifying which mod this call is for. Allows for passing extra data to GUI.
Returns:
GUI that mod created.
See Also:
ModLoader.OpenModGUI(ei, java.lang.Object)