Enum Class Cosm
- All Implemented Interfaces:
MapperEnum<Cosm>,Serializable,Comparable<Cosm>,Constable
Realm -- The realms of the possibility wars with their axioms.
- Since:
- 1.2.0 2021-03-26
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionallCosms()int[]axioms()String[]getLaws()intgetMagic()de.kaiserpfalzedv.rpg.core.Books.PublicationintintintgetTech()getType()mapFoundry(String name) mapFromFoundry(@NotNull String name) mapFromRoll20(@NotNull String name) toString()static CosmReturns the enum constant of this class with the specified name.static Cosm[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
AYSLE
-
CORE_EARTH
-
CYBERPAPACY
-
LIVING_LAND
-
NILE_EMPIRE
-
ORRORSH
-
PAN_PACIFICA
-
THARKOLD
-
AKASHA
-
UKHAAN
-
AYSLE_THARKOLD
-
ELFAME
-
FAIRY_TALE_AYSLE
-
MECHOPOTAMIA
-
THE_DEAD_WORLD
-
TOMBSPACE
-
WALDECK
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
axioms
public int[] axioms() -
getMagic
public int getMagic() -
getSocial
public int getSocial() -
getSpirit
public int getSpirit() -
getTech
public int getTech() -
mapFoundry
-
mapFromFoundry
- Specified by:
mapFromFoundryin interfaceMapperEnum<Cosm>
-
mapFromRoll20
- Specified by:
mapFromRoll20in interfaceMapperEnum<Cosm>
-
allCosms
-
getFoundry
- Specified by:
getFoundryin interfaceMapperEnum<Cosm>
-
getRoll20
- Specified by:
getRoll20in interfaceMapperEnum<Cosm>
-
getPublication
public de.kaiserpfalzedv.rpg.core.Books.Publication getPublication() -
getType
-
getAxioms
-
getLaws
-
toString
-