cpw.mods.fml.common
Interface IDispenserHandler

All Known Implementing Classes:
ModLoaderDispenseHelper

Deprecated.

@Deprecated
public interface IDispenserHandler

Deprecated without replacement. Use vanilla DispenserRegistry code.

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)
          Deprecated. 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)
Deprecated. 
Called to dispense an entity

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