#[repr(u32)]pub enum DimensionType {
Overworld = 0,
Nether = 1,
End = 2,
OverworldCaves = 3,
}
Variants§
Implementations§
Source§impl DimensionType
impl DimensionType
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl DimensionType
impl DimensionType
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 DimensionType
impl Clone for DimensionType
Source§fn clone(&self) -> DimensionType
fn clone(&self) -> DimensionType
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 DimensionType
impl Debug for DimensionType
Source§impl<'de> Deserialize<'de> for DimensionType
impl<'de> Deserialize<'de> for DimensionType
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 DimensionType
impl Display for DimensionType
Source§impl FromNbtTag for DimensionType
impl FromNbtTag for DimensionType
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for DimensionType
impl FromStr for DimensionType
Source§impl Hash for DimensionType
impl Hash for DimensionType
Source§impl McBufReadable for DimensionType
impl McBufReadable for DimensionType
Source§impl McBufWritable for DimensionType
impl McBufWritable for DimensionType
Source§impl PartialEq for DimensionType
impl PartialEq for DimensionType
Source§impl Registry for DimensionType
impl Registry for DimensionType
Source§impl Serialize for DimensionType
impl Serialize for DimensionType
Source§impl ToNbtTag for DimensionType
impl ToNbtTag for DimensionType
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for DimensionType
impl TryFrom<u32> for DimensionType
impl Copy for DimensionType
impl Eq for DimensionType
impl StructuralPartialEq for DimensionType
Auto Trait Implementations§
impl Freeze for DimensionType
impl RefUnwindSafe for DimensionType
impl Send for DimensionType
impl Sync for DimensionType
impl Unpin for DimensionType
impl UnwindSafe for DimensionType
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
)