Class SkinManager.GameProfileData

java.lang.Object
org.geysermc.connector.skin.SkinManager.GameProfileData
Enclosing class:
SkinManager

public static class SkinManager.GameProfileData extends Object
  • Constructor Details

    • GameProfileData

      public GameProfileData()
  • Method Details

    • from

      public static SkinManager.GameProfileData from(com.github.steveice10.mc.auth.data.GameProfile profile)
      Generate the GameProfileData from the given GameProfile
      Parameters:
      profile - GameProfile to build the GameProfileData from
      Returns:
      The built GameProfileData