Class XGameProfile

java.lang.Object
com.cryptomorin.xseries.profiles.gameprofile.XGameProfile

public class XGameProfile extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile
    create(UUID id, String name)
     
    static com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile
    create(UUID id, String name, com.mojang.authlib.properties.PropertyMap properties)
     
    static com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile
    of(com.mojang.authlib.GameProfile gameProfile)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      @Nullable public static com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile of(com.mojang.authlib.GameProfile gameProfile)
    • create

      public static com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile create(UUID id, String name, com.mojang.authlib.properties.PropertyMap properties)
    • create

      public static com.cryptomorin.xseries.profiles.gameprofile.MojangGameProfile create(UUID id, String name)