Class mod_LightSensor

java.lang.Object
  extended by BaseMod
      extended by mod_LightSensor

public class mod_LightSensor
extends BaseMod


Field Summary
static ra lightsensor
          Reference to light sensor.
 
Constructor Summary
mod_LightSensor()
           
 
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

lightsensor

public static final ra lightsensor
Reference to light sensor. ID = 101.

Constructor Detail

mod_LightSensor

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