pub struct LodestoneTarget {
pub dimension: String,
pub position: (VarInt, VarInt, VarInt),
}Fields§
§dimension: StringThe namespaced key of the dimension (e.g., “minecraft:the_nether”).
position: (VarInt, VarInt, VarInt)The precise X, Y, Z coordinates of the Lodestone block.
Trait Implementations§
Source§impl Clone for LodestoneTarget
impl Clone for LodestoneTarget
Source§fn clone(&self) -> LodestoneTarget
fn clone(&self) -> LodestoneTarget
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 LodestoneTarget
impl Debug for LodestoneTarget
Source§impl<'a> Decode<'a> for LodestoneTarget
impl<'a> Decode<'a> for LodestoneTarget
Source§impl Encode for LodestoneTarget
impl Encode for LodestoneTarget
Source§impl PartialEq for LodestoneTarget
impl PartialEq for LodestoneTarget
impl StructuralPartialEq for LodestoneTarget
Auto Trait Implementations§
impl Freeze for LodestoneTarget
impl RefUnwindSafe for LodestoneTarget
impl Send for LodestoneTarget
impl Sync for LodestoneTarget
impl Unpin for LodestoneTarget
impl UnwindSafe for LodestoneTarget
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