pub struct ShearingLootTables {Show 22 fields
pub snow_golem: LootTableRef,
pub sheep: LootTableRef,
pub sheep_black: LootTableRef,
pub sheep_blue: LootTableRef,
pub sheep_white: LootTableRef,
pub sheep_red: LootTableRef,
pub sheep_green: LootTableRef,
pub sheep_magenta: LootTableRef,
pub sheep_gray: LootTableRef,
pub sheep_yellow: LootTableRef,
pub sheep_brown: LootTableRef,
pub sheep_lime: LootTableRef,
pub sheep_cyan: LootTableRef,
pub sheep_light_blue: LootTableRef,
pub sheep_light_gray: LootTableRef,
pub sheep_purple: LootTableRef,
pub sheep_orange: LootTableRef,
pub sheep_pink: LootTableRef,
pub mooshroom: LootTableRef,
pub bogged: LootTableRef,
pub mooshroom_red: LootTableRef,
pub mooshroom_brown: LootTableRef,
}Fields§
§snow_golem: LootTableRef§sheep: LootTableRef§sheep_black: LootTableRef§sheep_blue: LootTableRef§sheep_white: LootTableRef§sheep_red: LootTableRef§sheep_green: LootTableRef§sheep_magenta: LootTableRef§sheep_gray: LootTableRef§sheep_yellow: LootTableRef§sheep_brown: LootTableRef§sheep_lime: LootTableRef§sheep_cyan: LootTableRef§sheep_light_blue: LootTableRef§sheep_light_gray: LootTableRef§sheep_purple: LootTableRef§sheep_orange: LootTableRef§sheep_pink: LootTableRef§mooshroom: LootTableRef§bogged: LootTableRef§mooshroom_red: LootTableRef§mooshroom_brown: 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
§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<>>