Added @Override annotations.

This commit is contained in:
sk89q
2011-11-29 09:23:24 -08:00
committed by TomyLobo
parent 36e4b99ade
commit 11245014c8
6 changed files with 6 additions and 0 deletions

View File

@ -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);
}