Class MessageConfiguration
- java.lang.Object
-
- com.ericlam.mc.bungee.hnmc.config.yaml.BungeeConfiguration
-
- com.ericlam.mc.bungee.hnmc.config.yaml.MessageConfiguration
-
public abstract class MessageConfiguration extends BungeeConfiguration
用於創建 訊息類別 config 時繼承
-
-
Constructor Summary
Constructors Constructor Description MessageConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String path)List<String>getList(String path)StringgetPrefix()若果 訊息類別 config 本身沒有 @Prefix, 返回的將是 nullStringgetPure(String path)List<String>getPureList(String path)-
Methods inherited from class com.ericlam.mc.bungee.hnmc.config.yaml.BungeeConfiguration
reload, save
-
-
-
-
Constructor Detail
-
MessageConfiguration
public MessageConfiguration()
-
-