Enum mc_core::pos::Direction [−][src]
pub enum Direction {
East,
West,
South,
North,
Up,
Down,
}Expand description
Cardinal direction used in-game.
Variants
East
West
South
North
Up
Down
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl UnwindSafe for Direction
Blanket Implementations
Mutably borrows from an owned value. Read more
