Class CustomHatItem.Builder

java.lang.Object
com.github.imdabigboss.easydatapack.api.items.CustomItem.Builder
com.github.imdabigboss.easydatapack.api.items.CustomHatItem.Builder
Enclosing class:
CustomHatItem

public static class CustomHatItem.Builder extends CustomItem.Builder
This class represents a builder for a custom hat item.
  • Constructor Details

    • Builder

      public Builder(int customModelData, @NonNull String namespaceKey, @NonNull String name, @NonNull org.bukkit.Material baseMaterial)
      Creates a new builder for a custom hat item.
      Parameters:
      customModelData - the custom model data of the item
      namespaceKey - the namespace key of the item
      name - the name of the item
      baseMaterial - the base material of the item
  • Method Details