Added CraftDispenser.dispense()

This commit is contained in:
Dinnerbone
2011-02-01 23:16:25 +00:00
parent d228e0c311
commit e0416ca7fb
2 changed files with 59 additions and 41 deletions

View File

@@ -84,7 +84,8 @@ public class BlockDispenser extends BlockContainer {
}
}
private void b(World world, int i, int j, int k, Random random) {
// Craftbukkit - following method should be public
public void b(World world, int i, int j, int k, Random random) {
int l = world.getData(i, j, k);
float f = 0.0F;
float f1 = 0.0F;