net.minecraft.src.forge
Class MinecraftForge

java.lang.Object
  extended by net.minecraft.src.forge.MinecraftForge

public class MinecraftForge
extends java.lang.Object


Constructor Summary
MinecraftForge()
           
 
Method Summary
static void addPickaxeBlockEffectiveAgainst(net.minecraft.src.Block block)
          Add a block to the list of blocks to which the pickaxe is know to be effective.
static boolean canHarvestBlock(net.minecraft.src.ItemTool item, net.minecraft.src.Block block)
          This is not supposed to be called outside of Minecraft internals.
static net.minecraft.src.ItemStack fillCustomBucket(net.minecraft.src.World w, int i, int j, int k)
          This is not supposed to be called outside of Minecraft internals.
static void registerCustomBucketHander(IBucketHandler handler)
          Registers a new custom bucket handler.
static void registerHarvestHandler(IHarvestHandler handler)
          Registers a new harvest handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinecraftForge

public MinecraftForge()
Method Detail

registerCustomBucketHander

public static void registerCustomBucketHander(IBucketHandler handler)
Registers a new custom bucket handler.


registerHarvestHandler

public static void registerHarvestHandler(IHarvestHandler handler)
Registers a new harvest handler.


fillCustomBucket

public static net.minecraft.src.ItemStack fillCustomBucket(net.minecraft.src.World w,
                                                           int i,
                                                           int j,
                                                           int k)
This is not supposed to be called outside of Minecraft internals.


canHarvestBlock

public static boolean canHarvestBlock(net.minecraft.src.ItemTool item,
                                      net.minecraft.src.Block block)
This is not supposed to be called outside of Minecraft internals.


addPickaxeBlockEffectiveAgainst

public static void addPickaxeBlockEffectiveAgainst(net.minecraft.src.Block block)
Add a block to the list of blocks to which the pickaxe is know to be effective.