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
Retrieves theSkullBuilder.HeadTexture
from the username of the skull owner.static @NotNull SkullBuilder.HeadTexture
Retrieves theSkullBuilder.HeadTexture
from theUUID
of the skull owner.static @NotNull SkullBuilder.HeadTexture
SkullBuilder.HeadTexture.of
(@NotNull org.bukkit.OfflinePlayer offlinePlayer) Retrieves theSkullBuilder.HeadTexture
from thisOfflinePlayer
Please note that this data might not be pulled from the Mojang API as it might already be cached.Constructors in xyz.xenondevs.invui.item.builder that throw MojangApiUtils.MojangApiExceptionModifierConstructorDescriptionSkullBuilder
(@NotNull String username) Create aSkullBuilder
with thePlayer's
username.SkullBuilder
(@NotNull UUID uuid) -
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) static String[]
MojangApiUtils.getSkinData
(UUID uuid, boolean requestSignature) static UUID
MojangApiUtils.getUuidAtTime
(String name, long timestamp)