cpw.mods.fml.common
Interface IDispenserHandler

All Known Implementing Classes:
ModLoaderDispenseHelper

public interface IDispenserHandler

Author:
cpw

Method Summary
 int dispense(int x, int y, int z, int xVelocity, int zVelocity, World world, ItemStack item, Random random, double entX, double entY, double entZ)
          Called to dispense an entity
 

Method Detail

dispense

int dispense(int x,
             int y,
             int z,
             int xVelocity,
             int zVelocity,
             World world,
             ItemStack item,
             Random random,
             double entX,
             double entY,
             double entZ)
Called to dispense an entity

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