LuaItemDurabilityTable

public final class LuaItemDurabilityTable

Shared durability operations; the host resolves and commits the actual item.

Functions

Link copied to clipboard
public static void attach(LuaTable table, Supplier<ItemStack> read, Function<UnaryOperator<ItemStack>, Boolean> update)