cpw.mods.fml.common
Interface IDispenseHandler

All Known Implementing Classes:
ModLoaderDispenseHelper

public interface IDispenseHandler


Method Summary
 int dispense(double x, double y, double z, int xVelocity, int zVelocity, World world, ItemStack item, Random random, double entX, double entY, double entZ)
          Return -1 if you don't want to dispense anything.
 

Method Detail

dispense

int dispense(double x,
             double y,
             double z,
             int xVelocity,
             int zVelocity,
             World world,
             ItemStack item,
             Random random,
             double entX,
             double entY,
             double entZ)
Return -1 if you don't want to dispense anything. the other values seem to have specific meanings to blockdispenser.

Parameters:
x -
y -
z -
xVelocity -
zVelocity -
world -
item -
random -
entX -
entY -
entZ -
Returns: