- getAllPlayers(JavaPlugin) - クラス のstaticメソッドcom.github.systie.dsa.player.PlayerUtils
-
起動しているサーバ(ワールド関係なし)に存在する全プレイヤーを取得します。
- getColorLeatherItem(ItemStack, String) - クラス のstaticメソッドcom.github.systie.dsa.item.ItemUtils
-
皮装備に色を付けます。
- getItemColor(String) - クラス のstaticメソッドcom.github.systie.dsa.common.CommonUtils
-
指定された文字または16進数をColorへ変換します。
- getName() - 列挙 のメソッドcom.github.systie.dsa.scoreboard.Criteria
-
- getSignTexts(Block) - クラス のstaticメソッドcom.github.systie.dsa.common.CommonUtils
-
指定されたアイテムが看板の場合、看板の文字を取得します。
- getSignTexts(Block, boolean, boolean) - クラス のstaticメソッドcom.github.systie.dsa.common.CommonUtils
-
指定されたアイテムが看板の場合、看板の文字を取得します。
- getTeam(JavaPlugin, String) - クラス のstaticメソッドcom.github.systie.dsa.team.TeamUtils
-
指定されたチーム情報を取得します。
- getTeamAllPlayer(JavaPlugin) - クラス のstaticメソッドcom.github.systie.dsa.team.TeamUtils
-
プレイヤーをチーム毎にマッピングして返却します。
- getTeamName(Player) - クラス のstaticメソッドcom.github.systie.dsa.team.TeamUtils
-
指定されたプレイヤーが所属するチーム名を取得します。
- getTeamPlayer(JavaPlugin) - クラス のstaticメソッドcom.github.systie.dsa.team.TeamUtils
-
オンラインであるプレイヤーをチーム毎にマッピングして返却します。