Interface AccessorLootTable
public interface AccessorLootTable
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.storage.loot.functions.LootItemFunction[]voidhex$setCompositeFunction(BiFunction<net.minecraft.world.item.ItemStack, net.minecraft.world.level.storage.loot.LootContext, net.minecraft.world.item.ItemStack> bf) voidhex$setFunctions(net.minecraft.world.level.storage.loot.functions.LootItemFunction[] lifs)
-
Method Details
-
hex$getFunctions
net.minecraft.world.level.storage.loot.functions.LootItemFunction[] hex$getFunctions() -
hex$setFunctions
void hex$setFunctions(net.minecraft.world.level.storage.loot.functions.LootItemFunction[] lifs) -
hex$setCompositeFunction
void hex$setCompositeFunction(BiFunction<net.minecraft.world.item.ItemStack, net.minecraft.world.level.storage.loot.LootContext, net.minecraft.world.item.ItemStack> bf)
-