Class GameProfile
- java.lang.Object
-
- net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
-
public class GameProfile extends java.lang.Object
Copyright (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Constructor Summary
Constructors Constructor Description GameProfile(EaglercraftUUID id, java.lang.String name)
GameProfile(EaglercraftUUID id, java.lang.String name, Multimap<java.lang.String,Property> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
EaglercraftUUID
getId()
java.lang.String
getName()
Multimap<java.lang.String,Property>
getProperties()
TexturesProperty
getTextures()
int
hashCode()
boolean
isComplete()
boolean
isLegacy()
java.lang.String
toString()
-
-
-
Constructor Detail
-
GameProfile
public GameProfile(EaglercraftUUID id, java.lang.String name)
-
GameProfile
public GameProfile(EaglercraftUUID id, java.lang.String name, Multimap<java.lang.String,Property> properties)
-
-
Method Detail
-
getId
public EaglercraftUUID getId()
-
getName
public java.lang.String getName()
-
isComplete
public boolean isComplete()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isLegacy
public boolean isLegacy()
-
getTextures
public TexturesProperty getTextures()
-
-