| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemBlock | |
|---|---|
| cpw.mods.fml.common.registry | |
| net.minecraft.item | |
| net.minecraft.src | |
| Uses of ItemBlock in cpw.mods.fml.common.registry | 
|---|
| Method parameters in cpw.mods.fml.common.registry with type arguments of type ItemBlock | |
|---|---|
static void | 
GameRegistry.registerBlock(Block block,
                           Class<? extends ItemBlock> itemclass)
Deprecated.  | 
static void | 
GameRegistry.registerBlock(Block block,
                           Class<? extends ItemBlock> itemclass,
                           String name)
Register a block with the world, with the specified item class and block name  | 
static void | 
GameRegistry.registerBlock(Block block,
                           Class<? extends ItemBlock> itemclass,
                           String name,
                           String modId)
Register a block with the world, with the specified item class, block name and owning modId  | 
| Uses of ItemBlock in net.minecraft.item | 
|---|
| Subclasses of ItemBlock in net.minecraft.item | |
|---|---|
 class | 
ItemAnvilBlock
 | 
 class | 
ItemCloth
 | 
 class | 
ItemColored
 | 
 class | 
ItemLeaves
 | 
 class | 
ItemLilyPad
 | 
 class | 
ItemMultiTextureTile
 | 
 class | 
ItemPiston
 | 
 class | 
ItemSlab
 | 
| Uses of ItemBlock in net.minecraft.src | 
|---|
| Method parameters in net.minecraft.src with type arguments of type ItemBlock | |
|---|---|
static void | 
ModLoader.registerBlock(Block block,
                           Class<? extends ItemBlock> itemclass)
Register a new block  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||