Implemented currentPort
This commit is contained in:
@@ -13,4 +13,6 @@ public interface DynamicObject extends Renderable
|
|||||||
* Get the number of cycles that have elapsed in the whole animation.
|
* Get the number of cycles that have elapsed in the whole animation.
|
||||||
*/
|
*/
|
||||||
int getAnimCycleCount();
|
int getAnimCycleCount();
|
||||||
}
|
|
||||||
|
int getCurrentPort();
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package net.runelite.mixins.rsps;
|
||||||
|
|
||||||
|
public class IPAddressMixin {
|
||||||
|
|
||||||
|
//MouseRecorder.worldPort
|
||||||
|
//class171.js5Port
|
||||||
|
//DynamicObject.currentPort
|
||||||
|
}
|
||||||
@@ -20,4 +20,10 @@ public interface RSDynamicObject extends RSRenderable, DynamicObject, Renderable
|
|||||||
|
|
||||||
@Import("sequenceDefinition")
|
@Import("sequenceDefinition")
|
||||||
RSSequenceDefinition getSequenceDefinition();
|
RSSequenceDefinition getSequenceDefinition();
|
||||||
}
|
|
||||||
|
@Import("currentPort")
|
||||||
|
int getCurrentPort();
|
||||||
|
|
||||||
|
@Import("currentPort")
|
||||||
|
void setCurrentPort();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user