Skip to main content

ChestsLootTables

Struct ChestsLootTables 

Source
pub struct ChestsLootTables {
Show 56 fields pub bastion_treasure: LootTableRef, pub ruined_portal: LootTableRef, pub bastion_hoglin_stable: LootTableRef, pub ancient_city_ice_box: LootTableRef, pub stronghold_corridor: LootTableRef, pub desert_pyramid: LootTableRef, pub ancient_city: LootTableRef, pub underwater_ruin_small: LootTableRef, pub nether_bridge: LootTableRef, pub bastion_other: LootTableRef, pub stronghold_library: LootTableRef, pub simple_dungeon: LootTableRef, pub shipwreck_map: LootTableRef, pub shipwreck_treasure: LootTableRef, pub abandoned_mineshaft: LootTableRef, pub spawn_bonus_chest: LootTableRef, pub shipwreck_supply: LootTableRef, pub bastion_bridge: LootTableRef, pub trial_chambers_reward_ominous_rare: LootTableRef, pub trial_chambers_supply: LootTableRef, pub trial_chambers_intersection: LootTableRef, pub trial_chambers_reward_ominous_unique: LootTableRef, pub trial_chambers_reward_ominous_common: LootTableRef, pub trial_chambers_reward: LootTableRef, pub trial_chambers_reward_ominous: LootTableRef, pub trial_chambers_reward_unique: LootTableRef, pub trial_chambers_reward_common: LootTableRef, pub trial_chambers_corridor: LootTableRef, pub trial_chambers_intersection_barrel: LootTableRef, pub trial_chambers_entrance: LootTableRef, pub trial_chambers_reward_rare: LootTableRef, pub buried_treasure: LootTableRef, pub woodland_mansion: LootTableRef, pub igloo_chest: LootTableRef, pub end_city_treasure: LootTableRef, pub jungle_temple: LootTableRef, pub pillager_outpost: LootTableRef, pub underwater_ruin_big: LootTableRef, pub village_village_tannery: LootTableRef, pub village_village_shepherd: LootTableRef, pub village_village_desert_house: LootTableRef, pub village_village_taiga_house: LootTableRef, pub village_village_armorer: LootTableRef, pub village_village_weaponsmith: LootTableRef, pub village_village_butcher: LootTableRef, pub village_village_temple: LootTableRef, pub village_village_fisher: LootTableRef, pub village_village_savanna_house: LootTableRef, pub village_village_snowy_house: LootTableRef, pub village_village_cartographer: LootTableRef, pub village_village_plains_house: LootTableRef, pub village_village_toolsmith: LootTableRef, pub village_village_mason: LootTableRef, pub village_village_fletcher: LootTableRef, pub jungle_temple_dispenser: LootTableRef, pub stronghold_crossing: LootTableRef,
}

Fields§

§bastion_treasure: LootTableRef§ruined_portal: LootTableRef§bastion_hoglin_stable: LootTableRef§ancient_city_ice_box: LootTableRef§stronghold_corridor: LootTableRef§desert_pyramid: LootTableRef§ancient_city: LootTableRef§underwater_ruin_small: LootTableRef§nether_bridge: LootTableRef§bastion_other: LootTableRef§stronghold_library: LootTableRef§simple_dungeon: LootTableRef§shipwreck_map: LootTableRef§shipwreck_treasure: LootTableRef§abandoned_mineshaft: LootTableRef§spawn_bonus_chest: LootTableRef§shipwreck_supply: LootTableRef§bastion_bridge: LootTableRef§trial_chambers_reward_ominous_rare: LootTableRef§trial_chambers_supply: LootTableRef§trial_chambers_intersection: LootTableRef§trial_chambers_reward_ominous_unique: LootTableRef§trial_chambers_reward_ominous_common: LootTableRef§trial_chambers_reward: LootTableRef§trial_chambers_reward_ominous: LootTableRef§trial_chambers_reward_unique: LootTableRef§trial_chambers_reward_common: LootTableRef§trial_chambers_corridor: LootTableRef§trial_chambers_intersection_barrel: LootTableRef§trial_chambers_entrance: LootTableRef§trial_chambers_reward_rare: LootTableRef§buried_treasure: LootTableRef§woodland_mansion: LootTableRef§igloo_chest: LootTableRef§end_city_treasure: LootTableRef§jungle_temple: LootTableRef§pillager_outpost: LootTableRef§underwater_ruin_big: LootTableRef§village_village_tannery: LootTableRef§village_village_shepherd: LootTableRef§village_village_desert_house: LootTableRef§village_village_taiga_house: LootTableRef§village_village_armorer: LootTableRef§village_village_weaponsmith: LootTableRef§village_village_butcher: LootTableRef§village_village_temple: LootTableRef§village_village_fisher: LootTableRef§village_village_savanna_house: LootTableRef§village_village_snowy_house: LootTableRef§village_village_cartographer: LootTableRef§village_village_plains_house: LootTableRef§village_village_toolsmith: LootTableRef§village_village_mason: LootTableRef§village_village_fletcher: LootTableRef§jungle_temple_dispenser: LootTableRef§stronghold_crossing: LootTableRef

Implementations§

Source§

impl ChestsLootTables

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