Class ResolvableProfile
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.entity.player.ResolvableProfile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()boolean@NonNull StringtoString()@NonNull ResolvableProfilewithDynamic(boolean dynamic) @NonNull ResolvableProfilewithProfile(GameProfile profile)
-
Constructor Details
-
ResolvableProfile
-
-
Method Details
-
getProfile
-
isDynamic
public boolean isDynamic() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withProfile
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDynamic
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-