Enum level_lib::anvil::region::chunk::block_entity::VanillaLootTable
source · pub enum VanillaLootTable {
Stronghold,
}Expand description
A list of all vanilla loot tables
Variants§
Stronghold
A placeholder
Trait Implementations§
source§impl Clone for VanillaLootTable
impl Clone for VanillaLootTable
source§fn clone(&self) -> VanillaLootTable
fn clone(&self) -> VanillaLootTable
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 VanillaLootTable
impl Debug for VanillaLootTable
source§impl Default for VanillaLootTable
impl Default for VanillaLootTable
source§fn default() -> VanillaLootTable
fn default() -> VanillaLootTable
Returns the “default value” for a type. Read more
source§impl PartialEq for VanillaLootTable
impl PartialEq for VanillaLootTable
source§fn eq(&self, other: &VanillaLootTable) -> bool
fn eq(&self, other: &VanillaLootTable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VanillaLootTable
Auto Trait Implementations§
impl Freeze for VanillaLootTable
impl RefUnwindSafe for VanillaLootTable
impl Send for VanillaLootTable
impl Sync for VanillaLootTable
impl Unpin for VanillaLootTable
impl UnwindSafe for VanillaLootTable
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