Uses of Class
xyz.xenondevs.invui.util.MojangApiUtils.MojangApiException
Packages that use MojangApiUtils.MojangApiException
-
Uses of MojangApiUtils.MojangApiException in xyz.xenondevs.invui.item.builder
Methods in xyz.xenondevs.invui.item.builder that throw MojangApiUtils.MojangApiExceptionModifier 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 that throw MojangApiUtils.MojangApiExceptionModifierConstructorDescriptionSkullBuilder
(@NotNull String username) Deprecated.Prefer usingSkullBuilder(HeadTexture)
with a hardcoded texture value instead of querying the Mojang API.SkullBuilder
(@NotNull UUID uuid) Deprecated.Prefer usingSkullBuilder(HeadTexture)
with a hardcoded texture value instead of querying the Mojang API. -
Uses of MojangApiUtils.MojangApiException in xyz.xenondevs.invui.util
Methods in xyz.xenondevs.invui.util that throw MojangApiUtils.MojangApiExceptionModifier and TypeMethodDescriptionstatic UUID
MojangApiUtils.getCurrentUuid
(String name) Deprecated.static String[]
MojangApiUtils.getSkinData
(UUID uuid, boolean requestSignature) Deprecated.static UUID
MojangApiUtils.getUuidAtTime
(String name, long timestamp) Deprecated.
HeadTexture(String)
with a hardcoded texture value instead of querying the Mojang API.