Class mod_Camera

java.lang.Object
  extended by BaseMod
      extended by mod_Camera

public class mod_Camera
extends BaseMod


Constructor Summary
mod_Camera()
           
 
Method Summary
 void KeyboardEvent(mz event)
          This method will be called when the register key has been pressed, or held down.
 java.lang.String Version()
          Required override that informs users the version of this mod.
 
Methods inherited from class BaseMod
AddFuel, AddRenderer, DispenseEntity, GenerateNether, GenerateSurface, ModsLoaded, OnTickInGame, OnTickInGUI, RegisterAnimation, RenderInvBlock, RenderWorldBlock, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

mod_Camera

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

KeyboardEvent

public void KeyboardEvent(mz event)
Description copied from class: BaseMod
This method will be called when the register key has been pressed, or held down.

Overrides:
KeyboardEvent in class BaseMod
Parameters:
event - Reference to the key pressed.