Enum mca_parser::DimensionID
source · pub enum DimensionID {
Overworld,
Nether,
End,
Other(i32),
}
Expand description
Represents the id for any given dimension, using the default values that Minecraft uses: -1: Nether 0: Overworld 1: End
And Other
for any other non-standard ids
Variants§
Implementations§
Trait Implementations§
source§impl Debug for DimensionID
impl Debug for DimensionID
Auto Trait Implementations§
impl RefUnwindSafe for DimensionID
impl Send for DimensionID
impl Sync for DimensionID
impl Unpin for DimensionID
impl UnwindSafe for DimensionID
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