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