Removes deprecated method access of LocatableRegistry and getPickBlock
This commit is contained in:
@@ -63,6 +63,7 @@ public final class LocatableRegistry implements ILocatableRegistry
|
||||
* Find a locate-able object by its serial.
|
||||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
public Object findLocatableBySerial( long ser )
|
||||
{
|
||||
return this.set.get( ser );
|
||||
|
||||
Reference in New Issue
Block a user