Class mod_LightSensor

java.lang.Object
  extended by BaseMod
      extended by mod_LightSensor

public class mod_LightSensor
extends BaseMod


Field Summary
static nq lightsensor
          Reference to light sensor.
 
Constructor Summary
mod_LightSensor()
           
 
Method Summary
 void AddRecipes(en recipes)
          Used to add recipes.
 void RegisterBlocks(java.util.List<nq> registry)
          Used to register blocks that the client can use.
 
Methods inherited from class BaseMod
AddEntityID, AddFuel, AddRenderer, AddSmelting, GenerateNether, GenerateSurface, OpenModGUI, OSDHook, RegisterTextureOverrides, RegisterTileEntity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lightsensor

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

Constructor Detail

mod_LightSensor

public mod_LightSensor()
Method Detail

AddRecipes

public void AddRecipes(en recipes)
Description copied from class: BaseMod
Used to add recipes.

Overrides:
AddRecipes in class BaseMod
Parameters:
recipes - Recipe instance to add to.

RegisterBlocks

public void RegisterBlocks(java.util.List<nq> registry)
Description copied from class: BaseMod
Used to register blocks that the client can use.

Overrides:
RegisterBlocks in class BaseMod
Parameters:
registry - List of blocks to add to.