Struct airmash_protocol::server::MobDespawnCoords [] [src]

pub struct MobDespawnCoords {
    pub id: u16,
    pub ty: u8,
    pub pos_x: f32,
    pub pos_y: f32,
}

Event indicating a mob despawned at a particular location.

Fields

Trait Implementations

impl Clone for MobDespawnCoords
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MobDespawnCoords
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for MobDespawnCoords
[src]

Auto Trait Implementations