Skip to main content

EntitiesLootTables

Struct EntitiesLootTables 

Source
pub struct EntitiesLootTables {
Show 108 fields pub wither: LootTableRef, pub vex: LootTableRef, pub armadillo: LootTableRef, pub warden: LootTableRef, pub snow_golem: LootTableRef, pub frog: LootTableRef, pub wolf: LootTableRef, pub trader_llama: LootTableRef, pub spider: LootTableRef, pub zombie_villager: LootTableRef, pub chicken: LootTableRef, pub giant: LootTableRef, pub husk: LootTableRef, pub bat: LootTableRef, pub mannequin: LootTableRef, pub sniffer: LootTableRef, pub salmon: LootTableRef, pub vindicator: LootTableRef, pub stray: LootTableRef, pub cat: LootTableRef, pub strider: LootTableRef, pub panda: LootTableRef, pub sheep: LootTableRef, pub turtle: LootTableRef, pub cow: LootTableRef, pub mooshroom: LootTableRef, pub creeper: LootTableRef, pub player: LootTableRef, pub ender_dragon: LootTableRef, pub camel_husk: LootTableRef, pub llama: LootTableRef, pub silverfish: LootTableRef, pub cave_spider: LootTableRef, pub creaking: LootTableRef, pub glow_squid: LootTableRef, pub ravager: LootTableRef, pub allay: LootTableRef, pub parrot: LootTableRef, pub ocelot: LootTableRef, pub dolphin: LootTableRef, pub villager: LootTableRef, pub parched: LootTableRef, pub mule: LootTableRef, pub rabbit: LootTableRef, pub zombified_piglin: LootTableRef, pub wandering_trader: LootTableRef, pub pillager: LootTableRef, pub breeze: LootTableRef, pub slime: LootTableRef, pub shulker: LootTableRef, pub pig: LootTableRef, pub phantom: LootTableRef, pub zombie: LootTableRef, pub fox: LootTableRef, pub endermite: LootTableRef, pub iron_golem: LootTableRef, pub camel: LootTableRef, pub elder_guardian: LootTableRef, pub bogged: LootTableRef, pub enderman: LootTableRef, pub horse: LootTableRef, pub ghast: LootTableRef, pub evoker: LootTableRef, pub skeleton: LootTableRef, pub hoglin: LootTableRef, pub zombie_horse: LootTableRef, pub copper_golem: LootTableRef, pub wither_skeleton: LootTableRef, pub zombie_nautilus: LootTableRef, pub blaze: 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, pub drowned: LootTableRef, pub donkey: LootTableRef, pub illusioner: LootTableRef, pub witch: LootTableRef, pub armor_stand: LootTableRef, pub magma_cube: LootTableRef, pub zoglin: LootTableRef, pub goat: LootTableRef, pub bee: LootTableRef, pub happy_ghast: LootTableRef, pub piglin_brute: LootTableRef, pub pufferfish: LootTableRef, pub guardian: LootTableRef, pub tadpole: LootTableRef, pub cod: LootTableRef, pub skeleton_horse: LootTableRef, pub squid: LootTableRef, pub piglin: LootTableRef, pub nautilus: LootTableRef, pub polar_bear: LootTableRef, pub axolotl: LootTableRef, pub tropical_fish: LootTableRef,
}

Fields§

§wither: LootTableRef§vex: LootTableRef§armadillo: LootTableRef§warden: LootTableRef§snow_golem: LootTableRef§frog: LootTableRef§wolf: LootTableRef§trader_llama: LootTableRef§spider: LootTableRef§zombie_villager: LootTableRef§chicken: LootTableRef§giant: LootTableRef§husk: LootTableRef§bat: LootTableRef§mannequin: LootTableRef§sniffer: LootTableRef§salmon: LootTableRef§vindicator: LootTableRef§stray: LootTableRef§cat: LootTableRef§strider: LootTableRef§panda: LootTableRef§sheep: LootTableRef§turtle: LootTableRef§cow: LootTableRef§mooshroom: LootTableRef§creeper: LootTableRef§player: LootTableRef§ender_dragon: LootTableRef§camel_husk: LootTableRef§llama: LootTableRef§silverfish: LootTableRef§cave_spider: LootTableRef§creaking: LootTableRef§glow_squid: LootTableRef§ravager: LootTableRef§allay: LootTableRef§parrot: LootTableRef§ocelot: LootTableRef§dolphin: LootTableRef§villager: LootTableRef§parched: LootTableRef§mule: LootTableRef§rabbit: LootTableRef§zombified_piglin: LootTableRef§wandering_trader: LootTableRef§pillager: LootTableRef§breeze: LootTableRef§slime: LootTableRef§shulker: LootTableRef§pig: LootTableRef§phantom: LootTableRef§zombie: LootTableRef§fox: LootTableRef§endermite: LootTableRef§iron_golem: LootTableRef§camel: LootTableRef§elder_guardian: LootTableRef§bogged: LootTableRef§enderman: LootTableRef§horse: LootTableRef§ghast: LootTableRef§evoker: LootTableRef§skeleton: LootTableRef§hoglin: LootTableRef§zombie_horse: LootTableRef§copper_golem: LootTableRef§wither_skeleton: LootTableRef§zombie_nautilus: LootTableRef§blaze: 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: LootTableRef§drowned: LootTableRef§donkey: LootTableRef§illusioner: LootTableRef§witch: LootTableRef§armor_stand: LootTableRef§magma_cube: LootTableRef§zoglin: LootTableRef§goat: LootTableRef§bee: LootTableRef§happy_ghast: LootTableRef§piglin_brute: LootTableRef§pufferfish: LootTableRef§guardian: LootTableRef§tadpole: LootTableRef§cod: LootTableRef§skeleton_horse: LootTableRef§squid: LootTableRef§piglin: LootTableRef§nautilus: LootTableRef§polar_bear: LootTableRef§axolotl: LootTableRef§tropical_fish: LootTableRef

Implementations§

Source§

impl EntitiesLootTables

Source

pub const fn new() -> Self

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more