Interface PlayerProfile

All Superinterfaces:
Cloneable, ConfigurationSerializable

public interface PlayerProfile extends Cloneable, ConfigurationSerializable
A player profile.

A player profile always provides a unique id, a non-empty name, or both. Its unique id and name are immutable, but other properties (such as its textures) can be altered.

New profiles can be created via Server.createPlayerProfile(UUID, String).