com.github.ucchyocean.lc.bridge
クラス VaultChatBridge

java.lang.Object
  上位を拡張 com.github.ucchyocean.lc.bridge.VaultChatBridge

public class VaultChatBridge
extends Object

Vault-Chat連携クラス

作成者:
ucchy

メソッドの概要
 String getPlayerPrefix(org.bukkit.entity.Player player)
          プレイヤーのprefixを取得します。
 String getPlayerSuffix(org.bukkit.entity.Player player)
          プレイヤーのsuffixを取得します。
static VaultChatBridge load(org.bukkit.plugin.Plugin plugin)
          vault-chatをロードする
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

load

public static VaultChatBridge load(org.bukkit.plugin.Plugin plugin)
vault-chatをロードする

パラメータ:
plugin - vaultのプラグインインスタンス
戻り値:
ロードしたブリッジのインスタンス

getPlayerPrefix

public String getPlayerPrefix(org.bukkit.entity.Player player)
プレイヤーのprefixを取得します。

パラメータ:
player - プレイヤー
戻り値:
プレイヤーのprefix

getPlayerSuffix

public String getPlayerSuffix(org.bukkit.entity.Player player)
プレイヤーのsuffixを取得します。

パラメータ:
player - プレイヤー
戻り値:
プレイヤーのsuffix


Copyright © 2016. All rights reserved.