Index

A B C D E F G H I J L M O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

applyBuff(Player) - Method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーにバフ効果を適用するメソッド

B

BaseCommand - Class in com.karasu256.one_shot_glory.commands
One-Shot-Gloryプラグインのコマンド実行を管理するベースクラス
BaseCommand() - Constructor for class com.karasu256.one_shot_glory.commands.BaseCommand
BaseCommandのデフォルトコンストラクタ
BUFF_METADATA_KEY - Static variable in class com.karasu256.one_shot_glory.util.BuffSystem
メタデータのキー
BuffSystem - Class in com.karasu256.one_shot_glory.util
プレイヤーへのバフ効果の適用と管理を行うクラス
BuffSystem(BuffType) - Constructor for class com.karasu256.one_shot_glory.util.BuffSystem
特定のバフタイプを持つBuffSystemインスタンスを作成するコンストラクタ
BuffType - Enum Class in com.karasu256.one_shot_glory.util
プラグイン内で使用される様々なバフタイプを定義する列挙型

C

com.karasu256.one_shot_glory - package com.karasu256.one_shot_glory
 
com.karasu256.one_shot_glory.commands - package com.karasu256.one_shot_glory.commands
 
com.karasu256.one_shot_glory.commands.subcommands - package com.karasu256.one_shot_glory.commands.subcommands
 
com.karasu256.one_shot_glory.event - package com.karasu256.one_shot_glory.event
 
com.karasu256.one_shot_glory.game - package com.karasu256.one_shot_glory.game
 
com.karasu256.one_shot_glory.util - package com.karasu256.one_shot_glory.util
 
config - Static variable in class com.karasu256.one_shot_glory.One_Shot_Glory
プラグインの設定情報を保持する設定オブジェクト
ConfigSubCommand - Class in com.karasu256.one_shot_glory.commands.subcommands
プラグインの設定を参照・変更するサブコマンドを実装するクラス
ConfigSubCommand() - Constructor for class com.karasu256.one_shot_glory.commands.subcommands.ConfigSubCommand
ReloadConfigSubCommandクラスのデフォルトコンストラクタ

D

disableOneShotSystemForPlayer(Player) - Static method in class com.karasu256.one_shot_glory.util.OSGPlayerUtils
特定のプレイヤーのみにこのプラグインのシステムを無効化させます。

E

