pub struct SpawnersLootTables {
pub ominous_trial_chamber_consumables: LootTableRef,
pub ominous_trial_chamber_key: LootTableRef,
pub trial_chamber_items_to_drop_when_ominous: LootTableRef,
pub trial_chamber_consumables: LootTableRef,
pub trial_chamber_key: LootTableRef,
}Fields§
§ominous_trial_chamber_consumables: LootTableRef§ominous_trial_chamber_key: LootTableRef§trial_chamber_items_to_drop_when_ominous: LootTableRef§trial_chamber_consumables: LootTableRef§trial_chamber_key: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for SpawnersLootTables
impl RefUnwindSafe for SpawnersLootTables
impl Send for SpawnersLootTables
impl Sync for SpawnersLootTables
impl Unpin for SpawnersLootTables
impl UnsafeUnpin for SpawnersLootTables
impl UnwindSafe for SpawnersLootTables
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