Enum cnmo_parse::cnma::MaxPowerAbility
source · pub enum MaxPowerAbility {
DoubleJump,
Flying,
DropShield,
MarioBounce,
}Expand description
A ability activated on a double jump.
Variants§
DoubleJump
Basic double jump
Flying
Basic flying ability akin to the normal wings power up
DropShield
Activates a sheild once you hit the ground for a short moment of time
MarioBounce
Allows you to bounce on enemies but not hurt them.
Trait Implementations§
source§impl Clone for MaxPowerAbility
impl Clone for MaxPowerAbility
source§fn clone(&self) -> MaxPowerAbility
fn clone(&self) -> MaxPowerAbility
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MaxPowerAbility
impl Debug for MaxPowerAbility
source§impl Default for MaxPowerAbility
impl Default for MaxPowerAbility
source§fn default() -> MaxPowerAbility
fn default() -> MaxPowerAbility
Returns the “default value” for a type. Read more
source§impl PartialEq<MaxPowerAbility> for MaxPowerAbility
impl PartialEq<MaxPowerAbility> for MaxPowerAbility
source§fn eq(&self, other: &MaxPowerAbility) -> bool
fn eq(&self, other: &MaxPowerAbility) -> bool
This method tests for
self and other values to be equal, and is used
by ==.