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