Class mod_Floodgate

java.lang.Object
  extended by BaseMod
      extended by mod_Floodgate

public class mod_Floodgate
extends BaseMod


Field Summary
static BlockFloodgateControl control
          Reference to control block.
static ra gate
          Reference to gate block.
 
Constructor Summary
mod_Floodgate()
           
 
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, OnTickInGame, OnTickInGUI, RegisterAnimation, RenderInvBlock, RenderWorldBlock, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

control

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


gate

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

Constructor Detail

mod_Floodgate

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