getSoulboundPlayer

@Nullable()
public static Player getSoulboundPlayer(@NotNull() ItemMeta itemMeta)

Gets the Player to whom the item meta is linked.

Return

Player to whom the meta is linked. Returns null if no player is linked, or if the player linked is not online.

Parameters

itemMeta

Item meta to be evaluated.