Struct mca_parser::nbt::BlendingData
source · pub struct BlendingData {
pub min_section: i32,
pub max_section: i32,
}
Expand description
From the wiki: This appears to be biome blending data, although more testing is needed to confirm.
Fields§
§min_section: i32
[More information needed]
max_section: i32
[More information needed]
Trait Implementations§
source§impl Clone for BlendingData
impl Clone for BlendingData
source§fn clone(&self) -> BlendingData
fn clone(&self) -> BlendingData
Returns a copy 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 BlendingData
impl Debug for BlendingData
source§impl<'de> Deserialize<'de> for BlendingData
impl<'de> Deserialize<'de> for BlendingData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BlendingData
impl PartialEq for BlendingData
source§fn eq(&self, other: &BlendingData) -> bool
fn eq(&self, other: &BlendingData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BlendingData
Auto Trait Implementations§
impl RefUnwindSafe for BlendingData
impl Send for BlendingData
impl Sync for BlendingData
impl Unpin for BlendingData
impl UnwindSafe for BlendingData
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