Struct entmet_lib::entities::entity::EnderDragon
source · pub struct EnderDragon {
pub phase: EnderDragonPhase,
/* private fields */
}Expand description
An instance of an ender dragon
Fields§
§phase: EnderDragonPhaseThe current phase of the ender dragon
Trait Implementations§
source§impl Default for EnderDragon
impl Default for EnderDragon
source§fn default() -> EnderDragon
fn default() -> EnderDragon
Returns the “default value” for a type. Read more
source§impl Deref for EnderDragon
impl Deref for EnderDragon
source§impl DerefMut for EnderDragon
impl DerefMut for EnderDragon
source§impl PartialEq for EnderDragon
impl PartialEq for EnderDragon
source§fn eq(&self, other: &EnderDragon) -> bool
fn eq(&self, other: &EnderDragon) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EnderDragon
Auto Trait Implementations§
impl Freeze for EnderDragon
impl RefUnwindSafe for EnderDragon
impl Send for EnderDragon
impl Sync for EnderDragon
impl Unpin for EnderDragon
impl UnwindSafe for EnderDragon
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