类 RaceConstants

java.lang.Object
cn.handyplus.race.constants.AbstractRaceConstants

public abstract class RaceConstants extends Object
  • 字段详细资料

    • PLAYER_RACE

      public static Map<String,RacePlayer> PLAYER_RACE
      玩家种族缓存
    • VICTIM_ENTITY

      public static Map<UUID,org.bukkit.entity.Player> VICTIM_ENTITY
      吸血鬼主动技能吸血缓存
    • PLAYER_CURSES

      public static List<PlayerCursesParam> PLAYER_CURSES
      被诅咒的玩家
    • LOCATIONS

      public static List<org.bukkit.Location> LOCATIONS
      蜘蛛网地点
    • DEMON_HUNTER_BOW

      public static Map<UUID,DemonHunterBowTypeEnum> DEMON_HUNTER_BOW
      恶魔猎手的弓类型
    • CHECK_VERSION_URL

      public static final String CHECK_VERSION_URL
      检查更新的版本url
      另请参阅:
  • 构造器详细资料

    • RaceConstants

      public RaceConstants()