mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[CLEANUP] Deprecated code
This commit is contained in:
@@ -31,7 +31,9 @@ public class Game {
|
||||
* Gets open interface id
|
||||
*
|
||||
* @return interface id
|
||||
* @deprecated Use {@link Interfaces #getOpenInterfaceId()} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public static int getOpenInterfaceId() {
|
||||
return Loader.getClient().getOpenInterfaceId();
|
||||
}
|
||||
@@ -41,7 +43,7 @@ public class Game {
|
||||
* Get open back dialog id
|
||||
*
|
||||
* @return back dialog id
|
||||
* @deprecated Use {@link Interfaces #getBackDialogId()} instead.
|
||||
* @deprecated Use {@link Interfaces #getBackDialogId()} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public static int getOpenBackDialogId() {
|
||||
|
||||
@@ -14,7 +14,7 @@ public class DInterfaces extends AbstractDebugger {
|
||||
@Override
|
||||
public void paint(Graphics g) {
|
||||
PaintDebugger p = Context.getInstance().getPaintDebugger();
|
||||
p.addLine("Open interface: " + Game.getOpenInterfaceId());
|
||||
p.addLine("Open interface: " + Interfaces.getOpenInterfaceId());
|
||||
p.addLine("Open back dialog: " + Interfaces.getBackDialogId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user