Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.scripting.tables
/
LuaItemDurabilityTable
/
attach
attach
public
static
void
attach
(
LuaTable
table
,
Supplier
<
ItemStack
>
read
,
Function
<
UnaryOperator
<
ItemStack
>
,
Boolean
>
update
)