Interface ILootFunction

All Superinterfaces:
BiFunction<ItemStack,LootContext,ItemStack>, IParameterized
All Known Implementing Classes:
ApplyBonus, CopyBlockState, CopyName, CopyNbt, EnchantRandomly, EnchantWithLevels, ExplorationMap, ExplosionDecay, FillPlayerHead, LimitCount, LootFunction, LootingEnchantBonus, SetAttributes, SetContents, SetCount, SetDamage, SetLootTable, SetLore, SetName, SetNBT, SetStewEffect, Smelt

public interface ILootFunction extends IParameterized, BiFunction<ItemStack,LootContext,ItemStack>