Class EnchantmentsKt
-
- All Implemented Interfaces:
public final class EnchantmentsKt
-
-
Method Summary
Modifier and Type Method Description final static ItemEnchantmentsbuildEnchantments(ItemEnchantments parent, Function1<ItemEnchantments.Mutable, Unit> builderAction)新しいItemEnchantmentsのインスタンスを作成します。 -
-
Method Detail
-
buildEnchantments
final static ItemEnchantments buildEnchantments(ItemEnchantments parent, Function1<ItemEnchantments.Mutable, Unit> builderAction)
新しいItemEnchantmentsのインスタンスを作成します。
- Parameters:
builderAction- ItemEnchantmentsの値を指定するブロック- Since:
0.8.0
-
-
-
-