mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-05 17:56:55 +00:00
Added @Override annotations.
This commit is contained in:
@@ -63,6 +63,7 @@ public abstract class BlockBag {
|
||||
* @throws BlockBagException
|
||||
* @deprecated Use {@link #fetchPlacedBlock(int,int)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public void fetchPlacedBlock(int id) throws BlockBagException {
|
||||
fetchPlacedBlock(id, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user