Trait valence::registry::RegistryIdx

source ·
pub trait RegistryIdx: Copy + Clone + PartialEq + Eq + PartialOrd + Ord + Hash + Debug {
    const MAX: usize;

    // Required methods
    fn to_index(self) -> usize;
    fn from_index(idx: usize) -> Self;
}

Required Associated Constants§

Required Methods§

source

fn to_index(self) -> usize

source

fn from_index(idx: usize) -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl RegistryIdx for BiomeId

source§

const MAX: usize = 4_294_967_295usize

source§

impl RegistryIdx for DimensionTypeId

source§

const MAX: usize = 65_535usize