#[repr(u32)]pub enum CreativeModeTab {
Show 14 variants
BuildingBlocks = 0,
ColoredBlocks = 1,
NaturalBlocks = 2,
FunctionalBlocks = 3,
RedstoneBlocks = 4,
Hotbar = 5,
Search = 6,
ToolsAndUtilities = 7,
Combat = 8,
FoodAndDrinks = 9,
Ingredients = 10,
SpawnEggs = 11,
OpBlocks = 12,
Inventory = 13,
}
Variants§
BuildingBlocks = 0
ColoredBlocks = 1
NaturalBlocks = 2
FunctionalBlocks = 3
RedstoneBlocks = 4
Hotbar = 5
Search = 6
ToolsAndUtilities = 7
Combat = 8
FoodAndDrinks = 9
Ingredients = 10
SpawnEggs = 11
OpBlocks = 12
Inventory = 13
Implementations§
Source§impl CreativeModeTab
impl CreativeModeTab
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl CreativeModeTab
impl CreativeModeTab
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 CreativeModeTab
impl Clone for CreativeModeTab
Source§fn clone(&self) -> CreativeModeTab
fn clone(&self) -> CreativeModeTab
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 CreativeModeTab
impl Debug for CreativeModeTab
Source§impl<'de> Deserialize<'de> for CreativeModeTab
impl<'de> Deserialize<'de> for CreativeModeTab
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 CreativeModeTab
impl Display for CreativeModeTab
Source§impl FromNbtTag for CreativeModeTab
impl FromNbtTag for CreativeModeTab
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for CreativeModeTab
impl FromStr for CreativeModeTab
Source§impl Hash for CreativeModeTab
impl Hash for CreativeModeTab
Source§impl McBufReadable for CreativeModeTab
impl McBufReadable for CreativeModeTab
Source§impl McBufWritable for CreativeModeTab
impl McBufWritable for CreativeModeTab
Source§impl PartialEq for CreativeModeTab
impl PartialEq for CreativeModeTab
Source§impl Registry for CreativeModeTab
impl Registry for CreativeModeTab
Source§impl Serialize for CreativeModeTab
impl Serialize for CreativeModeTab
Source§impl ToNbtTag for CreativeModeTab
impl ToNbtTag for CreativeModeTab
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for CreativeModeTab
impl TryFrom<u32> for CreativeModeTab
impl Copy for CreativeModeTab
impl Eq for CreativeModeTab
impl StructuralPartialEq for CreativeModeTab
Auto Trait Implementations§
impl Freeze for CreativeModeTab
impl RefUnwindSafe for CreativeModeTab
impl Send for CreativeModeTab
impl Sync for CreativeModeTab
impl Unpin for CreativeModeTab
impl UnwindSafe for CreativeModeTab
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
)