aboutsummaryrefslogtreecommitdiff
path: root/versions/1.8.9-forge/api
diff options
context:
space:
mode:
Diffstat (limited to 'versions/1.8.9-forge/api')
-rw-r--r--versions/1.8.9-forge/api/1.8.9-forge.api18
1 files changed, 10 insertions, 8 deletions
diff --git a/versions/1.8.9-forge/api/1.8.9-forge.api b/versions/1.8.9-forge/api/1.8.9-forge.api
index e34201e..eb43749 100644
--- a/versions/1.8.9-forge/api/1.8.9-forge.api
+++ b/versions/1.8.9-forge/api/1.8.9-forge.api
@@ -55,19 +55,18 @@ public class cc/polyfrost/oneconfig/platform/impl/LoaderPlatformImpl : cc/polyfr
public class cc/polyfrost/oneconfig/platform/impl/MousePlatformImpl : cc/polyfrost/oneconfig/platform/MousePlatform {
public fun <init> ()V
- public fun getDWheel ()I
- public fun getEventButton ()I
- public fun getEventButtonState ()Z
- public fun getMouseDX ()I
- public fun getMouseDY ()I
- public fun getMouseX ()I
- public fun getMouseY ()I
+ public fun getButtonState (I)I
+ public fun getDWheel ()D
+ public fun getMouseDX ()D
+ public fun getMouseDY ()D
+ public fun getMouseX ()D
+ public fun getMouseY ()D
public fun isButtonDown (I)Z
- public fun next ()Z
}
public class cc/polyfrost/oneconfig/platform/impl/PlatformImpl : cc/polyfrost/oneconfig/platform/Platform {
public fun <init> ()V
+ public fun getMinecraftVersion ()I
public fun isCallingFromMinecraftThread ()Z
}
@@ -80,6 +79,9 @@ public class cc/polyfrost/oneconfig/platform/impl/ServerPlatformImpl : cc/polyfr
public class cc/polyfrost/oneconfig/utils/commands/PlatformCommandManagerImpl : cc/polyfrost/oneconfig/utils/commands/PlatformCommandManager {
public fun <init> ()V
public fun createCommand (Lcc/polyfrost/oneconfig/utils/commands/CommandManager$InternalCommand;Lcc/polyfrost/oneconfig/utils/commands/annotations/Command;)V
+ protected fun getParametersForInvoker (Lcc/polyfrost/oneconfig/utils/commands/CommandManager$InternalCommand$InternalCommandInvoker;I[Ljava/lang/String;)Ljava/util/List;
+ protected fun loopThroughCommands (Ljava/util/List;ILcc/polyfrost/oneconfig/utils/commands/CommandManager$InternalCommand;[Ljava/lang/String;)I
+ protected fun loopThroughCommandsTab (Ljava/util/Set;ILcc/polyfrost/oneconfig/utils/commands/CommandManager$InternalCommand;[Ljava/lang/String;)V
}
public final class cc/polyfrost/oneconfig/utils/dsl/DSLsKt {