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