Package org.geysermc.connector.skin
Class SkinManager.GameProfileData
java.lang.Object
org.geysermc.connector.skin.SkinManager.GameProfileData
- Enclosing class:
- SkinManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkinManager.GameProfileDatafrom(com.github.steveice10.mc.auth.data.GameProfile profile)Generate the GameProfileData from the given GameProfile
-
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
-