[][src]Struct terraria_protocol::packets::GrowFx

pub struct GrowFx {
    pub effectflags: u8,
    pub x: i32,
    pub y: i32,
    pub height: u8,
    pub tree_gore: i16,
}

Growth sound effects.

Direction: Server <-> Client (Sync).

Fields

effectflags: u8

1 = Tree Growth Effects, 2 = Fairy Effects

x: i32y: i32height: u8tree_gore: i16

Trait Implementations

impl Debug for GrowFx[src]

impl PacketBody for GrowFx[src]

Auto Trait Implementations

impl RefUnwindSafe for GrowFx

impl Send for GrowFx

impl Sync for GrowFx

impl Unpin for GrowFx

impl UnwindSafe for GrowFx

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.