Enum minecraft_data::motive
source · #[repr(u8)]pub enum motive {
Show 26 variants
kebab = 0,
aztec = 1,
alban = 2,
aztec2 = 3,
bomb = 4,
plant = 5,
wasteland = 6,
pool = 7,
courbet = 8,
sea = 9,
sunset = 10,
creebet = 11,
wanderer = 12,
graham = 13,
match = 14,
bust = 15,
stage = 16,
void = 17,
skull_and_roses = 18,
wither = 19,
fighters = 20,
pointer = 21,
pigscene = 22,
burning_skull = 23,
skeleton = 24,
donkey_kong = 25,
}Variants§
kebab = 0
aztec = 1
alban = 2
aztec2 = 3
bomb = 4
plant = 5
wasteland = 6
pool = 7
courbet = 8
sea = 9
sunset = 10
creebet = 11
wanderer = 12
graham = 13
match = 14
bust = 15
stage = 16
void = 17
skull_and_roses = 18
wither = 19
fighters = 20
pointer = 21
pigscene = 22
burning_skull = 23
skeleton = 24
donkey_kong = 25
Implementations§
Trait Implementations§
source§impl PartialEq for motive
impl PartialEq for motive
impl Copy for motive
impl Eq for motive
impl StructuralPartialEq for motive
Auto Trait Implementations§
impl Freeze for motive
impl RefUnwindSafe for motive
impl Send for motive
impl Sync for motive
impl Unpin for motive
impl UnwindSafe for motive
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