case object BattleRank extends IntEnum[BattleRank] with Product with Serializable
- Source
- BattleRank.scala
- Alphabetic
- By Inheritance
- BattleRank
- Serializable
- Product
- Equals
- IntEnum
- IntEnumCompat
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- macro def findValues: IndexedSeq[BattleRank]
- Attributes
- protected
- Definition Classes
- IntEnumCompat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def showCosmetics(uniform: UniformStyle): Boolean
Given a certain level of uniform dress corresponding to battle rank, determine if the resulting battle rank is sufficient to display cosmetic details on a player character.
Given a certain level of uniform dress corresponding to battle rank, determine if the resulting battle rank is sufficient to display cosmetic details on a player character.
- uniform
the style of uniform
- returns
true
, if cosmetic elements will be visible;false
, otherwise
- def showCosmetics(bep: Long): Boolean
Given a number of battle experience points, determine if the resulting battle rank is sufficient to display cosmetic details on a player character.
Given a number of battle experience points, determine if the resulting battle rank is sufficient to display cosmetic details on a player character.
- bep
amount of battle experience
- returns
true
, if cosmetic elements will be visible;false
, otherwise
- See also
BattleRank.withExperience
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val values: IndexedSeq[BattleRank]
- Definition Classes
- BattleRank → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, BattleRank]
- Definition Classes
- ValueEnum
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withExperience(experience: Long): BattleRank
Find BattleRank variant for given experience value
- def withExperienceOpt(experience: Long): Option[BattleRank]
Find BattleRank variant for given experience value
- def withValue(i: Int): BattleRank
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], BattleRank]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[BattleRank]
- Definition Classes
- ValueEnum
- case object BR1 extends BattleRank with Product with Serializable
- case object BR10 extends BattleRank with Product with Serializable
- case object BR11 extends BattleRank with Product with Serializable
- case object BR12 extends BattleRank with Product with Serializable
- case object BR13 extends BattleRank with Product with Serializable
- case object BR14 extends BattleRank with Product with Serializable
- case object BR15 extends BattleRank with Product with Serializable
- case object BR16 extends BattleRank with Product with Serializable
- case object BR17 extends BattleRank with Product with Serializable
- case object BR18 extends BattleRank with Product with Serializable
- case object BR19 extends BattleRank with Product with Serializable
- case object BR2 extends BattleRank with Product with Serializable
- case object BR20 extends BattleRank with Product with Serializable
- case object BR21 extends BattleRank with Product with Serializable
- case object BR22 extends BattleRank with Product with Serializable
- case object BR23 extends BattleRank with Product with Serializable
- case object BR24 extends BattleRank with Product with Serializable
- case object BR25 extends BattleRank with Product with Serializable
- case object BR3 extends BattleRank with Product with Serializable
- case object BR4 extends BattleRank with Product with Serializable
- case object BR5 extends BattleRank with Product with Serializable
- case object BR6 extends BattleRank with Product with Serializable
- case object BR7 extends BattleRank with Product with Serializable
- case object BR8 extends BattleRank with Product with Serializable
- case object BR9 extends BattleRank with Product with Serializable