aboutsummaryrefslogtreecommitdiff
path: root/versions/1.12.2-forge/api
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-07-05 23:46:14 +0900
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-07-05 23:46:14 +0900
commit52b87cb59eebff7826d8891a6fb52911be386f46 (patch)
treea887faa95e1e9d7a8a95c1d565898cdbf61c7ec1 /versions/1.12.2-forge/api
parent6e8564a7b20397eb6ee2931fd831ded23ffeba69 (diff)
downloadOneConfig-52b87cb59eebff7826d8891a6fb52911be386f46.tar.gz
OneConfig-52b87cb59eebff7826d8891a6fb52911be386f46.tar.bz2
OneConfig-52b87cb59eebff7826d8891a6fb52911be386f46.zip
apiDump moment
Diffstat (limited to 'versions/1.12.2-forge/api')
-rw-r--r--versions/1.12.2-forge/api/1.12.2-forge.api18
1 files changed, 10 insertions, 8 deletions
diff --git a/versions/1.12.2-forge/api/1.12.2-forge.api b/versions/1.12.2-forge/api/1.12.2-forge.api
index ff8ae9e..c8b9034 100644
--- a/versions/1.12.2-forge/api/1.12.2-forge.api
+++ b/versions/1.12.2-forge/api/1.12.2-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 {