net.minecraft.src
Class mod_Biosphere

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

public class mod_Biosphere
extends BaseMod


Field Summary
static net.minecraft.src.WorldType Biosphere
           
 
Constructor Summary
mod_Biosphere()
           
 
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

Biosphere

public static net.minecraft.src.WorldType Biosphere
Constructor Detail

mod_Biosphere

public mod_Biosphere()
Method Detail

getVersion

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

load

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