pub struct GameplayLootTables {Show 26 fields
pub turtle_grow: LootTableRef,
pub armadillo_shed: LootTableRef,
pub panda_sneeze: LootTableRef,
pub cat_morning_gift: LootTableRef,
pub hero_of_the_village_weaponsmith_gift: LootTableRef,
pub hero_of_the_village_shepherd_gift: LootTableRef,
pub hero_of_the_village_butcher_gift: LootTableRef,
pub hero_of_the_village_farmer_gift: LootTableRef,
pub hero_of_the_village_cartographer_gift: LootTableRef,
pub hero_of_the_village_cleric_gift: LootTableRef,
pub hero_of_the_village_leatherworker_gift: LootTableRef,
pub hero_of_the_village_unemployed_gift: LootTableRef,
pub hero_of_the_village_fletcher_gift: LootTableRef,
pub hero_of_the_village_baby_gift: LootTableRef,
pub hero_of_the_village_toolsmith_gift: LootTableRef,
pub hero_of_the_village_mason_gift: LootTableRef,
pub hero_of_the_village_armorer_gift: LootTableRef,
pub hero_of_the_village_fisherman_gift: LootTableRef,
pub hero_of_the_village_librarian_gift: LootTableRef,
pub chicken_lay: LootTableRef,
pub sniffer_digging: LootTableRef,
pub piglin_bartering: LootTableRef,
pub fishing_fish: LootTableRef,
pub fishing_treasure: LootTableRef,
pub fishing_junk: LootTableRef,
pub fishing: LootTableRef,
}Fields§
§turtle_grow: LootTableRef§armadillo_shed: LootTableRef§panda_sneeze: LootTableRef§cat_morning_gift: LootTableRef§hero_of_the_village_weaponsmith_gift: LootTableRef§hero_of_the_village_shepherd_gift: LootTableRef§hero_of_the_village_butcher_gift: LootTableRef§hero_of_the_village_farmer_gift: LootTableRef§hero_of_the_village_cartographer_gift: LootTableRef§hero_of_the_village_cleric_gift: LootTableRef§hero_of_the_village_leatherworker_gift: LootTableRef§hero_of_the_village_unemployed_gift: LootTableRef§hero_of_the_village_fletcher_gift: LootTableRef§hero_of_the_village_baby_gift: LootTableRef§hero_of_the_village_toolsmith_gift: LootTableRef§hero_of_the_village_mason_gift: LootTableRef§hero_of_the_village_armorer_gift: LootTableRef§hero_of_the_village_fisherman_gift: LootTableRef§hero_of_the_village_librarian_gift: LootTableRef§chicken_lay: LootTableRef§sniffer_digging: LootTableRef§piglin_bartering: LootTableRef§fishing_fish: LootTableRef§fishing_treasure: LootTableRef§fishing_junk: 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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreWraps this value in an
Arc<SyncMutex<>>