Open Table Of Contents

PluginEnvironment

public interface PluginEnvironment

環境情報へアクセスするためのインターフェイスです。

Author:Jaken

Methods

getPlayerName

public String getPlayerName()

現在プレイ中のユーザー名を取得します。

戻り値:プレイヤー名文字列

getServerName

public String getServerName()

サーバ名を取得します。 ※サーバによってはIPアドレスの場合があります。

戻り値:サーバ名文字列

getWorldName

public String getWorldName()

ワールド名を取得します。

戻り値:ワールド名文字列