Uses of Class
net.minecraft.loot.LootTable
Packages that use LootTable
Package
Description
The base package for all Minecraft classes.
-
Uses of LootTable in net.minecraft
Fields in net.minecraft with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> class_9652.cThe field for thecrecord component.Methods in net.minecraft that return types with arguments of type LootTableConstructor parameters in net.minecraft with type arguments of type LootTableModifierConstructorDescriptionclass_9652(RegistryKey<LootTable> registryKey, Map<EquipmentSlot, Float> map) -
Uses of LootTable in net.minecraft.advancement
Fields in net.minecraft.advancement with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<RegistryKey<LootTable>> AdvancementRewards.Builder.lootprivate final List<RegistryKey<LootTable>> AdvancementRewards.lootThe field for thelootrecord component.Methods in net.minecraft.advancement that return types with arguments of type LootTableModifier and TypeMethodDescriptionAdvancementRewards.loot()Returns the value of thelootrecord component.Method parameters in net.minecraft.advancement with type arguments of type LootTableModifier and TypeMethodDescriptionAdvancementRewards.Builder.addLoot(RegistryKey<LootTable> loot) static AdvancementRewards.BuilderAdvancementRewards.Builder.loot(RegistryKey<LootTable> loot) Constructor parameters in net.minecraft.advancement with type arguments of type LootTableModifierConstructorDescriptionAdvancementRewards(int experience, List<RegistryKey<LootTable>> list, List<Identifier> list2, Optional<LazyContainer> optional) -
Uses of LootTable in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> PlayerGeneratesContainerLootCriterion.Conditions.lootTableThe field for thelootTablerecord component.Methods in net.minecraft.advancement.criterion that return types with arguments of type LootTableModifier and TypeMethodDescriptionPlayerGeneratesContainerLootCriterion.Conditions.lootTable()Returns the value of thelootTablerecord component.Method parameters in net.minecraft.advancement.criterion with type arguments of type LootTableModifier and TypeMethodDescriptionPlayerGeneratesContainerLootCriterion.Conditions.create(RegistryKey<LootTable> registryKey) booleanPlayerGeneratesContainerLootCriterion.Conditions.test(RegistryKey<LootTable> lootTable) voidPlayerGeneratesContainerLootCriterion.trigger(ServerPlayerEntity player, RegistryKey<LootTable> lootTable) Constructor parameters in net.minecraft.advancement.criterion with type arguments of type LootTableModifierConstructorDescriptionConditions(Optional<LootContextPredicate> playerPredicate, RegistryKey<LootTable> registryKey) -
Uses of LootTable in net.minecraft.block
Fields in net.minecraft.block with type parameters of type LootTableModifier and TypeFieldDescriptionprotected @Nullable RegistryKey<LootTable> AbstractBlock.lootTableKeyTheRegistryKeyof the loot table that determines what this block drops.(package private) RegistryKey<LootTable> AbstractBlock.Settings.lootTableKeyMethods in net.minecraft.block that return types with arguments of type LootTable -
Uses of LootTable in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type LootTableModifier and TypeFieldDescriptionprivate @Nullable RegistryKey<LootTable> BrushableBlockEntity.lootTableprotected @Nullable RegistryKey<LootTable> LootableContainerBlockEntity.lootTableprotected @Nullable RegistryKey<LootTable> DecoratedPotBlockEntity.lootTableIdMethods in net.minecraft.block.entity that return types with arguments of type LootTableModifier and TypeMethodDescriptionDecoratedPotBlockEntity.getLootTable()LootableContainerBlockEntity.getLootTable()Method parameters in net.minecraft.block.entity with type arguments of type LootTableModifier and TypeMethodDescriptionprivate static ItemStackVaultBlockEntity.Server.generateDisplayItem(ServerWorld world, BlockPos pos, RegistryKey<LootTable> lootTable) voidBrushableBlockEntity.setLootTable(RegistryKey<LootTable> lootTable, long seed) voidDecoratedPotBlockEntity.setLootTable(@Nullable RegistryKey<LootTable> lootTable) voidLootableContainerBlockEntity.setLootTable(@Nullable RegistryKey<LootTable> lootTable) -
Uses of LootTable in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> TrialSpawnerConfig.itemsToDropWhenOminousThe field for theitemsToDropWhenOminousrecord component.private final DataPool<RegistryKey<LootTable>> TrialSpawnerConfig.lootTablesToEjectThe field for thelootTablesToEjectrecord component.protected Optional<RegistryKey<LootTable>> TrialSpawnerData.rewardLootTableMethods in net.minecraft.block.spawner that return types with arguments of type LootTableModifier and TypeMethodDescriptionTrialSpawnerConfig.itemsToDropWhenOminous()Returns the value of theitemsToDropWhenOminousrecord component.TrialSpawnerConfig.lootTablesToEject()Returns the value of thelootTablesToEjectrecord component.Method parameters in net.minecraft.block.spawner with type arguments of type LootTableModifier and TypeMethodDescriptionvoidTrialSpawnerLogic.ejectLootTable(ServerWorld world, BlockPos pos, RegistryKey<LootTable> lootTable) Constructor parameters in net.minecraft.block.spawner with type arguments of type LootTableModifierConstructorDescriptionTrialSpawnerConfig(int int2, float float2, float float3, float float4, float float5, int int3, DataPool<MobSpawnerEntry> dataPool, DataPool<RegistryKey<LootTable>> dataPool2, RegistryKey<LootTable> registryKey) -
Uses of LootTable in net.minecraft.block.vault
Fields in net.minecraft.block.vault with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> VaultConfig.lootTableThe field for thelootTablerecord component.private final Optional<RegistryKey<LootTable>> VaultConfig.overrideLootTableToDisplayThe field for theoverrideLootTableToDisplayrecord component.Methods in net.minecraft.block.vault that return types with arguments of type LootTableModifier and TypeMethodDescriptionVaultConfig.lootTable()Returns the value of thelootTablerecord component.VaultConfig.overrideLootTableToDisplay()Returns the value of theoverrideLootTableToDisplayrecord component.Constructor parameters in net.minecraft.block.vault with type arguments of type LootTableModifierConstructorDescriptionVaultConfig(RegistryKey<LootTable> lootTable, double activationRange, double deactivationRange, ItemStack keyItem, Optional<RegistryKey<LootTable>> overrideLootTableToDisplay) VaultConfig(RegistryKey<LootTable> lootTable, double activationRange, double deactivationRange, ItemStack keyItem, Optional<RegistryKey<LootTable>> overrideLootTableToDisplay) VaultConfig(RegistryKey<LootTable> registryKey, double double2, double double3, ItemStack itemStack, Optional<RegistryKey<LootTable>> optional, EntityDetector entityDetector, EntityDetector.Selector selector) VaultConfig(RegistryKey<LootTable> registryKey, double double2, double double3, ItemStack itemStack, Optional<RegistryKey<LootTable>> optional, EntityDetector entityDetector, EntityDetector.Selector selector) -
Uses of LootTable in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type LootTableModifier and TypeMethodDescriptionstatic RegistryEntry<LootTable> RegistryEntryArgumentType.getLootTable(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argument) -
Uses of LootTable in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> ContainerLootComponent.lootTableThe field for thelootTablerecord component.Methods in net.minecraft.component.type that return types with arguments of type LootTableModifier and TypeMethodDescriptionContainerLootComponent.lootTable()Returns the value of thelootTablerecord component.Constructor parameters in net.minecraft.component.type with type arguments of type LootTableModifierConstructorDescriptionContainerLootComponent(RegistryKey<LootTable> registryKey, long long2) -
Uses of LootTable in net.minecraft.data.server.loottable
Fields in net.minecraft.data.server.loottable with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final Set<RegistryKey<LootTable>> LootTableProvider.lootTableIdsprotected final Map<RegistryKey<LootTable>, LootTable.Builder> BlockLootTableGenerator.lootTablesprivate final Map<EntityType<?>, Map<RegistryKey<LootTable>, LootTable.Builder>> EntityLootTableGenerator.lootTablesMethod parameters in net.minecraft.data.server.loottable with type arguments of type LootTableModifier and TypeMethodDescriptionvoidBlockLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidEntityLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) private static IdentifierLootTableProvider.getId(RegistryKey<LootTable> lootTableKey) protected voidEntityLootTableGenerator.register(EntityType<?> entityType, RegistryKey<LootTable> tableKey, LootTable.Builder lootTable) Constructor parameters in net.minecraft.data.server.loottable with type arguments of type LootTableModifierConstructorDescriptionprotectedBlockLootTableGenerator(Set<Item> explosionImmuneItems, FeatureSet requiredFeatures, Map<RegistryKey<LootTable>, LootTable.Builder> lootTables) LootTableProvider(DataOutput output, Set<RegistryKey<LootTable>> lootTableIds, List<LootTableProvider.LootTypeGenerator> lootTypeGenerators, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of LootTable in net.minecraft.data.server.loottable.onetwentyone
Method parameters in net.minecraft.data.server.loottable.onetwentyone with type arguments of type LootTableModifier and TypeMethodDescriptionvoidOneTwentyOneChestLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidOneTwentyOneEquipmentLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidOneTwentyOneShearingLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) -
Uses of LootTable in net.minecraft.data.server.loottable.rebalance
Method parameters in net.minecraft.data.server.loottable.rebalance with type arguments of type LootTableModifier and TypeMethodDescriptionvoidTradeRebalanceChestLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) -
Uses of LootTable in net.minecraft.data.server.loottable.vanilla
Method parameters in net.minecraft.data.server.loottable.vanilla with type arguments of type LootTableModifier and TypeMethodDescriptionvoidVanillaArchaeologyLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidVanillaBarterLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidVanillaChestLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidVanillaEquipmentLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidVanillaFishingLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidVanillaGiftLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) voidVanillaShearingLootTableGenerator.accept(RegistryWrapper.WrapperLookup registryLookup, BiConsumer<RegistryKey<LootTable>, LootTable.Builder> consumer) static voidVanillaChestLootTableGenerator.acceptTrialSpawnerTables(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> exporter) -
Uses of LootTable in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type LootTableMethods in net.minecraft.entity that return types with arguments of type LootTableMethod parameters in net.minecraft.entity with type arguments of type LootTableModifier and TypeMethodDescriptiondefault voidEquipmentHolder.method_59663(RegistryKey<LootTable> registryKey, LootContextParameterSet lootContextParameterSet, Map<EquipmentSlot, Float> map) default voidEquipmentHolder.setEquipmentFromLootTable(RegistryKey<LootTable> registryKey, LootContextParameterSet parameters, long seed, Map<EquipmentSlot, Float> map) -
Uses of LootTable in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type LootTableModifier and TypeFieldDescriptionprivate static final Map<VillagerProfession, RegistryKey<LootTable>> GiveGiftsToHeroTask.GIFTS -
Uses of LootTable in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type LootTableMethods in net.minecraft.entity.mob that return types with arguments of type LootTableModifier and TypeMethodDescriptionfinal RegistryKey<LootTable> MobEntity.getLootTable()protected RegistryKey<LootTable> MobEntity.getLootTableId()Method parameters in net.minecraft.entity.mob with type arguments of type LootTableModifier and TypeMethodDescriptionvoidMobEntity.method_59665(RegistryKey<LootTable> registryKey, Map<EquipmentSlot, Float> map) -
Uses of LootTable in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return types with arguments of type LootTable -
Uses of LootTable in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle with type parameters of type LootTableModifier and TypeFieldDescriptionprivate @Nullable RegistryKey<LootTable> ChestBoatEntity.lootTableprivate @Nullable RegistryKey<LootTable> StorageMinecartEntity.lootTableMethods in net.minecraft.entity.vehicle that return types with arguments of type LootTableModifier and TypeMethodDescriptionChestBoatEntity.getLootTable()StorageMinecartEntity.getLootTable()VehicleInventory.getLootTable()Method parameters in net.minecraft.entity.vehicle with type arguments of type LootTableModifier and TypeMethodDescriptionvoidChestBoatEntity.setLootTable(@Nullable RegistryKey<LootTable> lootTable) voidStorageMinecartEntity.setLootTable(@Nullable RegistryKey<LootTable> lootTable) voidStorageMinecartEntity.setLootTable(RegistryKey<LootTable> lootTable, long lootSeed) voidVehicleInventory.setLootTable(@Nullable RegistryKey<LootTable> lootTable) -
Uses of LootTable in net.minecraft.inventory
Methods in net.minecraft.inventory that return types with arguments of type LootTableMethod parameters in net.minecraft.inventory with type arguments of type LootTableModifier and TypeMethodDescriptionvoidLootableInventory.setLootTable(@Nullable RegistryKey<LootTable> lootTable) default voidLootableInventory.setLootTable(RegistryKey<LootTable> lootTableId, long lootTableSeed) Sets the loot table and seed at once.static voidLootableInventory.setLootTable(BlockView world, Random random, BlockPos pos, RegistryKey<LootTable> lootTableId) Queries the block entity atpos, checks if it is aLootableInventory, and sets the loot table and seed if applicable. -
Uses of LootTable in net.minecraft.loot
Fields in net.minecraft.loot declared as LootTableFields in net.minecraft.loot with type parameters of type LootTableModifier and TypeFieldDescriptionstatic final RegistryKey<LootTable> LootTables.ABANDONED_MINESHAFT_CHESTstatic final RegistryKey<LootTable> LootTables.ANCIENT_CITY_CHESTstatic final RegistryKey<LootTable> LootTables.ANCIENT_CITY_ICE_BOX_CHESTstatic final RegistryKey<LootTable> LootTables.BASTION_BRIDGE_CHESTstatic final RegistryKey<LootTable> LootTables.BASTION_HOGLIN_STABLE_CHESTstatic final RegistryKey<LootTable> LootTables.BASTION_OTHER_CHESTstatic final RegistryKey<LootTable> LootTables.BASTION_TREASURE_CHESTstatic final RegistryKey<LootTable> LootTables.BLACK_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.BLUE_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.BOGGED_SHEARINGstatic final RegistryKey<LootTable> LootTables.BROWN_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.BURIED_TREASURE_CHESTstatic final RegistryKey<LootTable> LootTables.CAT_MORNING_GIFT_GAMEPLAYstatic final com.mojang.serialization.Codec<LootTable> LootTable.CODECstatic final RegistryKey<LootTable> LootTables.CYAN_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.DESERT_PYRAMID_ARCHAEOLOGYstatic final RegistryKey<LootTable> LootTables.DESERT_PYRAMID_CHESTstatic final RegistryKey<LootTable> LootTables.DESERT_WELL_ARCHAEOLOGYstatic final RegistryKey<LootTable> LootTables.EMPTYstatic final RegistryKey<LootTable> LootTables.END_CITY_TREASURE_CHESTstatic final com.mojang.serialization.Codec<RegistryEntry<LootTable>> LootTable.ENTRY_CODECstatic final RegistryKey<LootTable> LootTables.FISHING_FISH_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.FISHING_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.FISHING_JUNK_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.FISHING_TREASURE_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.GRAY_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.GREEN_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_ARMORER_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_BUTCHER_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> static final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_CLERIC_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_FARMER_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_FISHERMAN_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_FLETCHER_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> static final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_LIBRARIAN_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_MASON_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_SHEPHERD_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_TOOLSMITH_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> static final RegistryKey<LootTable> LootTables.IGLOO_CHEST_CHESTstatic final RegistryKey<LootTable> LootTables.JUNGLE_TEMPLE_CHESTstatic final RegistryKey<LootTable> LootTables.JUNGLE_TEMPLE_DISPENSER_CHESTstatic final RegistryKey<LootTable> LootTables.LIGHT_BLUE_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.LIGHT_GRAY_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.LIME_SHEEP_ENTITYstatic final LootDataType<LootTable> LootDataType.LOOT_TABLESprivate static final Set<RegistryKey<LootTable>> LootTables.LOOT_TABLESprivate static final Set<RegistryKey<LootTable>> LootTables.LOOT_TABLES_READ_ONLYstatic final RegistryKey<LootTable> LootTables.MAGENTA_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.NETHER_BRIDGE_CHESTstatic final RegistryKey<LootTable> LootTables.OCEAN_RUIN_COLD_ARCHAEOLOGYstatic final RegistryKey<LootTable> LootTables.OCEAN_RUIN_WARM_ARCHAEOLOGYstatic final RegistryKey<LootTable> LootTables.OMINOUS_TRIAL_CHAMBER_CONSUMABLES_SPAWNERstatic final RegistryKey<LootTable> LootTables.OMINOUS_TRIAL_CHAMBER_KEY_SPAWNERstatic final RegistryKey<LootTable> LootTables.ORANGE_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.PANDA_SNEEZE_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.PIGLIN_BARTERING_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.PILLAGER_OUTPOST_CHESTstatic final RegistryKey<LootTable> LootTables.PINK_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.PURPLE_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.RED_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.RUINED_PORTAL_CHESTstatic final RegistryKey<LootTable> LootTables.SHIPWRECK_MAP_CHESTstatic final RegistryKey<LootTable> LootTables.SHIPWRECK_SUPPLY_CHESTstatic final RegistryKey<LootTable> LootTables.SHIPWRECK_TREASURE_CHESTstatic final RegistryKey<LootTable> LootTables.SIMPLE_DUNGEON_CHESTstatic final RegistryKey<LootTable> LootTables.SNIFFER_DIGGING_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.SPAWN_BONUS_CHESTstatic final RegistryKey<LootTable> LootTables.STRONGHOLD_CORRIDOR_CHESTstatic final RegistryKey<LootTable> LootTables.STRONGHOLD_CROSSING_CHESTstatic final RegistryKey<LootTable> LootTables.STRONGHOLD_LIBRARY_CHESTstatic final RegistryKey<LootTable> LootTables.TRAIL_RUINS_COMMON_ARCHAEOLOGYstatic final RegistryKey<LootTable> LootTables.TRAIL_RUINS_RARE_ARCHAEOLOGYstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBER_CONSUMABLES_SPAWNERstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBER_EQUIPMENTstatic final RegistryKey<LootTable> static final RegistryKey<LootTable> LootTables.TRIAL_CHAMBER_KEY_SPAWNERstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBER_MELEE_EQUIPMENTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBER_RANGED_EQUIPMENTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_CHAMBER_DISPENSERstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_CORRIDOR_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_CORRIDOR_DISPENSERstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_CORRIDOR_POTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_ENTRANCE_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_INTERSECTION_BARREL_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_INTERSECTION_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_COMMON_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_OMINOUS_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_OMINOUS_COMMON_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_OMINOUS_RARE_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_OMINOUS_UNIQUE_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_RARE_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_REWARD_UNIQUE_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_SUPPLY_CHESTstatic final RegistryKey<LootTable> LootTables.TRIAL_CHAMBERS_WATER_DISPENSERstatic final RegistryKey<LootTable> LootTables.UNDERWATER_RUIN_BIG_CHESTstatic final RegistryKey<LootTable> LootTables.UNDERWATER_RUIN_SMALL_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_ARMORER_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_BUTCHER_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_CARTOGRAPHER_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_DESERT_HOUSE_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_FISHER_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_FLETCHER_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_MASON_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_PLAINS_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_SAVANNA_HOUSE_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_SHEPARD_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_SNOWY_HOUSE_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_TAIGA_HOUSE_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_TANNERY_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_TEMPLE_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_TOOLSMITH_CHESTstatic final RegistryKey<LootTable> LootTables.VILLAGE_WEAPONSMITH_CHESTstatic final RegistryKey<LootTable> LootTables.WHITE_SHEEP_ENTITYstatic final RegistryKey<LootTable> LootTables.WOODLAND_MANSION_CHESTstatic final RegistryKey<LootTable> LootTables.YELLOW_SHEEP_ENTITYMethods in net.minecraft.loot that return LootTableMethods in net.minecraft.loot that return types with arguments of type LootTableModifier and TypeMethodDescriptionstatic Set<RegistryKey<LootTable>> LootTables.getAll()private static RegistryKey<LootTable> private static RegistryKey<LootTable> LootTables.registerLootTable(RegistryKey<LootTable> key) private static LootDataType.Validator<LootTable> LootDataType.tableValidator()Method parameters in net.minecraft.loot with type arguments of type LootTableModifier and TypeMethodDescriptionprivate static RegistryKey<LootTable> LootTables.registerLootTable(RegistryKey<LootTable> key) -
Uses of LootTable in net.minecraft.loot.context
Methods in net.minecraft.loot.context that return types with arguments of type LootTableMethods in net.minecraft.loot.context with parameters of type LootTable -
Uses of LootTable in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final com.mojang.datafixers.util.Either<RegistryKey<LootTable>, LootTable> LootTableEntry.valueprivate final com.mojang.datafixers.util.Either<RegistryKey<LootTable>, LootTable> LootTableEntry.valueMethods in net.minecraft.loot.entry with parameters of type LootTableMethod parameters in net.minecraft.loot.entry with type arguments of type LootTableModifier and TypeMethodDescriptionstatic LeafEntry.Builder<?> LootTableEntry.builder(RegistryKey<LootTable> key) Constructor parameters in net.minecraft.loot.entry with type arguments of type LootTableModifierConstructorDescriptionprivateLootTableEntry(com.mojang.datafixers.util.Either<RegistryKey<LootTable>, LootTable> value, int weight, int quality, List<LootCondition> conditions, List<LootFunction> functions) privateLootTableEntry(com.mojang.datafixers.util.Either<RegistryKey<LootTable>, LootTable> value, int weight, int quality, List<LootCondition> conditions, List<LootFunction> functions) -
Uses of LootTable in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> SetLootTableLootFunction.lootTableMethod parameters in net.minecraft.loot.function with type arguments of type LootTableModifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?> SetLootTableLootFunction.builder(BlockEntityType<?> type, RegistryKey<LootTable> lootTable) static ConditionalLootFunction.Builder<?> SetLootTableLootFunction.builder(BlockEntityType<?> type, RegistryKey<LootTable> lootTable, long seed) Constructor parameters in net.minecraft.loot.function with type arguments of type LootTableModifierConstructorDescriptionprivateSetLootTableLootFunction(List<LootCondition> conditions, RegistryKey<LootTable> lootTable, long seed, RegistryEntry<BlockEntityType<?>> blockEntityType) -
Uses of LootTable in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type LootTableModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<LootTable>> RegistryKeys.LOOT_TABLEMethods in net.minecraft.registry that return LootTableModifier and TypeMethodDescriptionReloadableRegistries.Lookup.getLootTable(RegistryKey<LootTable> key) Method parameters in net.minecraft.registry with type arguments of type LootTableModifier and TypeMethodDescriptionReloadableRegistries.Lookup.getLootTable(RegistryKey<LootTable> key) -
Uses of LootTable in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type LootTableModifier and TypeMethodDescriptionprivate static intLootCommand.executeFish(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryEntry<LootTable> lootTable, BlockPos pos, ItemStack stack, LootCommand.Target constructor) private static intLootCommand.executeLoot(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryEntry<LootTable> lootTable, LootCommand.Target constructor) private static intLootCommand.getFeedbackMessageSingle(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryEntry<LootTable> lootTable, LootContextParameterSet lootContextParameters, LootCommand.Target constructor) private static voidLootCommand.sendDroppedFeedback(ServerCommandSource source, List<ItemStack> stacks, RegistryKey<LootTable> lootTable) -
Uses of LootTable in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type LootTableModifier and TypeFieldDescription(package private) static final Map<String, RegistryKey<LootTable>> ShipwreckGenerator.LOOT_TABLESMethod parameters in net.minecraft.structure with type arguments of type LootTableModifier and TypeMethodDescriptionprotected booleanMineshaftGenerator.MineshaftCorridor.addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, RegistryKey<LootTable> lootTable) protected booleanStructurePiece.addChest(ServerWorldAccess world, BlockBox boundingBox, Random random, BlockPos pos, RegistryKey<LootTable> lootTable, @Nullable BlockState block) protected booleanStructurePiece.addChest(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, RegistryKey<LootTable> lootTable) protected booleanStructurePiece.addDispenser(StructureWorldAccess world, BlockBox boundingBox, Random random, int x, int y, int z, Direction facing, RegistryKey<LootTable> lootTable) private static StructureProcessorOceanRuinGenerator.createArchaeologyStructureProcessor(Block baseBlock, Block suspiciousBlock, RegistryKey<LootTable> lootTable) -
Uses of LootTable in net.minecraft.structure.processor
Method parameters in net.minecraft.structure.processor with type arguments of type LootTableModifier and TypeMethodDescriptionprivate static CappedStructureProcessorStructureProcessorLists.createTrailRuinsTowerTopProcessor(RegistryKey<LootTable> lootTable, int limit) -
Uses of LootTable in net.minecraft.structure.rule.blockentity
Fields in net.minecraft.structure.rule.blockentity with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> AppendLootRuleBlockEntityModifier.lootTableConstructor parameters in net.minecraft.structure.rule.blockentity with type arguments of type LootTableModifierConstructorDescriptionAppendLootRuleBlockEntityModifier(RegistryKey<LootTable> lootTable)