Enum Class Gen2TechnicalMachines
java.lang.Object
java.lang.Enum<Gen2TechnicalMachines>
com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- All Implemented Interfaces:
ITechnicalMove,Serializable,Comparable<Gen2TechnicalMachines>,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 ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<Integer,Gen2TechnicalMachines> protected static final Map<String,Gen2TechnicalMachines> protected static final Map<Element,List<ITechnicalMove>> -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the attack this record/machine teachesintgetId()Gets the TM/TR record/machine number.static Gen2TechnicalMachinesgetTm(int id) static Gen2TechnicalMachinesGet map of TMs to typings.prefix()Prefix of this tm/tr type.static Gen2TechnicalMachinesReturns the enum constant of this class with the specified name.static Gen2TechnicalMachines[]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, valueOfMethods inherited from interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
getAttack, getGeneration
-
Enum Constant Details
-
DynamicPunch
-
Headbutt
-
Curse
-
Rollout
-
Roar
-
Toxic
-
Zap_Cannon
-
Rock_Smash
-
Psych_Up
-
Hidden_Power
-
Sunny_Day
-
Sweet_Scent
-
Snore
-
Blizzard
-
Hyper_Beam
-
Icy_Wind
-
Protect
-
Rain_Dance
-
Giga_Drain
-
Endure
-
Frustration
-
Solar_Beam
-
Iron_Tail
-
DragonBreath
-
Thunder
-
Earthquake
-
Return
-
Dig
-
Psychic
-
Shadow_Ball
-
Mud_Slap
-
Double_Team
-
Ice_Punch
-
Swagger
-
Sleep_Talk
-
Sludge_Bomb
-
Sandstorm
-
Fire_Blast
-
Swift
-
Defense_Curl
-
Thunder_Punch
-
Dream_Eater
-
Detect
-
Rest
-
Attract
-
Thief
-
Steel_Wing
-
Fire_Punch
-
Fury_Cutter
-
Nightmare
-
-
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:ITechnicalMovePrefix of this tm/tr type.- Specified by:
prefixin interfaceITechnicalMove
-
getId
public int getId()Description copied from interface:ITechnicalMoveGets the TM/TR record/machine number.- Specified by:
getIdin interfaceITechnicalMove
-
getAttackName
Description copied from interface:ITechnicalMoveGets the name of the attack this record/machine teaches- Specified by:
getAttackNamein interfaceITechnicalMove
-
getTm
-
getTm
-
getTypeMap
Description copied from interface:ITechnicalMoveGet map of TMs to typings.- Specified by:
getTypeMapin interfaceITechnicalMove
-