pub struct LandClaimSettings {
pub claim_size: [f32; 3],
}Expand description
The settings related to terrain claiming and how the world is divided into claimable chunks.
Fields§
§claim_size: [f32; 3]The size of the claimable chunks.
Implementations§
Auto Trait Implementations§
impl Freeze for LandClaimSettings
impl RefUnwindSafe for LandClaimSettings
impl Send for LandClaimSettings
impl Sync for LandClaimSettings
impl Unpin for LandClaimSettings
impl UnwindSafe for LandClaimSettings
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