enableOneShotSystemForPlayer(Player) - Static method in class com.karasu256.one_shot_glory.util.OSGPlayerUtils
特定のプレイヤーのみにこのプラグインのシステムを有効化させます。
execute(CommandSender, String[]) - Method in interface com.karasu256.one_shot_glory.commands.SubCommand
サブコマンドを実行するメソッド
execute(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.ConfigSubCommand
設定管理コマンドを実行するメソッド
execute(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.HelpSubCommand
ヘルプコマンドを実行するメソッド
execute(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.ReloadConfigSubCommand
設定リロードコマンドを実行するメソッド
execute(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.ReloadSubCommand
リロードコマンドを実行するメソッド
execute(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.StartSubCommand
プラグインの機能を開始するコマンドを実行します
execute(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.StopSubCommand
プラグインの機能を停止するコマンドを実行します

F

FIRE - Enum constant in enum class com.karasu256.one_shot_glory.util.BuffType
火炎耐性を付与するバフ

G

GameEventListener - Class in com.karasu256.one_shot_glory.event
One-Shot-Gloryゲームでのイベントを処理するリスナークラス
GameEventListener(Objective) - Constructor for class com.karasu256.one_shot_glory.event.GameEventListener
GameEventListenerのコンストラクタ
GameManager - Class in com.karasu256.one_shot_glory.util
ゲームのメカニクスを管理するユーティリティクラス
GameSystemUtils - Class in com.karasu256.one_shot_glory.util
ゲームシステムに関するユーティリティ機能を提供するクラス
GameSystemUtils() - Constructor for class com.karasu256.one_shot_glory.util.GameSystemUtils
GameSystemUtilsクラスのデフォルトコンストラクタ
getActiveBuffs(Player) - Static method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーの現在アクティブなバフリストを取得します
getAllBuffs(Player) - Static method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーが現在持っているすべてのバフを取得します
getBuffType() - Method in class com.karasu256.one_shot_glory.util.BuffSystem
このバフシステムが管理するバフタイプを取得するメソッド
getBuffTypeByItemStack(ItemStack) - Static method in enum class com.karasu256.one_shot_glory.util.BuffType
アイテムスタックからそれに対応するバフタイプを取得する静的メソッド
getDefaultLanguage() - Method in class com.karasu256.one_shot_glory.util.LanguageManager
現在のデフォルト言語コードを取得するメソッド
getEnabledList() - Static method in class com.karasu256.one_shot_glory.util.OSGPlayerUtils
有効化されているプレイヤーのリストを取得します。
getItemStack() - Method in enum class com.karasu256.one_shot_glory.util.BuffType
このバフタイプに関連付けられたアイテムスタックを取得するメソッド
getLanguageManager() - Method in class com.karasu256.one_shot_glory.One_Shot_Glory
言語マネージャーを取得するメソッド
getMessage(String, String, Object...) - Method in class com.karasu256.one_shot_glory.util.LanguageManager
指定されたパスと言語コードに基づいてメッセージを取得するメソッド
getPlayerItemFrame(Player) - Static method in class com.karasu256.one_shot_glory.util.ItemFrameUtils
指定されたプレイヤーのアイテムフレームを取得するメソッド
getPlugin() - Static method in class com.karasu256.one_shot_glory.One_Shot_Glory
プラグインのインスタンスを取得するためのユーティリティメソッド
getPotionEffectTypes() - Method in enum class com.karasu256.one_shot_glory.util.BuffType
このバフタイプに関連付けられたポーション効果タイプのリストを取得するメソッド
getRandomBuff(Player) - Static method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーにランダムなバフを提供するための静的メソッド

H

hasBuff(Player, BuffType) - Static method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーが指定されたバフを持っているかを確認します
HelpSubCommand - Class in com.karasu256.one_shot_glory.commands.subcommands
プラグインのヘルプ情報を表示するサブコマンドを実装するクラス
HelpSubCommand() - Constructor for class com.karasu256.one_shot_glory.commands.subcommands.HelpSubCommand
HelpSubCommandのコンストラクタ

I

init(CommandSender) - Static method in class com.karasu256.one_shot_glory.game.Initializer
One-Shot-Gloryゲームを初期化するメソッド
Initializer - Class in com.karasu256.one_shot_glory.game
One-Shot-Glory プラグインのゲーム初期化と管理を行うユーティリティクラス
isPlayerEnabled(Player) - Static method in class com.karasu256.one_shot_glory.util.OSGPlayerUtils
プレイヤーがシステムで有効になっているかどうかを確認します。
isPlayerOwnedItemFrame(Entity, Player) - Static method in class com.karasu256.one_shot_glory.util.ItemFrameUtils
エンティティがこのプラグインによって作成され、指定されたプレイヤーが所有するアイテムフレームかどうかを判定するメソッド
isPluginItemFrame(Entity) - Static method in class com.karasu256.one_shot_glory.util.ItemFrameUtils
エンティティがこのプラグインによって作成されたアイテムフレームかどうかを判定するメソッド
ItemFrameUtils - Class in com.karasu256.one_shot_glory.util
アイテムフレームの生成・管理・取得を行うユーティリティクラス

J

JUMP - Enum constant in enum class com.karasu256.one_shot_glory.util.BuffType
ジャンプ力を強化するバフ

L

LanguageManager - Class in com.karasu256.one_shot_glory.util
プラグインの多言語サポートを管理するクラス
LanguageManager(JavaPlugin) - Constructor for class com.karasu256.one_shot_glory.util.LanguageManager
LanguageManagerのコンストラクタ
loadConfig() - Method in class com.karasu256.one_shot_glory.One_Shot_Glory
設定ファイルを再読み込みするメソッド

M

MainCommand - Class in com.karasu256.one_shot_glory.commands
プラグインのメインコマンドを処理するクラス
MainCommand(JavaPlugin) - Constructor for class com.karasu256.one_shot_glory.commands.MainCommand
MainCommandのコンストラクタ

O

onCommand(CommandSender, Command, String, String[]) - Method in class com.karasu256.one_shot_glory.commands.BaseCommand
コマンド実行時に呼び出されるメソッド
onDisable() - Method in class com.karasu256.one_shot_glory.One_Shot_Glory
プラグインが無効化された際に呼び出されるメソッド
One_Shot_Glory - Class in com.karasu256.one_shot_glory
One-Shot-Gloryプラグインのメインクラス
One_Shot_Glory() - Constructor for class com.karasu256.one_shot_glory.One_Shot_Glory
 
onEnable() - Method in class com.karasu256.one_shot_glory.One_Shot_Glory
プラグインが有効化された際に呼び出されるメソッド
onTabComplete(CommandSender, Command, String, String[]) - Method in class com.karasu256.one_shot_glory.commands.BaseCommand
タブ補完時に呼び出されるメソッド
OSGPlayerUtils - Class in com.karasu256.one_shot_glory.util
One-Shot-Gloryのプレイヤーに関するユーティリティクラス
OSGPlayerUtils() - Constructor for class com.karasu256.one_shot_glory.util.OSGPlayerUtils
OSGPlayerUtilsのデフォルトコンストラクタ

R

REGENERATION - Enum constant in enum class com.karasu256.one_shot_glory.util.BuffType
体力を回復するバフ
registerSubCommand(String, SubCommand) - Method in class com.karasu256.one_shot_glory.commands.BaseCommand
サブコマンドを登録するメソッド
ReloadConfigSubCommand - Class in com.karasu256.one_shot_glory.commands.subcommands
プラグインの設定をリロードするサブコマンドを実装するクラス
ReloadConfigSubCommand() - Constructor for class com.karasu256.one_shot_glory.commands.subcommands.ReloadConfigSubCommand
ReloadConfigSubCommandクラスのデフォルトコンストラクタ
ReloadSubCommand - Class in com.karasu256.one_shot_glory.commands.subcommands
プラグインのリロード機能を提供するサブコマンドを実装するクラス
ReloadSubCommand() - Constructor for class com.karasu256.one_shot_glory.commands.subcommands.ReloadSubCommand
ReloadSubCommandのコンストラクタ
removeAllBuffs(Player) - Static method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーからすべてのバフを取り除きます
removeAllItemFrames() - Static method in class com.karasu256.one_shot_glory.util.ItemFrameUtils
全てのプレイヤーのアイテムフレームを削除するメソッド
removeBuff(Player) - Method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーからバフ効果を削除するメソッド
removeBuff(Player, BuffType) - Static method in class com.karasu256.one_shot_glory.util.BuffSystem
プレイヤーから指定したバフを取り除きます
removePlayerItemFrame(Player) - Static method in class com.karasu256.one_shot_glory.util.ItemFrameUtils
指定したプレイヤーのアイテムフレームを削除するメソッド
removeTarget(Player) - Static method in class com.karasu256.one_shot_glory.util.GameManager
プレイヤーのターゲットを削除するメソッド
removeTarget(World) - Static method in class com.karasu256.one_shot_glory.util.GameManager
指定されたワールド内のすべてのプレイヤーのターゲットを削除するメソッド
RESISTANCE - Enum constant in enum class com.karasu256.one_shot_glory.util.BuffType
ダメージ耐性を付与するバフ

S

saveConfig() - Method in class com.karasu256.one_shot_glory.One_Shot_Glory
設定ファイルを保存するメソッド
setDefaultLanguage(String) - Method in class com.karasu256.one_shot_glory.util.LanguageManager
デフォルト言語を設定するメソッド
spawnItemFrame(World, Player, ItemStack) - Static method in class com.karasu256.one_shot_glory.util.ItemFrameUtils
アイテムフレームエンティティを生成して設定するメソッド
spawnTarget(Player) - Static method in class com.karasu256.one_shot_glory.util.GameManager
プレイヤーのターゲットを生成するメソッド
spawnTarget(World) - Static method in class com.karasu256.one_shot_glory.util.GameManager
指定されたワールド内のすべてのプレイヤーにターゲットを生成するメソッド
spawnTarget(World, Player) - Static method in class com.karasu256.one_shot_glory.util.GameManager
プレイヤーのターゲットを生成するメソッド
SPEED - Enum constant in enum class com.karasu256.one_shot_glory.util.BuffType
移動速度を上昇させるバフ
startGame(CommandSender) - Static method in class com.karasu256.one_shot_glory.util.GameSystemUtils
ゲームを開始するメソッド
StartSubCommand - Class in com.karasu256.one_shot_glory.commands.subcommands
プラグインの機能を開始するサブコマンドを実装するクラス
StartSubCommand() - Constructor for class com.karasu256.one_shot_glory.commands.subcommands.StartSubCommand
StartSubCommandクラスのデフォルトコンストラクタ
stop() - Static method in class com.karasu256.one_shot_glory.game.Initializer
ゲームを停止するメソッド
stopGame(CommandSender) - Static method in class com.karasu256.one_shot_glory.util.GameSystemUtils
ゲームを停止するメソッド
StopSubCommand - Class in com.karasu256.one_shot_glory.commands.subcommands
プラグインの機能を停止するサブコマンドを実装するクラス
StopSubCommand() - Constructor for class com.karasu256.one_shot_glory.commands.subcommands.StopSubCommand
StopSubCommandクラスのデフォルトコンストラクタ
STRENGTH - Enum constant in enum class com.karasu256.one_shot_glory.util.BuffType
攻撃力を強化するバフ
SubCommand - Interface in com.karasu256.one_shot_glory.commands
One-Shot-Gloryプラグインのサブコマンド機能を定義するインターフェース

T

tabComplete(CommandSender, String[]) - Method in interface com.karasu256.one_shot_glory.commands.SubCommand
サブコマンドのタブ補完を提供するメソッド
tabComplete(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.ConfigSubCommand
設定コマンドのタブ補完を提供するメソッド
tabComplete(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.HelpSubCommand
このサブコマンドのタブ補完を提供するメソッド
tabComplete(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.ReloadConfigSubCommand
このサブコマンドのタブ補完を提供するメソッド
tabComplete(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.ReloadSubCommand
リロードコマンドのタブ補完を提供するメソッド
tabComplete(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.StartSubCommand
このサブコマンドのタブ補完を提供するメソッド
tabComplete(CommandSender, String[]) - Method in class com.karasu256.one_shot_glory.commands.subcommands.StopSubCommand
このサブコマンドのタブ補完を提供するメソッド

U

unRegister() - Method in class com.karasu256.one_shot_glory.event.GameEventListener
このリスナーの登録を解除するメソッド
unRegister() - Static method in class com.karasu256.one_shot_glory.game.Initializer
イベントリスナーの登録を解除するメソッド

V

valueOf(String) - Static method in enum class com.karasu256.one_shot_glory.util.BuffType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.karasu256.one_shot_glory.util.BuffType
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I J L M O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values