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