pub struct ChargedCreeperLootTables {
pub root: LootTableRef,
pub creeper: LootTableRef,
pub zombie: LootTableRef,
pub skeleton: LootTableRef,
pub wither_skeleton: LootTableRef,
pub piglin: LootTableRef,
}Fields§
§root: LootTableRef§creeper: LootTableRef§zombie: LootTableRef§skeleton: LootTableRef§wither_skeleton: LootTableRef§piglin: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for ChargedCreeperLootTables
impl RefUnwindSafe for ChargedCreeperLootTables
impl Send for ChargedCreeperLootTables
impl Sync for ChargedCreeperLootTables
impl Unpin for ChargedCreeperLootTables
impl UnsafeUnpin for ChargedCreeperLootTables
impl UnwindSafe for ChargedCreeperLootTables
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