Uses of Class
net.minecraft.loot.LootTable
Packages that use LootTable
Package
Description
-
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<RegistryKey<Recipe<?>>> 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 TypeFieldDescriptionprivate RegistryKeyedValue<Block, Optional<RegistryKey<LootTable>>> AbstractBlock.Settings.lootTableprotected final Optional<RegistryKey<LootTable>> AbstractBlock.lootTableKeyTheRegistryKeyof the loot table that determines what this block drops.Methods in net.minecraft.block that return types with arguments of type LootTableModifier and TypeMethodDescriptionfinal Optional<RegistryKey<LootTable>> AbstractBlock.getLootTableKey()protected Optional<RegistryKey<LootTable>> AbstractBlock.Settings.getLootTableKey()Method parameters in net.minecraft.block with type arguments of type LootTableModifier and TypeMethodDescriptionAbstractBlock.Settings.lootTable(Optional<RegistryKey<LootTable>> lootTableKey) -
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 RegistryKey<LootTable> TrialSpawnerConfig.Builder.itemsToDropWhenOminousprivate final RegistryKey<LootTable> TrialSpawnerConfig.itemsToDropWhenOminousThe field for theitemsToDropWhenOminousrecord component.private Pool<RegistryKey<LootTable>> TrialSpawnerConfig.Builder.lootTablesToEjectprivate final Pool<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 TypeMethodDescriptionprivate static <T extends Entity>
MobSpawnerEntryTrialSpawnerConfigs.createEntry(EntityType<T> entityType, Consumer<NbtCompound> nbtConsumer, @Nullable RegistryKey<LootTable> equipmentTable) private static <T extends Entity>
MobSpawnerEntryTrialSpawnerConfigs.createEntry(EntityType<T> entityType, RegistryKey<LootTable> equipmentTable) voidTrialSpawnerLogic.ejectLootTable(ServerWorld world, BlockPos pos, RegistryKey<LootTable> lootTable) TrialSpawnerConfig.Builder.itemsToDropWhenOminous(RegistryKey<LootTable> itemsToDropWhenOminous) TrialSpawnerConfig.Builder.lootTablesToEject(Pool<RegistryKey<LootTable>> lootTablesToEject) 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, Pool<MobSpawnerEntry> pool, Pool<RegistryKey<LootTable>> pool2, 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.loottable
Fields in net.minecraft.data.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.loottable with type arguments of type LootTableModifier and TypeMethodDescriptionvoidBlockLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidEntityLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) static LootPool.BuilderEntityLootTableGenerator.createForSheep(Map<DyeColor, RegistryKey<LootTable>> colorLootTables) private static IdentifierLootTableProvider.getId(RegistryKey<LootTable> lootTableKey) protected voidEntityLootTableGenerator.register(EntityType<?> entityType, RegistryKey<LootTable> tableKey, LootTable.Builder lootTable) Constructor parameters in net.minecraft.data.loottable with type arguments of type LootTableModifierConstructorDescriptionprotectedBlockLootTableGenerator(Set<Item> explosionImmuneItems, FeatureSet requiredFeatures, Map<RegistryKey<LootTable>, LootTable.Builder> lootTables, RegistryWrapper.WrapperLookup registries) LootTableProvider(DataOutput output, Set<RegistryKey<LootTable>> lootTableIds, List<LootTableProvider.LootTypeGenerator> lootTypeGenerators, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of LootTable in net.minecraft.data.loottable.rebalance
Method parameters in net.minecraft.data.loottable.rebalance with type arguments of type LootTableModifier and TypeMethodDescriptionvoidTradeRebalanceChestLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) -
Uses of LootTable in net.minecraft.data.loottable.vanilla
Method parameters in net.minecraft.data.loottable.vanilla with type arguments of type LootTableModifier and TypeMethodDescriptionvoidVanillaArchaeologyLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaBarterLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaChestLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaEquipmentLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaFishingLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaGiftLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaShearingLootTableGenerator.accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) voidVanillaChestLootTableGenerator.acceptTrialSpawnerTables(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) -
Uses of LootTable in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type LootTableModifier and TypeFieldDescriptionprivate RegistryKeyedValue<EntityType<?>, Optional<RegistryKey<LootTable>>> EntityType.Builder.lootTableprivate final RegistryKey<LootTable> EquipmentTable.lootTableThe field for thelootTablerecord component.private final Optional<RegistryKey<LootTable>> EntityType.lootTableKeyMethods in net.minecraft.entity that return types with arguments of type LootTableModifier and TypeMethodDescriptionEntity.getLootTableKey()EntityType.getLootTableKey()EquipmentTable.lootTable()Returns the value of thelootTablerecord component.Method parameters in net.minecraft.entity with type arguments of type LootTableModifier and TypeMethodDescriptionprotected booleanLivingEntity.forEachGeneratedItem(ServerWorld world, RegistryKey<LootTable> lootTableKey, Function<LootWorldContext.Builder, LootWorldContext> lootContextParametersFactory, BiConsumer<ServerWorld, ItemStack> lootConsumer) booleanLivingEntity.forEachGiftedItem(ServerWorld world, RegistryKey<LootTable> lootTableKey, BiConsumer<ServerWorld, ItemStack> lootConsumer) protected voidLivingEntity.forEachShearedItem(ServerWorld world, RegistryKey<LootTable> lootTableKey, ItemStack tool, BiConsumer<ServerWorld, ItemStack> lootConsumer) default voidEquipmentHolder.setEquipmentFromTable(RegistryKey<LootTable> lootTable, LootWorldContext parameters, long seed, Map<EquipmentSlot, Float> slotDropChances) default voidEquipmentHolder.setEquipmentFromTable(RegistryKey<LootTable> lootTable, LootWorldContext parameters, Map<EquipmentSlot, Float> slotDropChances) Constructor parameters in net.minecraft.entity with type arguments of type LootTableModifierConstructorDescriptionEntityType(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, float spawnBoxScale, int maxTrackDistance, int trackTickInterval, String translationKey, Optional<RegistryKey<LootTable>> lootTable, FeatureSet requiredFeatures) EquipmentTable(RegistryKey<LootTable> lootTable, float slotDropChances) EquipmentTable(RegistryKey<LootTable> registryKey, 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<RegistryKey<VillagerProfession>, RegistryKey<LootTable>> GiveGiftsToHeroTask.GIFTSMethods in net.minecraft.entity.ai.brain.task that return types with arguments of type LootTableModifier and TypeMethodDescriptionprivate static RegistryKey<LootTable> GiveGiftsToHeroTask.getGiftLootTable(VillagerEntity villager) -
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 Optional<RegistryKey<LootTable>> MobEntity.getLootTableKey()Method parameters in net.minecraft.entity.mob with type arguments of type LootTableModifier and TypeMethodDescriptionvoidMobEntity.setEquipmentFromTable(RegistryKey<LootTable> lootTable, Map<EquipmentSlot, Float> slotDropChances) -
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> AbstractChestBoatEntity.lootTableprivate @Nullable RegistryKey<LootTable> StorageMinecartEntity.lootTableMethods in net.minecraft.entity.vehicle that return types with arguments of type LootTableModifier and TypeMethodDescriptionAbstractChestBoatEntity.getLootTable()StorageMinecartEntity.getLootTable()VehicleInventory.getLootTable()Method parameters in net.minecraft.entity.vehicle with type arguments of type LootTableModifier and TypeMethodDescriptionvoidAbstractChestBoatEntity.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.ARMADILLO_SHED_GAMEPLAYstatic 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.BOGGED_SHEARINGstatic final RegistryKey<LootTable> LootTables.BURIED_TREASURE_CHESTstatic final RegistryKey<LootTable> LootTables.CAT_MORNING_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.CHICKEN_LAY_GAMEPLAYstatic final com.mojang.serialization.Codec<LootTable> LootTable.CODECstatic 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.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.HERO_OF_THE_VILLAGE_ARMORER_GIFT_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.HERO_OF_THE_VILLAGE_BABY_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> LootTables.HERO_OF_THE_VILLAGE_UNEMPLOYED_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 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.MOOSHROOM_BROWN_SHEARINGstatic final RegistryKey<LootTable> LootTables.MOOSHROOM_RED_SHEARINGstatic final RegistryKey<LootTable> LootTables.MOOSHROOM_SHEARINGstatic 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.PANDA_SNEEZE_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.PIGLIN_BARTERING_GAMEPLAYstatic final RegistryKey<LootTable> LootTables.PILLAGER_OUTPOST_CHESTstatic final RegistryKey<LootTable> LootTables.RUINED_PORTAL_CHESTstatic final Map<DyeColor, RegistryKey<LootTable>> LootTables.SHEEP_DROPS_FROM_DYE_COLORstatic final RegistryKey<LootTable> LootTables.SHEEP_SHEARINGstatic final Map<DyeColor, RegistryKey<LootTable>> LootTables.SHEEP_SHEARING_FROM_DYE_COLORstatic 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.SNOW_GOLEM_SHEARINGstatic 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 com.mojang.serialization.Codec<RegistryKey<LootTable>> LootTable.TABLE_KEYstatic 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.WOODLAND_MANSION_CHESTMethods 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 Map<DyeColor, RegistryKey<LootTable>> LootTables.registerAllDyeColors(String prefix) 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, LootWorldContext 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)