Class MojangAPIUtils

java.lang.Object
com.loohp.limbo.utils.MojangAPIUtils

public class MojangAPIUtils extends Object
  • Constructor Details

    • MojangAPIUtils

      public MojangAPIUtils()
  • Method Details

    • getOnlineUUIDOfPlayerFromMojang

      public static UUID getOnlineUUIDOfPlayerFromMojang(String username)
    • getSkinFromMojangServer

      public static MojangAPIUtils.SkinResponse getSkinFromMojangServer(String username)
    • getSkinFromMojangServer

      public static MojangAPIUtils.SkinResponse getSkinFromMojangServer(UUID uuid)
    • getPropertiesFromMojangServer

      public static List<org.geysermc.mcprotocollib.auth.GameProfile.Property> getPropertiesFromMojangServer(UUID uuid)