Package zombie.characters.skills
Enum PerkFactory.Perks
java.lang.Object
java.lang.Enum<PerkFactory.Perks>
zombie.characters.skills.PerkFactory.Perks
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<PerkFactory.Perks>
,java.lang.constant.Constable
- Enclosing class:
- PerkFactory
public static enum PerkFactory.Perks extends java.lang.Enum<PerkFactory.Perks>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description Agility
Aiming
Axe
Blacksmith
BladeGuard
BladeMaintenance
BladeParent
Blunt
BluntGuard
BluntMaintenance
BluntParent
Cooking
Crafting
Doctor
Electricity
Farming
Firearm
Fishing
Fitness
index
Lightfoot
MAX
Mechanics
Melee
Melting
MetalWelding
Nimble
None
Passiv
PlantScavenging
Reloading
Sneak
Sprinting
Strength
Survivalist
Trapping
Woodwork
-
Method Summary
Modifier and Type Method Description static PerkFactory.Perks
fromIndex(int int1)
static PerkFactory.Perks
FromString(java.lang.String string)
static int
getMaxIndex()
int
index()
static PerkFactory.Perks
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PerkFactory.Perks[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
None
-
Agility
-
Cooking
-
Melee
-
Crafting
-
Fitness
-
Strength
-
Blunt
-
Axe
-
Sprinting
-
Lightfoot
-
Nimble
-
Sneak
-
Woodwork
-
Aiming
-
Reloading
-
Farming
-
Survivalist
-
Fishing
-
Trapping
-
Passiv
-
Firearm
-
PlantScavenging
-
BluntParent
-
BladeParent
-
BluntGuard
-
BladeGuard
-
BluntMaintenance
-
BladeMaintenance
-
Doctor
-
Electricity
-
Blacksmith
-
MetalWelding
-
Melting
-
Mechanics
-
MAX
-
index
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
index
public int index() -
getMaxIndex
public static int getMaxIndex() -
fromIndex
-
FromString
-