mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Added CraftDispenser.dispense()
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user