Class SkullBuilder

java.lang.Object
dev.triumphteam.gui.builder.item.BaseItemBuilder<SkullBuilder>
dev.triumphteam.gui.builder.item.SkullBuilder

public final class SkullBuilder
extends BaseItemBuilder<SkullBuilder>
New builder for skull only, created to separate the specific features for skulls Soon I'll add more useful features to this builder
  • Method Details

    • texture

      public SkullBuilder texture​(@NotNull @NotNull java.lang.String texture)
      Sets the skull texture using a BASE64 string
      Parameters:
      texture - The base64 texture
      Returns:
      SkullBuilder
    • owner

      public SkullBuilder owner​(@NotNull @NotNull org.bukkit.OfflinePlayer player)
      Sets skull owner via bukkit methods
      Parameters:
      player - OfflinePlayer to set skull of
      Returns:
      SkullBuilder