java.lang.Object
fr.multimc.api.spigot.common.tools.builders.items.ItemBuilder
fr.multimc.api.spigot.common.tools.builders.items.SkullBuilder

public class SkullBuilder extends ItemBuilder
Create easily a skull.
Since:
04/10/2022
  • Constructor Details

    • SkullBuilder

      public SkullBuilder()
      Create an instance of SkullBuilder based on the ItemBuilder.
    • SkullBuilder

      public SkullBuilder(@NotNull @NotNull org.bukkit.inventory.ItemStack item)
      Create an instance of SkullBuilder based on the ItemBuilder with an existing item.
      Parameters:
      item - Item.
    • SkullBuilder

      public SkullBuilder(int amount)
      Create an instance of SkullBuilder bas on the ItemBuilder with a custom amount.
      Parameters:
      amount - Amount.
  • Method Details

    • setOwningPlayer

      public SkullBuilder setOwningPlayer(@Nullable @Nullable org.bukkit.OfflinePlayer owner)
      Set the skull owner by an offline player (could be connected too).
      Parameters:
      owner - Owning player.
      Returns:
      Current instance of the builder.