pub struct GameplayLootTables {Show 26 fields
pub armadillo_shed: LootTableRef,
pub fishing_treasure: LootTableRef,
pub fishing_fish: LootTableRef,
pub fishing_junk: LootTableRef,
pub sniffer_digging: LootTableRef,
pub piglin_bartering: LootTableRef,
pub turtle_grow: LootTableRef,
pub cat_morning_gift: LootTableRef,
pub hero_of_the_village_farmer_gift: LootTableRef,
pub hero_of_the_village_leatherworker_gift: LootTableRef,
pub hero_of_the_village_cartographer_gift: LootTableRef,
pub hero_of_the_village_mason_gift: LootTableRef,
pub hero_of_the_village_butcher_gift: LootTableRef,
pub hero_of_the_village_baby_gift: LootTableRef,
pub hero_of_the_village_shepherd_gift: LootTableRef,
pub hero_of_the_village_cleric_gift: LootTableRef,
pub hero_of_the_village_librarian_gift: LootTableRef,
pub hero_of_the_village_fletcher_gift: LootTableRef,
pub hero_of_the_village_armorer_gift: LootTableRef,
pub hero_of_the_village_unemployed_gift: LootTableRef,
pub hero_of_the_village_toolsmith_gift: LootTableRef,
pub hero_of_the_village_fisherman_gift: LootTableRef,
pub hero_of_the_village_weaponsmith_gift: LootTableRef,
pub chicken_lay: LootTableRef,
pub panda_sneeze: LootTableRef,
pub fishing: LootTableRef,
}Fields§
§armadillo_shed: LootTableRef§fishing_treasure: LootTableRef§fishing_fish: LootTableRef§fishing_junk: LootTableRef§sniffer_digging: LootTableRef§piglin_bartering: LootTableRef§turtle_grow: LootTableRef§cat_morning_gift: LootTableRef§hero_of_the_village_farmer_gift: LootTableRef§hero_of_the_village_leatherworker_gift: LootTableRef§hero_of_the_village_cartographer_gift: LootTableRef§hero_of_the_village_mason_gift: LootTableRef§hero_of_the_village_butcher_gift: LootTableRef§hero_of_the_village_baby_gift: LootTableRef§hero_of_the_village_shepherd_gift: LootTableRef§hero_of_the_village_cleric_gift: LootTableRef§hero_of_the_village_librarian_gift: LootTableRef§hero_of_the_village_fletcher_gift: LootTableRef§hero_of_the_village_armorer_gift: LootTableRef§hero_of_the_village_unemployed_gift: LootTableRef§hero_of_the_village_toolsmith_gift: LootTableRef§hero_of_the_village_fisherman_gift: LootTableRef§hero_of_the_village_weaponsmith_gift: LootTableRef§chicken_lay: LootTableRef§panda_sneeze: LootTableRef§fishing: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for GameplayLootTables
impl RefUnwindSafe for GameplayLootTables
impl Send for GameplayLootTables
impl Sync for GameplayLootTables
impl Unpin for GameplayLootTables
impl UnsafeUnpin for GameplayLootTables
impl UnwindSafe for GameplayLootTables
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