Class ItemModelData
java.lang.Object
com.ticxo.modelengine.api.generator.assets.ItemModelData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic classstatic final recordstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()Collection<org.bukkit.inventory.ItemStack>Set<org.bukkit.inventory.ItemStack>createItemStack(@Nullable ItemModelData.Context context) booleanvoidsetSingleComposite(ItemModelData.SingleComposite singleComposite) voidsetTranslucent(boolean isTranslucent)
-
Constructor Details
-
ItemModelData
public ItemModelData()
-
-
Method Details
-
context
-
createItemStack
-
createItemStack
public Set<org.bukkit.inventory.ItemStack> createItemStack(@Nullable @Nullable ItemModelData.Context context) -
getMultiModels
-
getSingleComposite
-
isTranslucent
public boolean isTranslucent() -
setSingleComposite
-
setTranslucent
public void setTranslucent(boolean isTranslucent)
-