pub trait TagExampleInfo {
    // Required methods
    fn name(&self) -> &str;
    fn exemplar_identifier(&self) -> Option<&str>;
}

Required Methods§

source

fn name(&self) -> &str

source

fn exemplar_identifier(&self) -> Option<&str>

What item to show in the crafting hud if the player has nothing with the tag

Implementors§