Enum Class Gen3TechnicalMachines
java.lang.Object
java.lang.Enum<Gen3TechnicalMachines>
com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- All Implemented Interfaces:
ITechnicalMove
,Serializable
,Comparable<Gen3TechnicalMachines>
,Constable
Created by Jay113355 on 11/16/2020.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
ITechnicalMove.Adapter
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionprotected static final Map<Integer,
Gen3TechnicalMachines> protected static final Map<String,
Gen3TechnicalMachines> protected static final Map<Element,
List<ITechnicalMove>> -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the attack this record/machine teachesint
getId()
Gets the TM/TR record/machine number.static Gen3TechnicalMachines
getTm
(int id) static Gen3TechnicalMachines
Get map of TMs to typings.prefix()
Prefix of this tm/tr type.static Gen3TechnicalMachines
Returns the enum constant of this class with the specified name.static Gen3TechnicalMachines[]
values()
Returns an array containing the constants of this enum class, 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 interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
getAttack, getGeneration
-
Enum Constant Details
-
Focus_Punch
-
Dragon_Claw
-
Water_Pulse
-
Calm_Mind
-
Roar
-
Toxic
-
Hail
-
Bulk_Up
-
Bullet_Seed
-
Hidden_Power
-
Sunny_Day
-
Taunt
-
Ice_Beam
-
Blizzard
-
Hyper_Beam
-
Light_Screen
-
Protect
-
Rain_Dance
-
Giga_Drain
-
Safeguard
-
Frustration
-
Solar_Beam
-
Iron_Tail
-
Thunderbolt
-
Thunder
-
Earthquake
-
Return
-
Dig
-
Psychic
-
Shadow_Ball
-
Brick_Break
-
Double_Team
-
Reflect
-
Shock_Wave
-
Flamethrower
-
Sludge_Bomb
-
Sandstorm
-
Fire_Blast
-
Rock_Tomb
-
Aerial_Ace
-
Torment
-
Facade
-
Secret_Power
-
Rest
-
Attract
-
Thief
-
Steel_Wing
-
Skill_Swap
-
Snatch
-
Overheat
-
-
Field Details
-
idMap
-
nameMap
-
typeMap
-
-
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
-
prefix
Description copied from interface:ITechnicalMove
Prefix of this tm/tr type.- Specified by:
prefix
in interfaceITechnicalMove
-
getId
public int getId()Description copied from interface:ITechnicalMove
Gets the TM/TR record/machine number.- Specified by:
getId
in interfaceITechnicalMove
-
getAttackName
Description copied from interface:ITechnicalMove
Gets the name of the attack this record/machine teaches- Specified by:
getAttackName
in interfaceITechnicalMove
-
getTm
-
getTm
-
getTypeMap
Description copied from interface:ITechnicalMove
Get map of TMs to typings.- Specified by:
getTypeMap
in interfaceITechnicalMove
-