Class LootFunction

java.lang.Object
net.minecraft.loot.LootFunction
All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>, ILootFunction, IParameterized
Direct Known Subclasses:
ApplyBonus, CopyBlockState, CopyName, CopyNbt, EnchantRandomly, EnchantWithLevels, ExplorationMap, ExplosionDecay, FillPlayerHead, LimitCount, LootingEnchantBonus, SetAttributes, SetContents, SetCount, SetDamage, SetLootTable, SetLore, SetName, SetNBT, SetStewEffect, Smelt

public abstract class LootFunction extends Object implements ILootFunction