Uses of Class
xyz.xenondevs.invui.item.builder.SkullBuilder.HeadTexture
Packages that use SkullBuilder.HeadTexture
-
Uses of SkullBuilder.HeadTexture in xyz.xenondevs.invui.item.builder
Methods in xyz.xenondevs.invui.item.builder that return SkullBuilder.HeadTextureModifier and TypeMethodDescriptionstatic @NotNull SkullBuilder.HeadTexture
Deprecated.static @NotNull SkullBuilder.HeadTexture
Deprecated.Prefer usingHeadTexture(String)
with a hardcoded texture value instead of querying the Mojang API.static @NotNull SkullBuilder.HeadTexture
SkullBuilder.HeadTexture.of
(@NotNull org.bukkit.OfflinePlayer offlinePlayer) Deprecated.Prefer usingHeadTexture(String)
with a hardcoded texture value instead of querying the Mojang API.Constructors in xyz.xenondevs.invui.item.builder with parameters of type SkullBuilder.HeadTextureModifierConstructorDescriptionSkullBuilder
(@NotNull SkullBuilder.HeadTexture headTexture) Create aSkullBuilder
with aSkullBuilder.HeadTexture
.
HeadTexture(String)
with a hardcoded texture value instead of querying the Mojang API.