Enum minecraft_data::custom_stat
source · #[repr(u8)]pub enum custom_stat {
Show 74 variants
leave_game = 0,
play_one_minute = 1,
time_since_death = 2,
time_since_rest = 3,
sneak_time = 4,
walk_one_cm = 5,
crouch_one_cm = 6,
sprint_one_cm = 7,
walk_on_water_one_cm = 8,
fall_one_cm = 9,
climb_one_cm = 10,
fly_one_cm = 11,
walk_under_water_one_cm = 12,
minecart_one_cm = 13,
boat_one_cm = 14,
pig_one_cm = 15,
horse_one_cm = 16,
aviate_one_cm = 17,
swim_one_cm = 18,
strider_one_cm = 19,
jump = 20,
drop = 21,
damage_dealt = 22,
damage_dealt_absorbed = 23,
damage_dealt_resisted = 24,
damage_taken = 25,
damage_blocked_by_shield = 26,
damage_absorbed = 27,
damage_resisted = 28,
deaths = 29,
mob_kills = 30,
animals_bred = 31,
player_kills = 32,
fish_caught = 33,
talked_to_villager = 34,
traded_with_villager = 35,
eat_cake_slice = 36,
fill_cauldron = 37,
use_cauldron = 38,
clean_armor = 39,
clean_banner = 40,
clean_shulker_box = 41,
interact_with_brewingstand = 42,
interact_with_beacon = 43,
inspect_dropper = 44,
inspect_hopper = 45,
inspect_dispenser = 46,
play_noteblock = 47,
tune_noteblock = 48,
pot_flower = 49,
trigger_trapped_chest = 50,
open_enderchest = 51,
enchant_item = 52,
play_record = 53,
interact_with_furnace = 54,
interact_with_crafting_table = 55,
open_chest = 56,
sleep_in_bed = 57,
open_shulker_box = 58,
open_barrel = 59,
interact_with_blast_furnace = 60,
interact_with_smoker = 61,
interact_with_lectern = 62,
interact_with_campfire = 63,
interact_with_cartography_table = 64,
interact_with_loom = 65,
interact_with_stonecutter = 66,
bell_ring = 67,
raid_trigger = 68,
raid_win = 69,
interact_with_anvil = 70,
interact_with_grindstone = 71,
target_hit = 72,
interact_with_smithing_table = 73,
}Variants§
leave_game = 0
play_one_minute = 1
time_since_death = 2
time_since_rest = 3
sneak_time = 4
walk_one_cm = 5
crouch_one_cm = 6
sprint_one_cm = 7
walk_on_water_one_cm = 8
fall_one_cm = 9
climb_one_cm = 10
fly_one_cm = 11
walk_under_water_one_cm = 12
minecart_one_cm = 13
boat_one_cm = 14
pig_one_cm = 15
horse_one_cm = 16
aviate_one_cm = 17
swim_one_cm = 18
strider_one_cm = 19
jump = 20
drop = 21
damage_dealt = 22
damage_dealt_absorbed = 23
damage_dealt_resisted = 24
damage_taken = 25
damage_blocked_by_shield = 26
damage_absorbed = 27
damage_resisted = 28
deaths = 29
mob_kills = 30
animals_bred = 31
player_kills = 32
fish_caught = 33
talked_to_villager = 34
traded_with_villager = 35
eat_cake_slice = 36
fill_cauldron = 37
use_cauldron = 38
clean_armor = 39
clean_shulker_box = 41
interact_with_brewingstand = 42
interact_with_beacon = 43
inspect_dropper = 44
inspect_hopper = 45
inspect_dispenser = 46
play_noteblock = 47
tune_noteblock = 48
pot_flower = 49
trigger_trapped_chest = 50
open_enderchest = 51
enchant_item = 52
play_record = 53
interact_with_furnace = 54
interact_with_crafting_table = 55
open_chest = 56
sleep_in_bed = 57
open_shulker_box = 58
open_barrel = 59
interact_with_blast_furnace = 60
interact_with_smoker = 61
interact_with_lectern = 62
interact_with_campfire = 63
interact_with_cartography_table = 64
interact_with_loom = 65
interact_with_stonecutter = 66
bell_ring = 67
raid_trigger = 68
raid_win = 69
interact_with_anvil = 70
interact_with_grindstone = 71
target_hit = 72
interact_with_smithing_table = 73
Implementations§
Trait Implementations§
source§impl Clone for custom_stat
impl Clone for custom_stat
source§fn clone(&self) -> custom_stat
fn clone(&self) -> custom_stat
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 custom_stat
impl Debug for custom_stat
source§impl Display for custom_stat
impl Display for custom_stat
source§impl Hash for custom_stat
impl Hash for custom_stat
source§impl PartialEq for custom_stat
impl PartialEq for custom_stat
source§fn eq(&self, other: &custom_stat) -> bool
fn eq(&self, other: &custom_stat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for custom_stat
impl Write for custom_stat
impl Copy for custom_stat
impl Eq for custom_stat
impl StructuralPartialEq for custom_stat
Auto Trait Implementations§
impl Freeze for custom_stat
impl RefUnwindSafe for custom_stat
impl Send for custom_stat
impl Sync for custom_stat
impl Unpin for custom_stat
impl UnwindSafe for custom_stat
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