Class OfflinePlayer

java.lang.Object
me.remigio07.chatplugin.api.common.player.OfflinePlayer
Direct Known Subclasses:
ChatPluginProxyPlayer, ChatPluginServerPlayer

public class OfflinePlayer extends Object
Represents an offline player.

This object contains just two values: a UUID and a name. You can manually create offline players to interact with the plugin's code (for example with the punishment system) from an online player or just a UUID and a name. They may also be used to interact with the storage.

See Also: