Struct entmet_lib::entities::entity::ArmorStand
source · pub struct ArmorStand {
pub info: Mask<ArmorStandInfo>,
pub head_rotation: Rotations,
pub body_rotation: Rotations,
pub left_arm_rotation: Rotations,
pub right_arm_rotation: Rotations,
pub left_leg_rotation: Rotations,
pub right_leg_rotation: Rotations,
/* private fields */
}Expand description
An instance of an armor stand
Fields§
§info: Mask<ArmorStandInfo>An vector of the armor stand options
head_rotation: RotationsThe rotation of the head
body_rotation: RotationsThe rotation of the head
left_arm_rotation: RotationsThe rotation of the left arm
right_arm_rotation: RotationsThe rotation of the right arm
left_leg_rotation: RotationsThe rotation of the left leg
right_leg_rotation: RotationsThe rotation of the right leg
Trait Implementations§
source§impl Default for ArmorStand
impl Default for ArmorStand
source§impl Deref for ArmorStand
impl Deref for ArmorStand
source§impl DerefMut for ArmorStand
impl DerefMut for ArmorStand
source§impl PartialEq for ArmorStand
impl PartialEq for ArmorStand
source§fn eq(&self, other: &ArmorStand) -> bool
fn eq(&self, other: &ArmorStand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ArmorStand
Auto Trait Implementations§
impl Freeze for ArmorStand
impl RefUnwindSafe for ArmorStand
impl Send for ArmorStand
impl Sync for ArmorStand
impl Unpin for ArmorStand
impl UnwindSafe for ArmorStand
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