createSkinItem

@NotNull
open fun createSkinItem(@NotNull model: @NotNull String, @NotNull floats: @NotNull List<Float>, @NotNull flags: @NotNull List<Boolean>, @NotNull strings: @NotNull List<String>, @NotNull colors: @NotNull List<Integer>): @NotNull TransformedItemStack

Creates a custom skin item stack.

Return

the transformed item stack

Since

1.15.2

Parameters

model

the model name

floats

a list of floats

flags

a list of flags

strings

a list of strings

colors

a list of colors