Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- Random - Class in me.axolotl.api.tool
-
Random類別提供了生成隨機數的方法。
- Random() - Constructor for class me.axolotl.api.tool.Random
- randomAsDouble() - Static method in class me.axolotl.api.tool.Random
-
生成一個隨機雙精度浮點數值。
- randomAsFloat() - Static method in class me.axolotl.api.tool.Random
-
生成一個隨機單精度浮點數值。
- randomAsInt() - Static method in class me.axolotl.api.tool.Random
-
生成一個隨機整數。
- randomAsLong() - Static method in class me.axolotl.api.tool.Random
-
生成一個隨機長整數。
- read(File) - Static method in class me.axolotl.api.tool.FileReader
-
將文件的內容讀取到一個字符串集合中。
- remove(int) - Method in class me.axolotl.api.tool.Counter
-
減少計數器的數量。
- removeTable(String) - Method in class me.axolotl.api.sql.FileAsDataBase
-
從數據庫中刪除具有指定表ID的現有表。
- run(CommandSender, String[]) - Method in class me.axolotl.api.minecraft.bungee.util.CommandRunnable
-
執行指令。
- runNormal(String) - Method in class me.axolotl.api.sql.FileAsDataBase
-
在數據庫上執行一個非查詢的SQL命令。
- runNormal(String) - Method in interface me.axolotl.api.sql.interfaces.BaseDB
-
在數據庫上執行非查詢SQL命令。
- runOnDisable() - Method in class me.axolotl.api.minecraft.bukkit.JavaPluginBuilder
-
當插件正在停用時運行自定義任務。
- runOnDisable() - Method in class me.axolotl.api.minecraft.bungee.BungeePluginBuilder
-
當插件正在停用時運行自定義任務。
- runOnEnable() - Method in class me.axolotl.api.minecraft.bukkit.JavaPluginBuilder
-
當插件正在啟用時運行自定義任務。
- runOnEnable() - Method in class me.axolotl.api.minecraft.bungee.BungeePluginBuilder
-
當插件正在啟用時運行自定義任務。
- runOnLoading() - Method in class me.axolotl.api.minecraft.bukkit.JavaPluginBuilder
-
當插件正在加載時運行自定義任務。
- runOnLoading() - Method in class me.axolotl.api.minecraft.bungee.BungeePluginBuilder
-
當插件正在加載時運行自定義任務。
- runSearch(String) - Method in class me.axolotl.api.sql.FileAsDataBase
-
執行SQL命令並返回生成的ResultSet。
- runSearch(String) - Method in interface me.axolotl.api.sql.interfaces.BaseDB
-
在數據庫上執行SQL查詢命令並返回生成的ResultSet。
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form