public class DefaultDispenseItemBehavior extends java.lang.Object implements IDispenseItemBehavior
NOOP
Constructor and Description |
---|
DefaultDispenseItemBehavior() |
Modifier and Type | Method and Description |
---|---|
ItemStack |
dispense(IBlockSource p_dispense_1_,
ItemStack p_dispense_2_) |
protected ItemStack |
dispenseStack(IBlockSource source,
ItemStack stack) |
static void |
doDispense(World worldIn,
ItemStack stack,
int speed,
Direction facing,
IPosition position) |
protected void |
playDispenseSound(IBlockSource source) |
protected void |
spawnDispenseParticles(IBlockSource source,
Direction facingIn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
public final ItemStack dispense(IBlockSource p_dispense_1_, ItemStack p_dispense_2_)
dispense
in interface IDispenseItemBehavior
protected ItemStack dispenseStack(IBlockSource source, ItemStack stack)
public static void doDispense(World worldIn, ItemStack stack, int speed, Direction facing, IPosition position)
protected void playDispenseSound(IBlockSource source)
protected void spawnDispenseParticles(IBlockSource source, Direction facingIn)