mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Added #getmessage
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@
|
|||||||
/bin
|
/bin
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
/out/
|
|
||||||
out
|
out
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.idea
|
||||||
|
Loader2.java
|
||||||
@@ -6,4 +6,6 @@ public interface Interface {
|
|||||||
|
|
||||||
public int[] getStackSizes();
|
public int[] getStackSizes();
|
||||||
|
|
||||||
|
public int getMessage();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
package org.rev317.min.api.methods;
|
package org.rev317.min.api.methods;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Properties;
|
|
||||||
|
|
||||||
import org.parabot.core.Context;
|
import org.parabot.core.Context;
|
||||||
import org.parabot.environment.api.utils.Time;
|
import org.parabot.environment.api.utils.Time;
|
||||||
import org.parabot.environment.input.Keyboard;
|
import org.parabot.environment.input.Keyboard;
|
||||||
@@ -11,6 +8,9 @@ import org.rev317.min.api.wrappers.Item;
|
|||||||
import org.rev317.min.api.wrappers.Npc;
|
import org.rev317.min.api.wrappers.Npc;
|
||||||
import org.rev317.min.api.wrappers.SceneObject;
|
import org.rev317.min.api.wrappers.SceneObject;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Properties;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Everel
|
* @author Everel
|
||||||
* @author Matt123337
|
* @author Matt123337
|
||||||
|
|||||||
Reference in New Issue
Block a user