Class mod_LightSensor

java.lang.Object
  extended by BaseMod
      extended by mod_LightSensor

public class mod_LightSensor
extends BaseMod


Field Summary
static yy lightsensor
          Reference to light sensor.
static int SensorID
           
 
Constructor Summary
mod_LightSensor()
           
 
Method Summary
 java.lang.String getVersion()
          Required override that informs users the version of this mod.
 void load()
          Required override.
 
Methods inherited from class BaseMod
AddFuel, AddRenderer, DispenseEntity, GenerateNether, GenerateSurface, getName, getPriorities, KeyboardEvent, ModsLoaded, OnItemPickup, OnTickInGame, OnTickInGUI, RegisterAnimation, RenderInvBlock, RenderWorldBlock, TakenFromCrafting, TakenFromFurnace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lightsensor

public static yy lightsensor
Reference to light sensor.


SensorID

public static int SensorID
Constructor Detail

mod_LightSensor

public mod_LightSensor()
Method Detail

getVersion

public java.lang.String getVersion()
Description copied from class: BaseMod
Required override that informs users the version of this mod. Used in console and error reports.

Specified by:
getVersion in class BaseMod
Returns:
Version version.

load

public void load()
Description copied from class: BaseMod
Required override. Put EVERYTHING that has any relation to minecraft in here that needs to be added to the game when loaded. This includes blocks and items.

Specified by:
load in class BaseMod