Class SkullBuilder
java.lang.Object
fr.multimc.api.spigot.common.tools.builders.items.ItemBuilder
fr.multimc.api.spigot.common.tools.builders.items.SkullBuilder
Create easily a skull.
- Since:
- 04/10/2022
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance of SkullBuilder based on the ItemBuilder.SkullBuilder
(int amount) Create an instance of SkullBuilder bas on the ItemBuilder with a custom amount.SkullBuilder
(@NotNull org.bukkit.inventory.ItemStack item) Create an instance of SkullBuilder based on the ItemBuilder with an existing item. -
Method Summary
Modifier and TypeMethodDescriptionsetOwningPlayer
(@Nullable org.bukkit.OfflinePlayer owner) Set the skull owner by an offline player (could be connected too).Methods inherited from class fr.multimc.api.spigot.common.tools.builders.items.ItemBuilder
addEnchantment, addEnchantments, addFlags, applyMeta, build, getMeta, removeAllEnchantments, removeEnchantment, removeEnchantments, removeEnchantments, removeFlags, setCustomModelData, setLegacyLore, setLegacyLore, setLegacyName, setLore, setLore, setName, setUnbreakable
-
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
Set the skull owner by an offline player (could be connected too).- Parameters:
owner
- Owning player.- Returns:
- Current instance of the builder.
-