Uses of Class
xyz.xenondevs.invui.util.MojangApiUtils.MojangApiException
-
Uses of MojangApiUtils.MojangApiException in xyz.xenondevs.invui.item.builder
Modifier 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.ModifierConstructorDescriptionSkullBuilder
(@NotNull String username) Create aSkullBuilder
with thePlayer's
username.SkullBuilder
(@NotNull UUID uuid) -
Uses of MojangApiUtils.MojangApiException in xyz.xenondevs.invui.util
Modifier and TypeMethodDescriptionstatic UUID
MojangApiUtils.getCurrentUuid
(String name) static String[]
MojangApiUtils.getSkinData
(UUID uuid, boolean requestSignature) static UUID
MojangApiUtils.getUuidAtTime
(String name, long timestamp)