Enum minecraft_data::menu
source · #[repr(u8)]pub enum menu {
Show 24 variants
generic_9x1 = 0,
generic_9x2 = 1,
generic_9x3 = 2,
generic_9x4 = 3,
generic_9x5 = 4,
generic_9x6 = 5,
generic_3x3 = 6,
anvil = 7,
beacon = 8,
blast_furnace = 9,
brewing_stand = 10,
crafting = 11,
enchantment = 12,
furnace = 13,
grindstone = 14,
hopper = 15,
lectern = 16,
loom = 17,
merchant = 18,
shulker_box = 19,
smithing = 20,
smoker = 21,
cartography_table = 22,
stonecutter = 23,
}Variants§
generic_9x1 = 0
generic_9x2 = 1
generic_9x3 = 2
generic_9x4 = 3
generic_9x5 = 4
generic_9x6 = 5
generic_3x3 = 6
anvil = 7
beacon = 8
blast_furnace = 9
brewing_stand = 10
crafting = 11
enchantment = 12
furnace = 13
grindstone = 14
hopper = 15
lectern = 16
loom = 17
merchant = 18
shulker_box = 19
smithing = 20
smoker = 21
cartography_table = 22
stonecutter = 23
Implementations§
Trait Implementations§
Auto Trait Implementations§
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