Struct entmet_lib::entities::entity::Shulker
source · pub struct Shulker {
pub attach_face: Direction,
pub shield_height: i8,
pub color: SkulkerColor,
/* private fields */
}Expand description
An instance of a shulker
Fields§
§attach_face: DirectionThe direction, that the shulker is attached to
shield_height: i8The height of it’s shield (upper part)
color: SkulkerColorThe color of the shulker
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shulker
impl RefUnwindSafe for Shulker
impl Send for Shulker
impl Sync for Shulker
impl Unpin for Shulker
impl UnwindSafe for Shulker
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