#[repr(u8)]pub enum recipe_serializer {
Show 23 variants
crafting_shaped = 0,
crafting_shapeless = 1,
crafting_special_armordye = 2,
crafting_special_bookcloning = 3,
crafting_special_mapcloning = 4,
crafting_special_mapextending = 5,
crafting_special_firework_rocket = 6,
crafting_special_firework_star = 7,
crafting_special_firework_star_fade = 8,
crafting_special_tippedarrow = 9,
crafting_special_bannerduplicate = 10,
crafting_special_shielddecoration = 11,
crafting_special_shulkerboxcoloring = 12,
crafting_special_suspiciousstew = 13,
crafting_special_repairitem = 14,
smelting = 15,
blasting = 16,
smoking = 17,
campfire_cooking = 18,
stonecutting = 19,
smithing_transform = 20,
smithing_trim = 21,
crafting_decorated_pot = 22,
}Variants§
crafting_shaped = 0
crafting_shapeless = 1
crafting_special_armordye = 2
crafting_special_bookcloning = 3
crafting_special_mapcloning = 4
crafting_special_mapextending = 5
crafting_special_firework_rocket = 6
crafting_special_firework_star = 7
crafting_special_firework_star_fade = 8
crafting_special_tippedarrow = 9
crafting_special_shielddecoration = 11
crafting_special_shulkerboxcoloring = 12
crafting_special_suspiciousstew = 13
crafting_special_repairitem = 14
smelting = 15
blasting = 16
smoking = 17
campfire_cooking = 18
stonecutting = 19
smithing_transform = 20
smithing_trim = 21
crafting_decorated_pot = 22
Implementations§
Trait Implementations§
source§impl Clone for recipe_serializer
impl Clone for recipe_serializer
source§fn clone(&self) -> recipe_serializer
fn clone(&self) -> recipe_serializer
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 recipe_serializer
impl Debug for recipe_serializer
source§impl Display for recipe_serializer
impl Display for recipe_serializer
source§impl Hash for recipe_serializer
impl Hash for recipe_serializer
source§impl PartialEq for recipe_serializer
impl PartialEq for recipe_serializer
source§fn eq(&self, other: &recipe_serializer) -> bool
fn eq(&self, other: &recipe_serializer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for recipe_serializer
impl Write for recipe_serializer
impl Copy for recipe_serializer
impl Eq for recipe_serializer
impl StructuralEq for recipe_serializer
impl StructuralPartialEq for recipe_serializer
Auto Trait Implementations§
impl RefUnwindSafe for recipe_serializer
impl Send for recipe_serializer
impl Sync for recipe_serializer
impl Unpin for recipe_serializer
impl UnwindSafe for recipe_serializer
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