pub struct ShearingLootTables {Show 22 fields
pub snow_golem: LootTableRef,
pub sheep: LootTableRef,
pub mooshroom_red: LootTableRef,
pub mooshroom_brown: LootTableRef,
pub mooshroom: LootTableRef,
pub bogged: LootTableRef,
pub sheep_red: LootTableRef,
pub sheep_light_gray: LootTableRef,
pub sheep_white: LootTableRef,
pub sheep_black: LootTableRef,
pub sheep_purple: LootTableRef,
pub sheep_light_blue: LootTableRef,
pub sheep_yellow: LootTableRef,
pub sheep_gray: LootTableRef,
pub sheep_green: LootTableRef,
pub sheep_pink: LootTableRef,
pub sheep_cyan: LootTableRef,
pub sheep_blue: LootTableRef,
pub sheep_orange: LootTableRef,
pub sheep_lime: LootTableRef,
pub sheep_brown: LootTableRef,
pub sheep_magenta: LootTableRef,
}Fields§
§snow_golem: LootTableRef§sheep: LootTableRef§mooshroom_red: LootTableRef§mooshroom_brown: LootTableRef§mooshroom: LootTableRef§bogged: LootTableRef§sheep_red: LootTableRef§sheep_light_gray: LootTableRef§sheep_white: LootTableRef§sheep_black: LootTableRef§sheep_purple: LootTableRef§sheep_light_blue: LootTableRef§sheep_yellow: LootTableRef§sheep_gray: LootTableRef§sheep_green: LootTableRef§sheep_pink: LootTableRef§sheep_cyan: LootTableRef§sheep_blue: LootTableRef§sheep_orange: LootTableRef§sheep_lime: LootTableRef§sheep_brown: LootTableRef§sheep_magenta: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for ShearingLootTables
impl RefUnwindSafe for ShearingLootTables
impl Send for ShearingLootTables
impl Sync for ShearingLootTables
impl Unpin for ShearingLootTables
impl UnsafeUnpin for ShearingLootTables
impl UnwindSafe for ShearingLootTables
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