#[repr(u32)]pub enum WorldgenRootPlacerKind {
MangroveRootPlacer = 0,
}
Variants§
MangroveRootPlacer = 0
Implementations§
Source§impl WorldgenRootPlacerKind
impl WorldgenRootPlacerKind
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl WorldgenRootPlacerKind
impl WorldgenRootPlacerKind
Sourcepub unsafe fn from_u32_unchecked(id: u32) -> Self
pub unsafe fn from_u32_unchecked(id: u32) -> Self
pub fn is_valid_id(id: u32) -> bool
Trait Implementations§
Source§impl Clone for WorldgenRootPlacerKind
impl Clone for WorldgenRootPlacerKind
Source§fn clone(&self) -> WorldgenRootPlacerKind
fn clone(&self) -> WorldgenRootPlacerKind
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 WorldgenRootPlacerKind
impl Debug for WorldgenRootPlacerKind
Source§impl<'de> Deserialize<'de> for WorldgenRootPlacerKind
impl<'de> Deserialize<'de> for WorldgenRootPlacerKind
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 Display for WorldgenRootPlacerKind
impl Display for WorldgenRootPlacerKind
Source§impl FromNbtTag for WorldgenRootPlacerKind
impl FromNbtTag for WorldgenRootPlacerKind
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for WorldgenRootPlacerKind
impl FromStr for WorldgenRootPlacerKind
Source§impl Hash for WorldgenRootPlacerKind
impl Hash for WorldgenRootPlacerKind
Source§impl PartialEq for WorldgenRootPlacerKind
impl PartialEq for WorldgenRootPlacerKind
Source§impl Registry for WorldgenRootPlacerKind
impl Registry for WorldgenRootPlacerKind
Source§impl Serialize for WorldgenRootPlacerKind
impl Serialize for WorldgenRootPlacerKind
Source§impl ToNbtTag for WorldgenRootPlacerKind
impl ToNbtTag for WorldgenRootPlacerKind
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for WorldgenRootPlacerKind
impl TryFrom<u32> for WorldgenRootPlacerKind
impl Copy for WorldgenRootPlacerKind
impl Eq for WorldgenRootPlacerKind
impl StructuralPartialEq for WorldgenRootPlacerKind
Auto Trait Implementations§
impl Freeze for WorldgenRootPlacerKind
impl RefUnwindSafe for WorldgenRootPlacerKind
impl Send for WorldgenRootPlacerKind
impl Sync for WorldgenRootPlacerKind
impl Unpin for WorldgenRootPlacerKind
impl UnwindSafe for WorldgenRootPlacerKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)