Added missing @Override annotations with Eclipse
This commit is contained in:
@@ -137,6 +137,7 @@ public class MovableTileRegistry implements IMovableRegistry
|
||||
blacklisted.add( blk );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBlacklisted(Block blk)
|
||||
{
|
||||
return blacklisted.contains( blk );
|
||||
|
||||
Reference in New Issue
Block a user