类 BuffType

java.lang.Object
cn.handyplus.title.constants.BuffType

public class BuffType extends Object
buff类型
从以下版本开始:
2.8.4
  • 构造器详细资料

    • BuffType

      public BuffType()
  • 方法详细资料

    • getBuffTypeList

      public static List<String> getBuffTypeList()
    • getBuffTypeMap

      public static Map<String,BuffType> getBuffTypeMap()
    • put

      public static void put(String buffType, String buffTypeName, String pluginName)
    • getTypeName

      public static String getTypeName(String buffType)
    • getType

      public static BuffType getType(String buffTypeStr)
    • remove

      public static void remove(String buffType)