(IBlockSource aSource, ItemStack aStack)
| 114 | } |
| 115 | |
| 116 | public ItemStack onDispense(IBlockSource aSource, ItemStack aStack) { |
| 117 | EnumFacing enumfacing = BlockDispenser.func_149937_b(aSource.getBlockMetadata()); |
| 118 | IPosition iposition = BlockDispenser.func_149939_a(aSource); |
| 119 | ItemStack itemstack1 = aStack.splitStack(1); |
| 120 | BehaviorDefaultDispenseItem.doDispense(aSource.getWorld(), itemstack1, 6, enumfacing, iposition); |
| 121 | return aStack; |
| 122 | } |
| 123 | |
| 124 | public static class GT_Item_Dispense extends BehaviorProjectileDispense { |
| 125 | @Override |
nothing calls this directly
no test coverage detected