net.minecraft.src
Class mod_LightSensor

java.lang.Object
  extended by net.minecraft.src.BaseMod
      extended by net.minecraft.src.mod_LightSensor

public class mod_LightSensor
extends BaseMod


Field Summary
static net.minecraft.src.Block lightsensor
           
static int SensorID
           
 
Constructor Summary
mod_LightSensor()
           
 
Method Summary
 java.lang.String getVersion()
           
 void load()
           
 
Methods inherited from class net.minecraft.src.BaseMod
addFuel, addRenderer, clientChat, clientConnect, clientCustomPayload, clientDisconnect, generateNether, generateSurface, getContainerGUI, getName, getPriorities, getSpawnPacket, keyboardEvent, modsLoaded, onItemPickup, onTickInGame, onTickInGUI, registerAnimation, renderInvBlock, renderWorldBlock, serverChat, serverCustomPayload, spawnEntity, takenFromCrafting, takenFromFurnace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lightsensor

public static net.minecraft.src.Block lightsensor

SensorID

public static int SensorID
Constructor Detail

mod_LightSensor

public mod_LightSensor()
Method Detail

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in class BaseMod

load

public void load()
Specified by:
load in class BaseMod