pub struct PlaySpawnExperienceOrbSpec {
pub entity_id: VarInt,
pub position: Vec3<f64>,
pub count: i16,
}Fields§
§entity_id: VarInt§position: Vec3<f64>§count: i16Trait Implementations§
Source§impl Clone for PlaySpawnExperienceOrbSpec
impl Clone for PlaySpawnExperienceOrbSpec
Source§fn clone(&self) -> PlaySpawnExperienceOrbSpec
fn clone(&self) -> PlaySpawnExperienceOrbSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlaySpawnExperienceOrbSpec
impl Debug for PlaySpawnExperienceOrbSpec
Source§impl Deserialize for PlaySpawnExperienceOrbSpec
impl Deserialize for PlaySpawnExperienceOrbSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<PlaySpawnExperienceOrbSpec> for (VarInt, Vec3<f64>, i16)
impl From<PlaySpawnExperienceOrbSpec> for (VarInt, Vec3<f64>, i16)
Source§fn from(other: PlaySpawnExperienceOrbSpec) -> Self
fn from(other: PlaySpawnExperienceOrbSpec) -> Self
Converts to this type from the input type.
Source§impl Serialize for PlaySpawnExperienceOrbSpec
impl Serialize for PlaySpawnExperienceOrbSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlaySpawnExperienceOrbSpec
Auto Trait Implementations§
impl Freeze for PlaySpawnExperienceOrbSpec
impl RefUnwindSafe for PlaySpawnExperienceOrbSpec
impl Send for PlaySpawnExperienceOrbSpec
impl Sync for PlaySpawnExperienceOrbSpec
impl Unpin for PlaySpawnExperienceOrbSpec
impl UnwindSafe for PlaySpawnExperienceOrbSpec
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