Struct azalea_core::GlobalPos
source · pub struct GlobalPos {
pub pos: BlockPos,
pub world: ResourceLocation,
}
Expand description
A block pos with an attached world
Fields§
§pos: BlockPos
§world: ResourceLocation
Trait Implementations§
source§impl McBufReadable for GlobalPos
impl McBufReadable for GlobalPos
Auto Trait Implementations§
impl RefUnwindSafe for GlobalPos
impl Send for GlobalPos
impl Sync for GlobalPos
impl Unpin for GlobalPos
impl UnwindSafe for GlobalPos
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