Struct entmet_lib::entities::entity::ZombieVillager
source · pub struct ZombieVillager {
pub converting: bool,
pub villager_data: VillagerData,
/* private fields */
}Expand description
An instance of a zombie villager
Fields§
§converting: boolWhether it is converting or not
villager_data: VillagerDataThe villager data of the underlying villager
Trait Implementations§
source§impl Default for ZombieVillager
impl Default for ZombieVillager
source§fn default() -> ZombieVillager
fn default() -> ZombieVillager
Returns the “default value” for a type. Read more
source§impl Deref for ZombieVillager
impl Deref for ZombieVillager
Auto Trait Implementations§
impl Freeze for ZombieVillager
impl RefUnwindSafe for ZombieVillager
impl Send for ZombieVillager
impl Sync for ZombieVillager
impl Unpin for ZombieVillager
impl UnwindSafe for ZombieVillager
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