Skip to main content

GroundDistrError

Type Alias GroundDistrError 

Source
pub type GroundDistrError = AccessError;

Aliased Type§

pub enum GroundDistrError {
    InvalidPoint(InvalidPoint),
    GetBiome(CoordPair<u16>, u8),
    GetGround(CoordPair<u16>, u8),
    GetBlock(CoordPair<u16>, u8),
}

Variants§

§

InvalidPoint(InvalidPoint)

§

GetBiome(CoordPair<u16>, u8)

§

GetGround(CoordPair<u16>, u8)

§

GetBlock(CoordPair<u16>, u8)