Class CardEquipment.Potion
-
- All Implemented Interfaces:
public final class CardEquipment.PotionRepresents a CardEquipment Potion Effect
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCardEquipment.Potion.StatusRepresents the Potion Effect Status
-
Field Summary
Fields Modifier and Type Field Description private final PotionEffectTypetypeprivate final Integeramplifierprivate final CardEquipment.Potion.Statusstatus
-
Constructor Summary
Constructors Constructor Description CardEquipment.Potion(PotionEffectType type, Integer amplifier, CardEquipment.Potion.Status status)
-
Method Summary
Modifier and Type Method Description final PotionEffectTypegetType()Represents the Potion Effect Type final IntegergetAmplifier()Represents the Potion Effect Amplifier final CardEquipment.Potion.StatusgetStatus()Whether the Potion Effect applies to the card user while active -
-
Constructor Detail
-
CardEquipment.Potion
CardEquipment.Potion(PotionEffectType type, Integer amplifier, CardEquipment.Potion.Status status)
-
-
Method Detail
-
getType
final PotionEffectType getType()
Represents the Potion Effect Type
-
getAmplifier
final Integer getAmplifier()
Represents the Potion Effect Amplifier
-
getStatus
final CardEquipment.Potion.Status getStatus()
Whether the Potion Effect applies to the card user while active
-
-
-
-