Struct entmet_lib::entities::entity::Enderman
source · pub struct Enderman {
pub carried_block: Option<i32>,
pub screaming: bool,
pub staring: bool,
/* private fields */
}Expand description
An instance of an enderman
Fields§
§carried_block: Option<i32>The id of a carried block if a block is beeing carried
screaming: boolWhether it is screaming or not
staring: boolWhether is is staring or not
Trait Implementations§
source§impl PartialEq for Enderman
impl PartialEq for Enderman
impl StructuralPartialEq for Enderman
Auto Trait Implementations§
impl Freeze for Enderman
impl RefUnwindSafe for Enderman
impl Send for Enderman
impl Sync for Enderman
impl Unpin for Enderman
impl UnwindSafe for Enderman
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more