net.minecraft.src
Class mod_Shelf

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

public class mod_Shelf
extends BaseMod


Field Summary
static float itemspace
           
static boolean RotateItems
           
static net.minecraft.src.Block shelf
           
static int ShelfID
           
static int shelfModelID
           
static net.minecraft.src.Block[] skins
           
static float width
           
 
Constructor Summary
mod_Shelf()
           
 
Method Summary
 net.minecraft.src.GuiContainer getContainerGUI(net.minecraft.src.EntityClientPlayerMP player, int inventoryType, int x, int y, int z)
           
 java.lang.String getVersion()
           
 void load()
           
 void renderInvBlock(net.minecraft.src.RenderBlocks renderblocks, net.minecraft.src.Block block, int i, int j)
           
 boolean renderWorldBlock(net.minecraft.src.RenderBlocks renderblocks, net.minecraft.src.IBlockAccess iblockaccess, int i, int j, int k, net.minecraft.src.Block block, int l)
           
 
Methods inherited from class net.minecraft.src.BaseMod
addFuel, addRenderer, clientChat, clientConnect, clientCustomPayload, clientDisconnect, generateNether, generateSurface, getName, getPriorities, getSpawnPacket, keyboardEvent, modsLoaded, onItemPickup, onTickInGame, onTickInGUI, registerAnimation, serverChat, serverCustomPayload, spawnEntity, takenFromCrafting, takenFromFurnace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

skins

public static final net.minecraft.src.Block[] skins

shelf

public static net.minecraft.src.Block shelf

shelfModelID

public static int shelfModelID

itemspace

public static final float itemspace
See Also:
Constant Field Values

width

public static final float width
See Also:
Constant Field Values

ShelfID

public static int ShelfID

RotateItems

public static boolean RotateItems
Constructor Detail

mod_Shelf

public mod_Shelf()
Method Detail

renderInvBlock

public void renderInvBlock(net.minecraft.src.RenderBlocks renderblocks,
                           net.minecraft.src.Block block,
                           int i,
                           int j)
Overrides:
renderInvBlock in class BaseMod

renderWorldBlock

public boolean renderWorldBlock(net.minecraft.src.RenderBlocks renderblocks,
                                net.minecraft.src.IBlockAccess iblockaccess,
                                int i,
                                int j,
                                int k,
                                net.minecraft.src.Block block,
                                int l)
Overrides:
renderWorldBlock in class BaseMod

getVersion

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

load

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

getContainerGUI

public net.minecraft.src.GuiContainer getContainerGUI(net.minecraft.src.EntityClientPlayerMP player,
                                                      int inventoryType,
                                                      int x,
                                                      int y,
                                                      int z)
Overrides:
getContainerGUI in class BaseMod