Enum base::world::ground::GroundMaterial [] [src]

pub enum GroundMaterial {
    Dirt,
    Grass,
    Stone,
    Sand,
    Snow,
    JungleGrass,
    Mulch,
    Debug,
}

Variants

DirtGrassStoneSandSnowJungleGrassMulchDebug

Methods

impl GroundMaterial
[src]

fn get_color(&self) -> [f32; 3]

fn get_id(&self) -> i32

Trait Implementations

impl Debug for GroundMaterial
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for GroundMaterial
[src]

impl Clone for GroundMaterial
[src]

fn clone(&self) -> GroundMaterial

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more