(IBlockSource aSource, ItemStack aStack)
| 86 | } |
| 87 | |
| 88 | public ItemStack onDispense(IBlockSource aSource, ItemStack aStack) { |
| 89 | EnumFacing enumfacing = BlockDispenser.func_149937_b(aSource.getBlockMetadata()); |
| 90 | IPosition iposition = BlockDispenser.func_149939_a(aSource); |
| 91 | ItemStack itemstack1 = aStack.splitStack(1); |
| 92 | BehaviorDefaultDispenseItem.doDispense(aSource.getWorld(), itemstack1, 6, enumfacing, iposition); |
| 93 | return aStack; |
| 94 | } |
| 95 | |
| 96 | public static class GT_Item_Dispense extends BehaviorProjectileDispense { |
| 97 | @Override |
nothing calls this directly
no test coverage detected