pub struct ChestsLootTables {Show 56 fields
pub ruined_portal: LootTableRef,
pub bastion_treasure: LootTableRef,
pub jungle_temple_dispenser: LootTableRef,
pub stronghold_crossing: LootTableRef,
pub end_city_treasure: LootTableRef,
pub desert_pyramid: LootTableRef,
pub underwater_ruin_small: LootTableRef,
pub village_village_plains_house: LootTableRef,
pub village_village_desert_house: LootTableRef,
pub village_village_savanna_house: LootTableRef,
pub village_village_fisher: LootTableRef,
pub village_village_tannery: LootTableRef,
pub village_village_mason: LootTableRef,
pub village_village_armorer: LootTableRef,
pub village_village_snowy_house: LootTableRef,
pub village_village_shepherd: LootTableRef,
pub village_village_taiga_house: LootTableRef,
pub village_village_butcher: LootTableRef,
pub village_village_weaponsmith: LootTableRef,
pub village_village_fletcher: LootTableRef,
pub village_village_cartographer: LootTableRef,
pub village_village_temple: LootTableRef,
pub village_village_toolsmith: LootTableRef,
pub simple_dungeon: LootTableRef,
pub nether_bridge: LootTableRef,
pub spawn_bonus_chest: LootTableRef,
pub ancient_city: LootTableRef,
pub bastion_other: LootTableRef,
pub shipwreck_supply: LootTableRef,
pub stronghold_library: LootTableRef,
pub shipwreck_map: LootTableRef,
pub abandoned_mineshaft: LootTableRef,
pub jungle_temple: LootTableRef,
pub ancient_city_ice_box: LootTableRef,
pub woodland_mansion: LootTableRef,
pub buried_treasure: LootTableRef,
pub igloo_chest: LootTableRef,
pub shipwreck_treasure: LootTableRef,
pub underwater_ruin_big: LootTableRef,
pub bastion_bridge: LootTableRef,
pub bastion_hoglin_stable: LootTableRef,
pub trial_chambers_corridor: LootTableRef,
pub trial_chambers_reward_rare: LootTableRef,
pub trial_chambers_entrance: LootTableRef,
pub trial_chambers_supply: LootTableRef,
pub trial_chambers_reward: LootTableRef,
pub trial_chambers_intersection: LootTableRef,
pub trial_chambers_reward_ominous: LootTableRef,
pub trial_chambers_intersection_barrel: LootTableRef,
pub trial_chambers_reward_unique: LootTableRef,
pub trial_chambers_reward_ominous_unique: LootTableRef,
pub trial_chambers_reward_ominous_common: LootTableRef,
pub trial_chambers_reward_ominous_rare: LootTableRef,
pub trial_chambers_reward_common: LootTableRef,
pub stronghold_corridor: LootTableRef,
pub pillager_outpost: LootTableRef,
}Fields§
§ruined_portal: LootTableRef§bastion_treasure: LootTableRef§jungle_temple_dispenser: LootTableRef§stronghold_crossing: LootTableRef§end_city_treasure: LootTableRef§desert_pyramid: LootTableRef§underwater_ruin_small: LootTableRef§village_village_plains_house: LootTableRef§village_village_desert_house: LootTableRef§village_village_savanna_house: LootTableRef§village_village_fisher: LootTableRef§village_village_tannery: LootTableRef§village_village_mason: LootTableRef§village_village_armorer: LootTableRef§village_village_snowy_house: LootTableRef§village_village_shepherd: LootTableRef§village_village_taiga_house: LootTableRef§village_village_butcher: LootTableRef§village_village_weaponsmith: LootTableRef§village_village_fletcher: LootTableRef§village_village_cartographer: LootTableRef§village_village_temple: LootTableRef§village_village_toolsmith: LootTableRef§simple_dungeon: LootTableRef§nether_bridge: LootTableRef§spawn_bonus_chest: LootTableRef§ancient_city: LootTableRef§bastion_other: LootTableRef§shipwreck_supply: LootTableRef§stronghold_library: LootTableRef§shipwreck_map: LootTableRef§abandoned_mineshaft: LootTableRef§jungle_temple: LootTableRef§ancient_city_ice_box: LootTableRef§woodland_mansion: LootTableRef§buried_treasure: LootTableRef§igloo_chest: LootTableRef§shipwreck_treasure: LootTableRef§underwater_ruin_big: LootTableRef§bastion_bridge: LootTableRef§bastion_hoglin_stable: LootTableRef§trial_chambers_corridor: LootTableRef§trial_chambers_reward_rare: LootTableRef§trial_chambers_entrance: LootTableRef§trial_chambers_supply: LootTableRef§trial_chambers_reward: LootTableRef§trial_chambers_intersection: LootTableRef§trial_chambers_reward_ominous: LootTableRef§trial_chambers_intersection_barrel: LootTableRef§trial_chambers_reward_unique: LootTableRef§trial_chambers_reward_ominous_unique: LootTableRef§trial_chambers_reward_ominous_common: LootTableRef§trial_chambers_reward_ominous_rare: LootTableRef§trial_chambers_reward_common: LootTableRef§stronghold_corridor: LootTableRef§pillager_outpost: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for ChestsLootTables
impl RefUnwindSafe for ChestsLootTables
impl Send for ChestsLootTables
impl Sync for ChestsLootTables
impl Unpin for ChestsLootTables
impl UnsafeUnpin for ChestsLootTables
impl UnwindSafe for ChestsLootTables
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<>>