pub struct VanillaEntity { /* private fields */ }
Implementations§
Source§impl VanillaEntity
impl VanillaEntity
pub fn is_on_fire(&self) -> bool
Trait Implementations§
Source§impl Debug for VanillaEntity
impl Debug for VanillaEntity
Source§impl Default for VanillaEntity
impl Default for VanillaEntity
Source§fn default() -> VanillaEntity
fn default() -> VanillaEntity
Returns the “default value” for a type. Read more
Source§impl EntityComponent for VanillaEntity
impl EntityComponent for VanillaEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for VanillaEntity
impl RefUnwindSafe for VanillaEntity
impl Send for VanillaEntity
impl Sync for VanillaEntity
impl Unpin for VanillaEntity
impl UnwindSafe for VanillaEntity
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