Enum base::world::ground::GroundMaterial
[−]
[src]
pub enum GroundMaterial {
Dirt,
Grass,
Stone,
Sand,
Snow,
JungleGrass,
Mulch,
Debug,
}Variants
DirtGrassStoneSandSnowJungleGrassMulchDebugMethods
impl GroundMaterial[src]
Trait Implementations
impl Debug for GroundMaterial[src]
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