Trait peace_performance::parse::HitSound[][src]

pub trait HitSound {
    const HITSOUND_WHISTLE: u8;
    const HITSOUND_FINISH: u8;
    const HITSOUND_CLAP: u8;

    fn normal(self) -> bool;
fn whistle(self) -> bool;
fn finish(self) -> bool;
fn clap(self) -> bool; }

Associated Constants

Required methods

Implementations on Foreign Types

Implementors