1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Added javadocs to #getBlock

This commit is contained in:
poma123 2019-11-27 17:39:08 +01:00
parent 88f5d412e5
commit 19b604f1de

View File

@ -24,6 +24,9 @@ public class AndroidMineEvent extends Event implements Cancellable {
return handlers; return handlers;
} }
/**
* @return the broken block
*/
public Block getBlock() { public Block getBlock() {
return this.block; return this.block;
} }